Shades of Clear Day #DEF6F0
Tints of Clear Day #DEF6F0
RGB
CMYK
RGB Variations
Color information
#DEF6F0 (or 0xDEF6F0) is known color: Clear Day. HEX triplet: DE, F6 and F0. RGB value is (222,246,240). Sum of RGB (Red+Green+Blue) = 222+246+240=708 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.36% from 708); Green value is 246 (96.48% from 255 or 34.75% from 708); Blue value is 240 (94.14% from 255 or 33.90% from 708); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF6F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF6F0 is #21090F. Grayscale: #EEEEEE. Windows color (decimal): -2165008 or 15791838. OLE color: 15791838.
HSL color Cylindrical-coordinate representation of color #DEF6F0: hue angle of 165º degrees, saturation: 0.57, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEF6F0 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 246 | 240 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.04 |
| HSL | 165º | 0.57% | 0.92% | - |
| HSV(B) | 165º | 0.1% | 0.96% | - |
| XYZ | 78.81 | 87.73 | 95.22 | - |
| YUV | 238.14 | 129.05 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 246 | 240 | 0.10 | 0 | 0.02 | 0.04 | 165 | 0.57 | 0.92 |
| Hex | DE | F6 | F0 | A | 0 | 2 | 4 | A5 | 39 | 5C |
| Octal | 336 | 366 | 360 | 12 | 0 | 2 | 4 | 245 | 71 | 134 |
| Binary | 11011110 | 11110110 | 11110000 | 1010 | 0 | 10 | 100 | 10100101 | 111001 | 1011100 |
Color Harmonies of #DEF6F0
Complementary color
Monochromatic Colors of #DEF6F0
Black with #DEF6F0
Text Example
Text Example
White with #DEF6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF6F0; }
p { color: rgb(222,246,240); }
H1.HeaderClassName
{
color: #DEF6F0;
}
.AnyTagClassName
{
color: #DEF6F0;
}
</style>
background-color css
<style>
a { background-color: #DEF6F0; }
a { background-color: rgb(222,246,240); }
div.DivClassName
{
background-color: #DEF6F0;
}
.BgClassName
{
background-color: #DEF6F0;
}
</style>
border-color css
<style>
span { border-color: #DEF6F0; }
span { border-color: rgb(222,246,240); }
td.TdClassName
{
border-color: #DEF6F0;
}
.TagClassName
{
border-color: #DEF6F0;
}
</style>