Shades of White Ice #DEF2E7
Tints of White Ice #DEF2E7
RGB
CMYK
RGB Variations
Color information
#DEF2E7 (or 0xDEF2E7) is known color: White Ice. HEX triplet: DE, F2 and E7. RGB value is (222,242,231). Sum of RGB (Red+Green+Blue) = 222+242+231=695 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.94% from 695); Green value is 242 (94.92% from 255 or 34.82% from 695); Blue value is 231 (90.62% from 255 or 33.24% from 695); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF2E7 is #210D18. Grayscale: #EAEAEA. Windows color (decimal): -2166041 or 15200990. OLE color: 15200990.
HSL color Cylindrical-coordinate representation of color #DEF2E7: hue angle of 147º 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 #DEF2E7 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
RGB | 222 | 242 | 231 | - |
CMYK | 0.08 | 0 | 0.05 | 0.05 |
HSL | 147º | 0.43% | 0.91% | - |
HSV(B) | 147º | 0.08% | 0.95% | - |
XYZ | 76.3 | 84.8 | 87.95 | - |
YUV | 234.77 | 125.87 | 118.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 242 | 231 | 0.08 | 0 | 0.05 | 0.05 | 147 | 0.43 | 0.91 |
Hex | DE | F2 | E7 | 8 | 0 | 5 | 5 | 93 | 2B | 5B |
Octal | 336 | 362 | 347 | 10 | 0 | 5 | 5 | 223 | 53 | 133 |
Binary | 11011110 | 11110010 | 11100111 | 1000 | 0 | 101 | 101 | 10010011 | 101011 | 1011011 |
Color Harmonies of #DEF2E7
Complementary color
Monochromatic Colors of #DEF2E7
Black with #DEF2E7
Text Example
Text Example
White with #DEF2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF2E7; }
p { color: rgb(222,242,231); }
H1.HeaderClassName
{
color: #DEF2E7;
}
.AnyTagClassName
{
color: #DEF2E7;
}
</style>
background-color css
<style>
a { background-color: #DEF2E7; }
a { background-color: rgb(222,242,231); }
div.DivClassName
{
background-color: #DEF2E7;
}
.BgClassName
{
background-color: #DEF2E7;
}
</style>
border-color css
<style>
span { border-color: #DEF2E7; }
span { border-color: rgb(222,242,231); }
td.TdClassName
{
border-color: #DEF2E7;
}
.TagClassName
{
border-color: #DEF2E7;
}
</style>