Shades of Clear Day #DEFDF0
Tints of Clear Day #DEFDF0
RGB
CMYK
RGB Variations
Color information
#DEFDF0 (or 0xDEFDF0) is known color: Clear Day. HEX triplet: DE, FD and F0. RGB value is (222,253,240). Sum of RGB (Red+Green+Blue) = 222+253+240=715 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.05% from 715); Green value is 253 (99.22% from 255 or 35.38% from 715); Blue value is 240 (94.14% from 255 or 33.57% from 715); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFDF0 is #21020F. Grayscale: #F2F2F2. Windows color (decimal): -2163216 or 15793630. OLE color: 15793630.
HSL color Cylindrical-coordinate representation of color #DEFDF0: hue angle of 154.84º 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 #DEFDF0 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 222 | 253 | 240 | - |
CMYK | 0.12 | 0 | 0.05 | 0.01 |
HSL | 154.84º | 0.89% | 0.93% | - |
HSV(B) | 154.84º | 0.12% | 0.99% | - |
XYZ | 80.98 | 92.07 | 95.94 | - |
YUV | 242.25 | 126.73 | 113.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 253 | 240 | 0.12 | 0 | 0.05 | 0.01 | 154.84 | 0.89 | 0.93 |
Hex | DE | FD | F0 | C | 0 | 5 | 1 | 9B | 59 | 5D |
Octal | 336 | 375 | 360 | 14 | 0 | 5 | 1 | 233 | 131 | 135 |
Binary | 11011110 | 11111101 | 11110000 | 1100 | 0 | 101 | 1 | 10011011 | 1011001 | 1011101 |
Color Harmonies of #DEFDF0
Complementary color
Monochromatic Colors of #DEFDF0
Black with #DEFDF0
Text Example
Text Example
White with #DEFDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFDF0; }
p { color: rgb(222,253,240); }
H1.HeaderClassName
{
color: #DEFDF0;
}
.AnyTagClassName
{
color: #DEFDF0;
}
</style>
background-color css
<style>
a { background-color: #DEFDF0; }
a { background-color: rgb(222,253,240); }
div.DivClassName
{
background-color: #DEFDF0;
}
.BgClassName
{
background-color: #DEFDF0;
}
</style>
border-color css
<style>
span { border-color: #DEFDF0; }
span { border-color: rgb(222,253,240); }
td.TdClassName
{
border-color: #DEFDF0;
}
.TagClassName
{
border-color: #DEFDF0;
}
</style>