Color spaces of #ddefcc
RGB | 221 | 239 | 204 |
---|---|---|---|
HSL | 0.25 | 0.52 | 0.87 |
HSV | 91° | 15° | 94° |
CMYK | 0.08 | 0.00 | 0.15 0.06 |
XYZ | 71.5844 | 81.4648 | 69.0781 |
Yxy | 81.4648 | 0.3223 | 0.3667 |
Hunter Lab | 90.2579 | -16.3811 | 17.8034 |
CIE-Lab | 92.3381 | -12.0600 | 14.9370 |
#ddefcc color RGB value is (221,239,204).
#ddefcc hex color red value is 221, green value is 239 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ddefcc hue: 0.25 , saturation: 0.52 and the lightness value of ddefcc is 0.87.
The process color (four color CMYK) of #ddefcc color hex is 0.08, 0.00, 0.15, 0.06. Web safe color of #ddefcc is #ccffcc. Color #ddefcc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11101111 | 11001100 |
Octal | 335 | 357 | 314 |
Decimal | 221 | 239 | 204 |
Hex | DD | EF | CC |
Shades of #ddefcc
Tints of #ddefcc
RGB Percentages of Color #ddefcc
CMYK Percentages of Color #ddefcc
Complementary Color
#ddefcc | #deccef |
#ddefcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddefcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddefcc Color CSS Codes
.mybgcolor {background-color:#ddefcc; } .myforecolor {color:#ddefcc; } .mybordercolor {border:3px solid #ddefcc; }
#ddefcc Text Font Color
<p style="color:#ddefcc">Text here</p>
This sample text font color is #ddefcc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#ddefcc Background Color
<div style="background-color:#ddefcc">
Div content here</div>
This div background color is #ddefcc
#ddefcc Border Color
<div style="border:3px solid #ddefcc">
Div here</div>
This div border color is #ddefcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,239,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddefcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddefcc; -webkit-box-shadow: 1px 1px 3px 2px #ddefcc; box-shadow: 1px 1px 3px 2px #ddefcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,239,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddefcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddefcc; -webkit-box-shadow: 1px 1px 3px 2px #ddefcc; box-shadow: 1px 1px 3px 2px #ddefcc;">
Div content here</div>
This div box has shadow with color #ddefcc
#ddefcc Color Palettes
Comments
No comments written yet.
Please login to write comment.