Shades of Clear Day #DEFFF4
Tints of Clear Day #DEFFF4
RGB
CMYK
RGB Variations
Color information
#DEFFF4 (or 0xDEFFF4) is known color: Clear Day. HEX triplet: DE, FF and F4. RGB value is (222,255,244). Sum of RGB (Red+Green+Blue) = 222+255+244=721 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.79% from 721); Green value is 255 (100% from 255 or 35.37% from 721); Blue value is 244 (95.70% from 255 or 33.84% from 721); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFFF4 is #21000B. Grayscale: #F3F3F3. Windows color (decimal): -2162700 or 16056286. OLE color: 16056286.
HSL color Cylindrical-coordinate representation of color #DEFFF4: hue angle of 160º 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 #DEFFF4 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 244 | - |
| CMYK | 0.13 | 0 | 0.04 | 0 |
| HSL | 160º | 1% | 0.94% | - |
| HSV(B) | 160º | 0.13% | 1% | - |
| XYZ | 82.21 | 93.58 | 99.32 | - |
| YUV | 243.88 | 128.07 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 244 | 0.13 | 0 | 0.04 | 0 | 160 | 1 | 0.94 |
| Hex | DE | FF | F4 | D | 0 | 4 | 0 | A0 | 64 | 5E |
| Octal | 336 | 377 | 364 | 15 | 0 | 4 | 0 | 240 | 144 | 136 |
| Binary | 11011110 | 11111111 | 11110100 | 1101 | 0 | 100 | 0 | 10100000 | 1100100 | 1011110 |
Color Harmonies of #DEFFF4
Complementary color
Monochromatic Colors of #DEFFF4
Black with #DEFFF4
Text Example
Text Example
White with #DEFFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFFF4; }
p { color: rgb(222,255,244); }
H1.HeaderClassName
{
color: #DEFFF4;
}
.AnyTagClassName
{
color: #DEFFF4;
}
</style>
background-color css
<style>
a { background-color: #DEFFF4; }
a { background-color: rgb(222,255,244); }
div.DivClassName
{
background-color: #DEFFF4;
}
.BgClassName
{
background-color: #DEFFF4;
}
</style>
border-color css
<style>
span { border-color: #DEFFF4; }
span { border-color: rgb(222,255,244); }
td.TdClassName
{
border-color: #DEFFF4;
}
.TagClassName
{
border-color: #DEFFF4;
}
</style>