Shades of White Ice #DEFFEF
Tints of White Ice #DEFFEF
RGB
CMYK
RGB Variations
Color information
#DEFFEF (or 0xDEFFEF) is known color: White Ice. HEX triplet: DE, FF and EF. RGB value is (222,255,239). Sum of RGB (Red+Green+Blue) = 222+255+239=716 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.01% from 716); Green value is 255 (100% from 255 or 35.61% from 716); Blue value is 239 (93.75% from 255 or 33.38% from 716); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFFEF is #210010. Grayscale: #F3F3F3. Windows color (decimal): -2162705 or 15728606. OLE color: 15728606.
HSL color Cylindrical-coordinate representation of color #DEFFEF: hue angle of 150.91º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEFFEF is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 239 | - |
| CMYK | 0.13 | 0 | 0.06 | 0 |
| HSL | 150.91º | 1% | 0.94% | - |
| HSV(B) | 150.91º | 0.13% | 1% | - |
| XYZ | 81.46 | 93.28 | 95.37 | - |
| YUV | 243.31 | 125.57 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 239 | 0.13 | 0 | 0.06 | 0 | 150.91 | 1 | 0.94 |
| Hex | DE | FF | EF | D | 0 | 6 | 0 | 97 | 64 | 5E |
| Octal | 336 | 377 | 357 | 15 | 0 | 6 | 0 | 227 | 144 | 136 |
| Binary | 11011110 | 11111111 | 11101111 | 1101 | 0 | 110 | 0 | 10010111 | 1100100 | 1011110 |
Color Harmonies of #DEFFEF
Complementary color
Monochromatic Colors of #DEFFEF
Black with #DEFFEF
Text Example
Text Example
White with #DEFFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFFEF; }
p { color: rgb(222,255,239); }
H1.HeaderClassName
{
color: #DEFFEF;
}
.AnyTagClassName
{
color: #DEFFEF;
}
</style>
background-color css
<style>
a { background-color: #DEFFEF; }
a { background-color: rgb(222,255,239); }
div.DivClassName
{
background-color: #DEFFEF;
}
.BgClassName
{
background-color: #DEFFEF;
}
</style>
border-color css
<style>
span { border-color: #DEFFEF; }
span { border-color: rgb(222,255,239); }
td.TdClassName
{
border-color: #DEFFEF;
}
.TagClassName
{
border-color: #DEFFEF;
}
</style>