Shades of Clear Day #DFEDE8
Tints of Clear Day #DFEDE8
RGB
CMYK
RGB Variations
Color information
#DFEDE8 (or 0xDFEDE8) is known color: Clear Day. HEX triplet: DF, ED and E8. RGB value is (223,237,232). Sum of RGB (Red+Green+Blue) = 223+237+232=692 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.23% from 692); Green value is 237 (92.97% from 255 or 34.25% from 692); Blue value is 232 (91.02% from 255 or 33.53% from 692); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEDE8 is #201217. Grayscale: #E8E8E8. Windows color (decimal): -2101784 or 15265247. OLE color: 15265247.
HSL color Cylindrical-coordinate representation of color #DFEDE8: hue angle of 158.57º degrees, saturation: 0.28, 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 #DFEDE8 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 237 | 232 | - |
CMYK | 0.06 | 0 | 0.02 | 0.07 |
HSL | 158.57º | 0.28% | 0.9% | - |
HSV(B) | 158.57º | 0.06% | 0.93% | - |
XYZ | 75.28 | 82.08 | 88.22 | - |
YUV | 232.24 | 127.86 | 121.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 237 | 232 | 0.06 | 0 | 0.02 | 0.07 | 158.57 | 0.28 | 0.9 |
Hex | DF | ED | E8 | 6 | 0 | 2 | 7 | 9F | 1C | 5A |
Octal | 337 | 355 | 350 | 6 | 0 | 2 | 7 | 237 | 34 | 132 |
Binary | 11011111 | 11101101 | 11101000 | 110 | 0 | 10 | 111 | 10011111 | 11100 | 1011010 |
Color Harmonies of #DFEDE8
Complementary color
Monochromatic Colors of #DFEDE8
Black with #DFEDE8
Text Example
Text Example
White with #DFEDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEDE8; }
p { color: rgb(223,237,232); }
H1.HeaderClassName
{
color: #DFEDE8;
}
.AnyTagClassName
{
color: #DFEDE8;
}
</style>
background-color css
<style>
a { background-color: #DFEDE8; }
a { background-color: rgb(223,237,232); }
div.DivClassName
{
background-color: #DFEDE8;
}
.BgClassName
{
background-color: #DFEDE8;
}
</style>
border-color css
<style>
span { border-color: #DFEDE8; }
span { border-color: rgb(223,237,232); }
td.TdClassName
{
border-color: #DFEDE8;
}
.TagClassName
{
border-color: #DFEDE8;
}
</style>