Color spaces of #ddfccc
RGB | 221 | 252 | 204 |
---|---|---|---|
HSL | 0.27 | 0.89 | 0.89 |
HSV | 99° | 19° | 99° |
CMYK | 0.12 | 0.00 | 0.19 0.01 |
XYZ | 75.5283 | 89.3526 | 70.3928 |
Yxy | 89.3526 | 0.3210 | 0.3798 |
Hunter Lab | 94.5265 | -22.7968 | 22.0160 |
CIE-Lab | 95.7276 | -18.4641 | 19.6975 |
#ddfccc color RGB value is (221,252,204).
#ddfccc hex color red value is 221, green value is 252 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ddfccc hue: 0.27 , saturation: 0.89 and the lightness value of ddfccc is 0.89.
The process color (four color CMYK) of #ddfccc color hex is 0.12, 0.00, 0.19, 0.01. Web safe color of #ddfccc is #ccffcc. Color #ddfccc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11111100 | 11001100 |
Octal | 335 | 374 | 314 |
Decimal | 221 | 252 | 204 |
Hex | DD | FC | CC |
Shades of #ddfccc
Tints of #ddfccc
RGB Percentages of Color #ddfccc
CMYK Percentages of Color #ddfccc
Complementary Color
#ddfccc | #ebccfc |
#ddfccc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddfccc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddfccc Color CSS Codes
.mybgcolor {background-color:#ddfccc; } .myforecolor {color:#ddfccc; } .mybordercolor {border:3px solid #ddfccc; }
#ddfccc Text Font Color
<p style="color:#ddfccc">Text here</p>
This sample text font color is #ddfccc
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.
#ddfccc Background Color
<div style="background-color:#ddfccc">
Div content here</div>
This div background color is #ddfccc
#ddfccc Border Color
<div style="border:3px solid #ddfccc">
Div here</div>
This div border color is #ddfccc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,252,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddfccc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddfccc; -webkit-box-shadow: 1px 1px 3px 2px #ddfccc; box-shadow: 1px 1px 3px 2px #ddfccc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,252,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 #ddfccc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddfccc; -webkit-box-shadow: 1px 1px 3px 2px #ddfccc; box-shadow: 1px 1px 3px 2px #ddfccc;">
Div content here</div>
This div box has shadow with color #ddfccc
Comments
No comments written yet.
Please login to write comment.