Shades of White Ice #DDFBEC
Tints of White Ice #DDFBEC
RGB
CMYK
RGB Variations
Color information
#DDFBEC (or 0xDDFBEC) is known color: White Ice. HEX triplet: DD, FB and EC. RGB value is (221,251,236). Sum of RGB (Red+Green+Blue) = 221+251+236=708 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.21% from 708); Green value is 251 (98.44% from 255 or 35.45% from 708); Blue value is 236 (92.58% from 255 or 33.33% from 708); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFBEC is #220413. Grayscale: #F0F0F0. Windows color (decimal): -2229268 or 15530973. OLE color: 15530973.
HSL color Cylindrical-coordinate representation of color #DDFBEC: hue angle of 150º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDFBEC is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 251 | 236 | - |
CMYK | 0.12 | 0 | 0.06 | 0.02 |
HSL | 150º | 0.79% | 0.93% | - |
HSV(B) | 150º | 0.12% | 0.98% | - |
XYZ | 79.46 | 90.42 | 92.62 | - |
YUV | 240.32 | 125.56 | 114.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 251 | 236 | 0.12 | 0 | 0.06 | 0.02 | 150 | 0.79 | 0.93 |
Hex | DD | FB | EC | C | 0 | 6 | 2 | 96 | 4F | 5D |
Octal | 335 | 373 | 354 | 14 | 0 | 6 | 2 | 226 | 117 | 135 |
Binary | 11011101 | 11111011 | 11101100 | 1100 | 0 | 110 | 10 | 10010110 | 1001111 | 1011101 |
Color Harmonies of #DDFBEC
Complementary color
Monochromatic Colors of #DDFBEC
Black with #DDFBEC
Text Example
Text Example
White with #DDFBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFBEC; }
p { color: rgb(221,251,236); }
H1.HeaderClassName
{
color: #DDFBEC;
}
.AnyTagClassName
{
color: #DDFBEC;
}
</style>
background-color css
<style>
a { background-color: #DDFBEC; }
a { background-color: rgb(221,251,236); }
div.DivClassName
{
background-color: #DDFBEC;
}
.BgClassName
{
background-color: #DDFBEC;
}
</style>
border-color css
<style>
span { border-color: #DDFBEC; }
span { border-color: rgb(221,251,236); }
td.TdClassName
{
border-color: #DDFBEC;
}
.TagClassName
{
border-color: #DDFBEC;
}
</style>