Shades of Clear Day #DFEEE9
Tints of Clear Day #DFEEE9
RGB
CMYK
RGB Variations
Color information
#DFEEE9 (or 0xDFEEE9) is known color: Clear Day. HEX triplet: DF, EE and E9. RGB value is (223,238,233). Sum of RGB (Red+Green+Blue) = 223+238+233=694 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.13% from 694); Green value is 238 (93.36% from 255 or 34.29% from 694); Blue value is 233 (91.41% from 255 or 33.57% from 694); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEEE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEEE9 is #201116. Grayscale: #E8E8E8. Windows color (decimal): -2101527 or 15331039. OLE color: 15331039.
HSL color Cylindrical-coordinate representation of color #DFEEE9: hue angle of 160º degrees, saturation: 0.31, 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 #DFEEE9 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 238 | 233 | - |
CMYK | 0.06 | 0 | 0.02 | 0.07 |
HSL | 160º | 0.31% | 0.9% | - |
HSV(B) | 160º | 0.06% | 0.93% | - |
XYZ | 75.71 | 82.72 | 89.07 | - |
YUV | 232.95 | 128.03 | 120.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 238 | 233 | 0.06 | 0 | 0.02 | 0.07 | 160 | 0.31 | 0.9 |
Hex | DF | EE | E9 | 6 | 0 | 2 | 7 | A0 | 1F | 5A |
Octal | 337 | 356 | 351 | 6 | 0 | 2 | 7 | 240 | 37 | 132 |
Binary | 11011111 | 11101110 | 11101001 | 110 | 0 | 10 | 111 | 10100000 | 11111 | 1011010 |
Color Harmonies of #DFEEE9
Complementary color
Monochromatic Colors of #DFEEE9
Black with #DFEEE9
Text Example
Text Example
White with #DFEEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEEE9; }
p { color: rgb(223,238,233); }
H1.HeaderClassName
{
color: #DFEEE9;
}
.AnyTagClassName
{
color: #DFEEE9;
}
</style>
background-color css
<style>
a { background-color: #DFEEE9; }
a { background-color: rgb(223,238,233); }
div.DivClassName
{
background-color: #DFEEE9;
}
.BgClassName
{
background-color: #DFEEE9;
}
</style>
border-color css
<style>
span { border-color: #DFEEE9; }
span { border-color: rgb(223,238,233); }
td.TdClassName
{
border-color: #DFEEE9;
}
.TagClassName
{
border-color: #DFEEE9;
}
</style>