Shades of White Ice #DDFCEC
Tints of White Ice #DDFCEC
RGB
CMYK
RGB Variations
Color information
#DDFCEC (or 0xDDFCEC) is known color: White Ice. HEX triplet: DD, FC and EC. RGB value is (221,252,236). Sum of RGB (Red+Green+Blue) = 221+252+236=709 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.17% from 709); Green value is 252 (98.83% from 255 or 35.54% from 709); Blue value is 236 (92.58% from 255 or 33.29% from 709); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFCEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFCEC is #220313. Grayscale: #F0F0F0. Windows color (decimal): -2229012 or 15531229. OLE color: 15531229.
HSL color Cylindrical-coordinate representation of color #DDFCEC: hue angle of 149.03º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDFCEC is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 252 | 236 | - |
CMYK | 0.12 | 0 | 0.06 | 0.01 |
HSL | 149.03º | 0.84% | 0.93% | - |
HSV(B) | 149.03º | 0.12% | 0.99% | - |
XYZ | 79.77 | 91.05 | 92.73 | - |
YUV | 240.91 | 125.23 | 113.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 252 | 236 | 0.12 | 0 | 0.06 | 0.01 | 149.03 | 0.84 | 0.93 |
Hex | DD | FC | EC | C | 0 | 6 | 1 | 95 | 54 | 5D |
Octal | 335 | 374 | 354 | 14 | 0 | 6 | 1 | 225 | 124 | 135 |
Binary | 11011101 | 11111100 | 11101100 | 1100 | 0 | 110 | 1 | 10010101 | 1010100 | 1011101 |
Color Harmonies of #DDFCEC
Complementary color
Monochromatic Colors of #DDFCEC
Black with #DDFCEC
Text Example
Text Example
White with #DDFCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFCEC; }
p { color: rgb(221,252,236); }
H1.HeaderClassName
{
color: #DDFCEC;
}
.AnyTagClassName
{
color: #DDFCEC;
}
</style>
background-color css
<style>
a { background-color: #DDFCEC; }
a { background-color: rgb(221,252,236); }
div.DivClassName
{
background-color: #DDFCEC;
}
.BgClassName
{
background-color: #DDFCEC;
}
</style>
border-color css
<style>
span { border-color: #DDFCEC; }
span { border-color: rgb(221,252,236); }
td.TdClassName
{
border-color: #DDFCEC;
}
.TagClassName
{
border-color: #DDFCEC;
}
</style>