Shades of Clear Day #DEF6EE
Tints of Clear Day #DEF6EE
RGB
CMYK
RGB Variations
Color information
#DEF6EE (or 0xDEF6EE) is known color: Clear Day. HEX triplet: DE, F6 and EE. RGB value is (222,246,238). Sum of RGB (Red+Green+Blue) = 222+246+238=706 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.44% from 706); Green value is 246 (96.48% from 255 or 34.84% from 706); Blue value is 238 (93.36% from 255 or 33.71% from 706); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF6EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF6EE is #210911. Grayscale: #EDEDED. Windows color (decimal): -2165010 or 15660766. OLE color: 15660766.
HSL color Cylindrical-coordinate representation of color #DEF6EE: hue angle of 160º 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 #DEF6EE is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
RGB | 222 | 246 | 238 | - |
CMYK | 0.10 | 0 | 0.03 | 0.04 |
HSL | 160º | 0.57% | 0.92% | - |
HSV(B) | 160º | 0.1% | 0.96% | - |
XYZ | 78.51 | 87.61 | 93.66 | - |
YUV | 237.91 | 128.05 | 116.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 246 | 238 | 0.10 | 0 | 0.03 | 0.04 | 160 | 0.57 | 0.92 |
Hex | DE | F6 | EE | A | 0 | 3 | 4 | A0 | 39 | 5C |
Octal | 336 | 366 | 356 | 12 | 0 | 3 | 4 | 240 | 71 | 134 |
Binary | 11011110 | 11110110 | 11101110 | 1010 | 0 | 11 | 100 | 10100000 | 111001 | 1011100 |
Color Harmonies of #DEF6EE
Complementary color
Monochromatic Colors of #DEF6EE
Black with #DEF6EE
Text Example
Text Example
White with #DEF6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF6EE; }
p { color: rgb(222,246,238); }
H1.HeaderClassName
{
color: #DEF6EE;
}
.AnyTagClassName
{
color: #DEF6EE;
}
</style>
background-color css
<style>
a { background-color: #DEF6EE; }
a { background-color: rgb(222,246,238); }
div.DivClassName
{
background-color: #DEF6EE;
}
.BgClassName
{
background-color: #DEF6EE;
}
</style>
border-color css
<style>
span { border-color: #DEF6EE; }
span { border-color: rgb(222,246,238); }
td.TdClassName
{
border-color: #DEF6EE;
}
.TagClassName
{
border-color: #DEF6EE;
}
</style>