Shades of Clear Day #DEF7ED
Tints of Clear Day #DEF7ED
RGB
CMYK
RGB Variations
Color information
#DEF7ED (or 0xDEF7ED) is known color: Clear Day. HEX triplet: DE, F7 and ED. RGB value is (222,247,237). Sum of RGB (Red+Green+Blue) = 222+247+237=706 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.44% from 706); Green value is 247 (96.88% from 255 or 34.99% from 706); Blue value is 237 (92.97% from 255 or 33.57% from 706); Max value from RGB is 247 - color contains mainly: green. Hex color #DEF7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF7ED is #210812. Grayscale: #EEEEEE. Windows color (decimal): -2164755 or 15595486. OLE color: 15595486.
HSL color Cylindrical-coordinate representation of color #DEF7ED: hue angle of 156º degrees, saturation: 0.61, 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 #DEF7ED is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
RGB | 222 | 247 | 237 | - |
CMYK | 0.10 | 0 | 0.04 | 0.03 |
HSL | 156º | 0.61% | 0.92% | - |
HSV(B) | 156º | 0.1% | 0.97% | - |
XYZ | 78.67 | 88.17 | 92.99 | - |
YUV | 238.39 | 127.22 | 116.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 247 | 237 | 0.10 | 0 | 0.04 | 0.03 | 156 | 0.61 | 0.92 |
Hex | DE | F7 | ED | A | 0 | 4 | 3 | 9C | 3D | 5C |
Octal | 336 | 367 | 355 | 12 | 0 | 4 | 3 | 234 | 75 | 134 |
Binary | 11011110 | 11110111 | 11101101 | 1010 | 0 | 100 | 11 | 10011100 | 111101 | 1011100 |
Color Harmonies of #DEF7ED
Complementary color
Monochromatic Colors of #DEF7ED
Black with #DEF7ED
Text Example
Text Example
White with #DEF7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF7ED; }
p { color: rgb(222,247,237); }
H1.HeaderClassName
{
color: #DEF7ED;
}
.AnyTagClassName
{
color: #DEF7ED;
}
</style>
background-color css
<style>
a { background-color: #DEF7ED; }
a { background-color: rgb(222,247,237); }
div.DivClassName
{
background-color: #DEF7ED;
}
.BgClassName
{
background-color: #DEF7ED;
}
</style>
border-color css
<style>
span { border-color: #DEF7ED; }
span { border-color: rgb(222,247,237); }
td.TdClassName
{
border-color: #DEF7ED;
}
.TagClassName
{
border-color: #DEF7ED;
}
</style>