Shades of Clear Day #DEFAF2
Tints of Clear Day #DEFAF2
RGB
CMYK
RGB Variations
Color information
#DEFAF2 (or 0xDEFAF2) is known color: Clear Day. HEX triplet: DE, FA and F2. RGB value is (222,250,242). Sum of RGB (Red+Green+Blue) = 222+250+242=714 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.09% from 714); Green value is 250 (98.05% from 255 or 35.01% from 714); Blue value is 242 (94.92% from 255 or 33.89% from 714); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFAF2 is #21050D. Grayscale: #F0F0F0. Windows color (decimal): -2163982 or 15923934. OLE color: 15923934.
HSL color Cylindrical-coordinate representation of color #DEFAF2: hue angle of 162.86º 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 #DEFAF2 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 250 | 242 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.02 |
| HSL | 162.86º | 0.74% | 0.93% | - |
| HSV(B) | 162.86º | 0.11% | 0.98% | - |
| XYZ | 80.34 | 90.31 | 97.2 | - |
| YUV | 240.72 | 128.72 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 250 | 242 | 0.11 | 0 | 0.03 | 0.02 | 162.86 | 0.74 | 0.93 |
| Hex | DE | FA | F2 | B | 0 | 3 | 2 | A3 | 4A | 5D |
| Octal | 336 | 372 | 362 | 13 | 0 | 3 | 2 | 243 | 112 | 135 |
| Binary | 11011110 | 11111010 | 11110010 | 1011 | 0 | 11 | 10 | 10100011 | 1001010 | 1011101 |
Color Harmonies of #DEFAF2
Complementary color
Monochromatic Colors of #DEFAF2
Black with #DEFAF2
Text Example
Text Example
White with #DEFAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFAF2; }
p { color: rgb(222,250,242); }
H1.HeaderClassName
{
color: #DEFAF2;
}
.AnyTagClassName
{
color: #DEFAF2;
}
</style>
background-color css
<style>
a { background-color: #DEFAF2; }
a { background-color: rgb(222,250,242); }
div.DivClassName
{
background-color: #DEFAF2;
}
.BgClassName
{
background-color: #DEFAF2;
}
</style>
border-color css
<style>
span { border-color: #DEFAF2; }
span { border-color: rgb(222,250,242); }
td.TdClassName
{
border-color: #DEFAF2;
}
.TagClassName
{
border-color: #DEFAF2;
}
</style>