Shades of White Ice #DDFFEE
Tints of White Ice #DDFFEE
RGB
CMYK
RGB Variations
Color information
#DDFFEE (or 0xDDFFEE) is known color: White Ice. HEX triplet: DD, FF and EE. RGB value is (221,255,238). Sum of RGB (Red+Green+Blue) = 221+255+238=714 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.95% from 714); Green value is 255 (100% from 255 or 35.71% from 714); Blue value is 238 (93.36% from 255 or 33.33% from 714); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFFEE is #220011. Grayscale: #F2F2F2. Windows color (decimal): -2228242 or 15663069. OLE color: 15663069.
HSL color Cylindrical-coordinate representation of color #DDFFEE: hue angle of 150º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDFFEE is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 221 | 255 | 238 | - |
CMYK | 0.13 | 0 | 0.07 | 0 |
HSL | 150º | 1% | 0.93% | - |
HSV(B) | 150º | 0.13% | 1% | - |
XYZ | 81.01 | 93.07 | 94.58 | - |
YUV | 242.9 | 125.24 | 112.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 255 | 238 | 0.13 | 0 | 0.07 | 0 | 150 | 1 | 0.93 |
Hex | DD | FF | EE | D | 0 | 7 | 0 | 96 | 64 | 5D |
Octal | 335 | 377 | 356 | 15 | 0 | 7 | 0 | 226 | 144 | 135 |
Binary | 11011101 | 11111111 | 11101110 | 1101 | 0 | 111 | 0 | 10010110 | 1100100 | 1011101 |
Color Harmonies of #DDFFEE
Complementary color
Monochromatic Colors of #DDFFEE
Black with #DDFFEE
Text Example
Text Example
White with #DDFFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFFEE; }
p { color: rgb(221,255,238); }
H1.HeaderClassName
{
color: #DDFFEE;
}
.AnyTagClassName
{
color: #DDFFEE;
}
</style>
background-color css
<style>
a { background-color: #DDFFEE; }
a { background-color: rgb(221,255,238); }
div.DivClassName
{
background-color: #DDFFEE;
}
.BgClassName
{
background-color: #DDFFEE;
}
</style>
border-color css
<style>
span { border-color: #DDFFEE; }
span { border-color: rgb(221,255,238); }
td.TdClassName
{
border-color: #DDFFEE;
}
.TagClassName
{
border-color: #DDFFEE;
}
</style>