Shades of White Ice #DEF2E9
Tints of White Ice #DEF2E9
RGB
CMYK
RGB Variations
Color information
#DEF2E9 (or 0xDEF2E9) is known color: White Ice. HEX triplet: DE, F2 and E9. RGB value is (222,242,233). Sum of RGB (Red+Green+Blue) = 222+242+233=697 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.85% from 697); Green value is 242 (94.92% from 255 or 34.72% from 697); Blue value is 233 (91.41% from 255 or 33.43% from 697); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF2E9 is #210D16. Grayscale: #EBEBEB. Windows color (decimal): -2166039 or 15332062. OLE color: 15332062.
HSL color Cylindrical-coordinate representation of color #DEF2E9: hue angle of 153º degrees, saturation: 0.43, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEF2E9 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
RGB | 222 | 242 | 233 | - |
CMYK | 0.08 | 0 | 0.04 | 0.05 |
HSL | 153º | 0.43% | 0.91% | - |
HSV(B) | 153º | 0.08% | 0.95% | - |
XYZ | 76.58 | 84.92 | 89.45 | - |
YUV | 234.99 | 126.87 | 118.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 242 | 233 | 0.08 | 0 | 0.04 | 0.05 | 153 | 0.43 | 0.91 |
Hex | DE | F2 | E9 | 8 | 0 | 4 | 5 | 99 | 2B | 5B |
Octal | 336 | 362 | 351 | 10 | 0 | 4 | 5 | 231 | 53 | 133 |
Binary | 11011110 | 11110010 | 11101001 | 1000 | 0 | 100 | 101 | 10011001 | 101011 | 1011011 |
Color Harmonies of #DEF2E9
Complementary color
Monochromatic Colors of #DEF2E9
Black with #DEF2E9
Text Example
Text Example
White with #DEF2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF2E9; }
p { color: rgb(222,242,233); }
H1.HeaderClassName
{
color: #DEF2E9;
}
.AnyTagClassName
{
color: #DEF2E9;
}
</style>
background-color css
<style>
a { background-color: #DEF2E9; }
a { background-color: rgb(222,242,233); }
div.DivClassName
{
background-color: #DEF2E9;
}
.BgClassName
{
background-color: #DEF2E9;
}
</style>
border-color css
<style>
span { border-color: #DEF2E9; }
span { border-color: rgb(222,242,233); }
td.TdClassName
{
border-color: #DEF2E9;
}
.TagClassName
{
border-color: #DEF2E9;
}
</style>