Shades of Clear Day #DEFAF4
Tints of Clear Day #DEFAF4
RGB
CMYK
RGB Variations
Color information
#DEFAF4 (or 0xDEFAF4) is known color: Clear Day. HEX triplet: DE, FA and F4. RGB value is (222,250,244). Sum of RGB (Red+Green+Blue) = 222+250+244=716 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.01% from 716); Green value is 250 (98.05% from 255 or 34.92% from 716); Blue value is 244 (95.70% from 255 or 34.08% from 716); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFAF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFAF4 is #21050B. Grayscale: #F0F0F0. Windows color (decimal): -2163980 or 16055006. OLE color: 16055006.
HSL color Cylindrical-coordinate representation of color #DEFAF4: hue angle of 167.14º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEFAF4 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 250 | 244 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.02 |
| HSL | 167.14º | 0.74% | 0.93% | - |
| HSV(B) | 167.14º | 0.11% | 0.98% | - |
| XYZ | 80.64 | 90.43 | 98.79 | - |
| YUV | 240.94 | 129.72 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 250 | 244 | 0.11 | 0 | 0.02 | 0.02 | 167.14 | 0.74 | 0.93 |
| Hex | DE | FA | F4 | B | 0 | 2 | 2 | A7 | 4A | 5D |
| Octal | 336 | 372 | 364 | 13 | 0 | 2 | 2 | 247 | 112 | 135 |
| Binary | 11011110 | 11111010 | 11110100 | 1011 | 0 | 10 | 10 | 10100111 | 1001010 | 1011101 |
Color Harmonies of #DEFAF4
Complementary color
Monochromatic Colors of #DEFAF4
Black with #DEFAF4
Text Example
Text Example
White with #DEFAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFAF4; }
p { color: rgb(222,250,244); }
H1.HeaderClassName
{
color: #DEFAF4;
}
.AnyTagClassName
{
color: #DEFAF4;
}
</style>
background-color css
<style>
a { background-color: #DEFAF4; }
a { background-color: rgb(222,250,244); }
div.DivClassName
{
background-color: #DEFAF4;
}
.BgClassName
{
background-color: #DEFAF4;
}
</style>
border-color css
<style>
span { border-color: #DEFAF4; }
span { border-color: rgb(222,250,244); }
td.TdClassName
{
border-color: #DEFAF4;
}
.TagClassName
{
border-color: #DEFAF4;
}
</style>