Shades of White Ice #DEF1E8
Tints of White Ice #DEF1E8
RGB
CMYK
RGB Variations
Color information
#DEF1E8 (or 0xDEF1E8) is known color: White Ice. HEX triplet: DE, F1 and E8. RGB value is (222,241,232). Sum of RGB (Red+Green+Blue) = 222+241+232=695 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.94% from 695); Green value is 241 (94.53% from 255 or 34.68% from 695); Blue value is 232 (91.02% from 255 or 33.38% from 695); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF1E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF1E8 is #210E17. Grayscale: #EAEAEA. Windows color (decimal): -2166296 or 15266270. OLE color: 15266270.
HSL color Cylindrical-coordinate representation of color #DEF1E8: hue angle of 151.58º degrees, saturation: 0.4, 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 #DEF1E8 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
RGB | 222 | 241 | 232 | - |
CMYK | 0.08 | 0 | 0.04 | 0.05 |
HSL | 151.58º | 0.4% | 0.91% | - |
HSV(B) | 151.58º | 0.08% | 0.95% | - |
XYZ | 76.15 | 84.27 | 88.6 | - |
YUV | 234.29 | 126.71 | 119.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 241 | 232 | 0.08 | 0 | 0.04 | 0.05 | 151.58 | 0.4 | 0.91 |
Hex | DE | F1 | E8 | 8 | 0 | 4 | 5 | 98 | 28 | 5B |
Octal | 336 | 361 | 350 | 10 | 0 | 4 | 5 | 230 | 50 | 133 |
Binary | 11011110 | 11110001 | 11101000 | 1000 | 0 | 100 | 101 | 10011000 | 101000 | 1011011 |
Color Harmonies of #DEF1E8
Complementary color
Monochromatic Colors of #DEF1E8
Black with #DEF1E8
Text Example
Text Example
White with #DEF1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF1E8; }
p { color: rgb(222,241,232); }
H1.HeaderClassName
{
color: #DEF1E8;
}
.AnyTagClassName
{
color: #DEF1E8;
}
</style>
background-color css
<style>
a { background-color: #DEF1E8; }
a { background-color: rgb(222,241,232); }
div.DivClassName
{
background-color: #DEF1E8;
}
.BgClassName
{
background-color: #DEF1E8;
}
</style>
border-color css
<style>
span { border-color: #DEF1E8; }
span { border-color: rgb(222,241,232); }
td.TdClassName
{
border-color: #DEF1E8;
}
.TagClassName
{
border-color: #DEF1E8;
}
</style>