Shades of Clear Day #DEFDF6
Tints of Clear Day #DEFDF6
RGB
CMYK
RGB Variations
Color information
#DEFDF6 (or 0xDEFDF6) is known color: Clear Day. HEX triplet: DE, FD and F6. RGB value is (222,253,246). Sum of RGB (Red+Green+Blue) = 222+253+246=721 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.79% from 721); Green value is 253 (99.22% from 255 or 35.09% from 721); Blue value is 246 (96.48% from 255 or 34.12% from 721); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFDF6 is #210209. Grayscale: #F2F2F2. Windows color (decimal): -2163210 or 16186846. OLE color: 16186846.
HSL color Cylindrical-coordinate representation of color #DEFDF6: hue angle of 166.45º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEFDF6 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 222 | 253 | 246 | - |
CMYK | 0.12 | 0 | 0.03 | 0.01 |
HSL | 166.45º | 0.89% | 0.93% | - |
HSV(B) | 166.45º | 0.12% | 0.99% | - |
XYZ | 81.88 | 92.43 | 100.71 | - |
YUV | 242.93 | 129.73 | 113.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 253 | 246 | 0.12 | 0 | 0.03 | 0.01 | 166.45 | 0.89 | 0.93 |
Hex | DE | FD | F6 | C | 0 | 3 | 1 | A6 | 59 | 5D |
Octal | 336 | 375 | 366 | 14 | 0 | 3 | 1 | 246 | 131 | 135 |
Binary | 11011110 | 11111101 | 11110110 | 1100 | 0 | 11 | 1 | 10100110 | 1011001 | 1011101 |
Color Harmonies of #DEFDF6
Complementary color
Monochromatic Colors of #DEFDF6
Black with #DEFDF6
Text Example
Text Example
White with #DEFDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFDF6; }
p { color: rgb(222,253,246); }
H1.HeaderClassName
{
color: #DEFDF6;
}
.AnyTagClassName
{
color: #DEFDF6;
}
</style>
background-color css
<style>
a { background-color: #DEFDF6; }
a { background-color: rgb(222,253,246); }
div.DivClassName
{
background-color: #DEFDF6;
}
.BgClassName
{
background-color: #DEFDF6;
}
</style>
border-color css
<style>
span { border-color: #DEFDF6; }
span { border-color: rgb(222,253,246); }
td.TdClassName
{
border-color: #DEFDF6;
}
.TagClassName
{
border-color: #DEFDF6;
}
</style>