Shades of Clear Day #DFEDE9
Tints of Clear Day #DFEDE9
RGB
CMYK
RGB Variations
Color information
#DFEDE9 (or 0xDFEDE9) is known color: Clear Day. HEX triplet: DF, ED and E9. RGB value is (223,237,233). Sum of RGB (Red+Green+Blue) = 223+237+233=693 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.18% from 693); Green value is 237 (92.97% from 255 or 34.20% from 693); Blue value is 233 (91.41% from 255 or 33.62% from 693); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEDE9 is #201216. Grayscale: #E8E8E8. Windows color (decimal): -2101783 or 15330783. OLE color: 15330783.
HSL color Cylindrical-coordinate representation of color #DFEDE9: hue angle of 162.86º 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 #DFEDE9 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 237 | 233 | - |
CMYK | 0.06 | 0 | 0.02 | 0.07 |
HSL | 162.86º | 0.28% | 0.9% | - |
HSV(B) | 162.86º | 0.06% | 0.93% | - |
XYZ | 75.42 | 82.14 | 88.97 | - |
YUV | 232.36 | 128.36 | 121.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 237 | 233 | 0.06 | 0 | 0.02 | 0.07 | 162.86 | 0.28 | 0.9 |
Hex | DF | ED | E9 | 6 | 0 | 2 | 7 | A3 | 1C | 5A |
Octal | 337 | 355 | 351 | 6 | 0 | 2 | 7 | 243 | 34 | 132 |
Binary | 11011111 | 11101101 | 11101001 | 110 | 0 | 10 | 111 | 10100011 | 11100 | 1011010 |
Color Harmonies of #DFEDE9
Complementary color
Monochromatic Colors of #DFEDE9
Black with #DFEDE9
Text Example
Text Example
White with #DFEDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEDE9; }
p { color: rgb(223,237,233); }
H1.HeaderClassName
{
color: #DFEDE9;
}
.AnyTagClassName
{
color: #DFEDE9;
}
</style>
background-color css
<style>
a { background-color: #DFEDE9; }
a { background-color: rgb(223,237,233); }
div.DivClassName
{
background-color: #DFEDE9;
}
.BgClassName
{
background-color: #DFEDE9;
}
</style>
border-color css
<style>
span { border-color: #DFEDE9; }
span { border-color: rgb(223,237,233); }
td.TdClassName
{
border-color: #DFEDE9;
}
.TagClassName
{
border-color: #DFEDE9;
}
</style>