Shades of Clear Day #DEF3ED
Tints of Clear Day #DEF3ED
RGB
CMYK
RGB Variations
Color information
#DEF3ED (or 0xDEF3ED) is known color: Clear Day. HEX triplet: DE, F3 and ED. RGB value is (222,243,237). Sum of RGB (Red+Green+Blue) = 222+243+237=702 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.62% from 702); Green value is 243 (95.31% from 255 or 34.62% from 702); Blue value is 237 (92.97% from 255 or 33.76% from 702); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF3ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF3ED is #210C12. Grayscale: #ECECEC. Windows color (decimal): -2165779 or 15594462. OLE color: 15594462.
HSL color Cylindrical-coordinate representation of color #DEF3ED: hue angle of 162.86º degrees, saturation: 0.47, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEF3ED is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 222 | 243 | 237 | - |
CMYK | 0.09 | 0 | 0.02 | 0.05 |
HSL | 162.86º | 0.47% | 0.91% | - |
HSV(B) | 162.86º | 0.09% | 0.95% | - |
XYZ | 77.46 | 85.75 | 92.59 | - |
YUV | 236.04 | 128.54 | 117.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 243 | 237 | 0.09 | 0 | 0.02 | 0.05 | 162.86 | 0.47 | 0.91 |
Hex | DE | F3 | ED | 9 | 0 | 2 | 5 | A3 | 2F | 5B |
Octal | 336 | 363 | 355 | 11 | 0 | 2 | 5 | 243 | 57 | 133 |
Binary | 11011110 | 11110011 | 11101101 | 1001 | 0 | 10 | 101 | 10100011 | 101111 | 1011011 |
Color Harmonies of #DEF3ED
Complementary color
Monochromatic Colors of #DEF3ED
Black with #DEF3ED
Text Example
Text Example
White with #DEF3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF3ED; }
p { color: rgb(222,243,237); }
H1.HeaderClassName
{
color: #DEF3ED;
}
.AnyTagClassName
{
color: #DEF3ED;
}
</style>
background-color css
<style>
a { background-color: #DEF3ED; }
a { background-color: rgb(222,243,237); }
div.DivClassName
{
background-color: #DEF3ED;
}
.BgClassName
{
background-color: #DEF3ED;
}
</style>
border-color css
<style>
span { border-color: #DEF3ED; }
span { border-color: rgb(222,243,237); }
td.TdClassName
{
border-color: #DEF3ED;
}
.TagClassName
{
border-color: #DEF3ED;
}
</style>