Shades of Clear Day #DEFDF5
Tints of Clear Day #DEFDF5
RGB
CMYK
RGB Variations
Color information
#DEFDF5 (or 0xDEFDF5) is known color: Clear Day. HEX triplet: DE, FD and F5. RGB value is (222,253,245). Sum of RGB (Red+Green+Blue) = 222+253+245=720 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.83% from 720); Green value is 253 (99.22% from 255 or 35.14% from 720); Blue value is 245 (96.09% from 255 or 34.03% from 720); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFDF5 is #21020A. Grayscale: #F2F2F2. Windows color (decimal): -2163211 or 16121310. OLE color: 16121310.
HSL color Cylindrical-coordinate representation of color #DEFDF5: hue angle of 164.52º 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 #DEFDF5 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 222 | 253 | 245 | - |
CMYK | 0.12 | 0 | 0.03 | 0.01 |
HSL | 164.52º | 0.89% | 0.93% | - |
HSV(B) | 164.52º | 0.12% | 0.99% | - |
XYZ | 81.73 | 92.37 | 99.91 | - |
YUV | 242.82 | 129.23 | 113.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 253 | 245 | 0.12 | 0 | 0.03 | 0.01 | 164.52 | 0.89 | 0.93 |
Hex | DE | FD | F5 | C | 0 | 3 | 1 | A5 | 59 | 5D |
Octal | 336 | 375 | 365 | 14 | 0 | 3 | 1 | 245 | 131 | 135 |
Binary | 11011110 | 11111101 | 11110101 | 1100 | 0 | 11 | 1 | 10100101 | 1011001 | 1011101 |
Color Harmonies of #DEFDF5
Complementary color
Monochromatic Colors of #DEFDF5
Black with #DEFDF5
Text Example
Text Example
White with #DEFDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFDF5; }
p { color: rgb(222,253,245); }
H1.HeaderClassName
{
color: #DEFDF5;
}
.AnyTagClassName
{
color: #DEFDF5;
}
</style>
background-color css
<style>
a { background-color: #DEFDF5; }
a { background-color: rgb(222,253,245); }
div.DivClassName
{
background-color: #DEFDF5;
}
.BgClassName
{
background-color: #DEFDF5;
}
</style>
border-color css
<style>
span { border-color: #DEFDF5; }
span { border-color: rgb(222,253,245); }
td.TdClassName
{
border-color: #DEFDF5;
}
.TagClassName
{
border-color: #DEFDF5;
}
</style>