Shades of Clear Day #DEF8F2
Tints of Clear Day #DEF8F2
RGB
CMYK
RGB Variations
Color information
#DEF8F2 (or 0xDEF8F2) is known color: Clear Day. HEX triplet: DE, F8 and F2. RGB value is (222,248,242). Sum of RGB (Red+Green+Blue) = 222+248+242=712 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.18% from 712); Green value is 248 (97.27% from 255 or 34.83% from 712); Blue value is 242 (94.92% from 255 or 33.99% from 712); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF8F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF8F2 is #21070D. Grayscale: #EFEFEF. Windows color (decimal): -2164494 or 15923422. OLE color: 15923422.
HSL color Cylindrical-coordinate representation of color #DEF8F2: hue angle of 166.15º degrees, saturation: 0.65, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEF8F2 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 248 | 242 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.03 |
| HSL | 166.15º | 0.65% | 0.92% | - |
| HSV(B) | 166.15º | 0.1% | 0.97% | - |
| XYZ | 79.72 | 89.08 | 97 | - |
| YUV | 239.54 | 129.39 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 248 | 242 | 0.10 | 0 | 0.02 | 0.03 | 166.15 | 0.65 | 0.92 |
| Hex | DE | F8 | F2 | A | 0 | 2 | 3 | A6 | 41 | 5C |
| Octal | 336 | 370 | 362 | 12 | 0 | 2 | 3 | 246 | 101 | 134 |
| Binary | 11011110 | 11111000 | 11110010 | 1010 | 0 | 10 | 11 | 10100110 | 1000001 | 1011100 |
Color Harmonies of #DEF8F2
Complementary color
Monochromatic Colors of #DEF8F2
Black with #DEF8F2
Text Example
Text Example
White with #DEF8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF8F2; }
p { color: rgb(222,248,242); }
H1.HeaderClassName
{
color: #DEF8F2;
}
.AnyTagClassName
{
color: #DEF8F2;
}
</style>
background-color css
<style>
a { background-color: #DEF8F2; }
a { background-color: rgb(222,248,242); }
div.DivClassName
{
background-color: #DEF8F2;
}
.BgClassName
{
background-color: #DEF8F2;
}
</style>
border-color css
<style>
span { border-color: #DEF8F2; }
span { border-color: rgb(222,248,242); }
td.TdClassName
{
border-color: #DEF8F2;
}
.TagClassName
{
border-color: #DEF8F2;
}
</style>