Shades of Clear Day #DFECE7
Tints of Clear Day #DFECE7
RGB
CMYK
RGB Variations
Color information
#DFECE7 (or 0xDFECE7) is known color: Clear Day. HEX triplet: DF, EC and E7. RGB value is (223,236,231). Sum of RGB (Red+Green+Blue) = 223+236+231=690 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.32% from 690); Green value is 236 (92.58% from 255 or 34.20% from 690); Blue value is 231 (90.62% from 255 or 33.48% from 690); Max value from RGB is 236 - color contains mainly: green. Hex color #DFECE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFECE7 is #201318. Grayscale: #E7E7E7. Windows color (decimal): -2102041 or 15199455. OLE color: 15199455.
HSL color Cylindrical-coordinate representation of color #DFECE7: hue angle of 156.92º degrees, saturation: 0.25, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFECE7 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 236 | 231 | - |
CMYK | 0.06 | 0 | 0.02 | 0.07 |
HSL | 156.92º | 0.25% | 0.9% | - |
HSV(B) | 156.92º | 0.06% | 0.93% | - |
XYZ | 74.85 | 81.45 | 87.38 | - |
YUV | 231.54 | 127.69 | 121.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 236 | 231 | 0.06 | 0 | 0.02 | 0.07 | 156.92 | 0.25 | 0.9 |
Hex | DF | EC | E7 | 6 | 0 | 2 | 7 | 9D | 19 | 5A |
Octal | 337 | 354 | 347 | 6 | 0 | 2 | 7 | 235 | 31 | 132 |
Binary | 11011111 | 11101100 | 11100111 | 110 | 0 | 10 | 111 | 10011101 | 11001 | 1011010 |
Color Harmonies of #DFECE7
Complementary color
Monochromatic Colors of #DFECE7
Black with #DFECE7
Text Example
Text Example
White with #DFECE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFECE7; }
p { color: rgb(223,236,231); }
H1.HeaderClassName
{
color: #DFECE7;
}
.AnyTagClassName
{
color: #DFECE7;
}
</style>
background-color css
<style>
a { background-color: #DFECE7; }
a { background-color: rgb(223,236,231); }
div.DivClassName
{
background-color: #DFECE7;
}
.BgClassName
{
background-color: #DFECE7;
}
</style>
border-color css
<style>
span { border-color: #DFECE7; }
span { border-color: rgb(223,236,231); }
td.TdClassName
{
border-color: #DFECE7;
}
.TagClassName
{
border-color: #DFECE7;
}
</style>