Shades of White Ice #DDFAED
Tints of White Ice #DDFAED
RGB
CMYK
RGB Variations
Color information
#DDFAED (or 0xDDFAED) is known color: White Ice. HEX triplet: DD, FA and ED. RGB value is (221,250,237). Sum of RGB (Red+Green+Blue) = 221+250+237=708 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.21% from 708); Green value is 250 (98.05% from 255 or 35.31% from 708); Blue value is 237 (92.97% from 255 or 33.47% from 708); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFAED is #220512. Grayscale: #EFEFEF. Windows color (decimal): -2229523 or 15596253. OLE color: 15596253.
HSL color Cylindrical-coordinate representation of color #DDFAED: hue angle of 153.1º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDFAED is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 250 | 237 | - |
CMYK | 0.12 | 0 | 0.05 | 0.02 |
HSL | 153.1º | 0.74% | 0.92% | - |
HSV(B) | 153.1º | 0.12% | 0.98% | - |
XYZ | 79.29 | 89.86 | 93.29 | - |
YUV | 239.85 | 126.39 | 114.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 250 | 237 | 0.12 | 0 | 0.05 | 0.02 | 153.1 | 0.74 | 0.92 |
Hex | DD | FA | ED | C | 0 | 5 | 2 | 99 | 4A | 5C |
Octal | 335 | 372 | 355 | 14 | 0 | 5 | 2 | 231 | 112 | 134 |
Binary | 11011101 | 11111010 | 11101101 | 1100 | 0 | 101 | 10 | 10011001 | 1001010 | 1011100 |
Color Harmonies of #DDFAED
Complementary color
Monochromatic Colors of #DDFAED
Black with #DDFAED
Text Example
Text Example
White with #DDFAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFAED; }
p { color: rgb(221,250,237); }
H1.HeaderClassName
{
color: #DDFAED;
}
.AnyTagClassName
{
color: #DDFAED;
}
</style>
background-color css
<style>
a { background-color: #DDFAED; }
a { background-color: rgb(221,250,237); }
div.DivClassName
{
background-color: #DDFAED;
}
.BgClassName
{
background-color: #DDFAED;
}
</style>
border-color css
<style>
span { border-color: #DDFAED; }
span { border-color: rgb(221,250,237); }
td.TdClassName
{
border-color: #DDFAED;
}
.TagClassName
{
border-color: #DDFAED;
}
</style>