Shades of Clear Day #DFE7E4
Tints of Clear Day #DFE7E4
RGB
CMYK
RGB Variations
Color information
#DFE7E4 (or 0xDFE7E4) is known color: Clear Day. HEX triplet: DF, E7 and E4. RGB value is (223,231,228). Sum of RGB (Red+Green+Blue) = 223+231+228=682 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.70% from 682); Green value is 231 (90.62% from 255 or 33.87% from 682); Blue value is 228 (89.45% from 255 or 33.43% from 682); Max value from RGB is 231 - color contains mainly: green. Hex color #DFE7E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFE7E4 is #20181B. Grayscale: #E4E4E4. Windows color (decimal): -2103324 or 15001567. OLE color: 15001567.
HSL color Cylindrical-coordinate representation of color #DFE7E4: hue angle of 157.5º degrees, saturation: 0.14, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DFE7E4 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
RGB | 223 | 231 | 228 | - |
CMYK | 0.03 | 0 | 0.01 | 0.09 |
HSL | 157.5º | 0.14% | 0.89% | - |
HSV(B) | 157.5º | 0.03% | 0.91% | - |
XYZ | 73.01 | 78.44 | 84.69 | - |
YUV | 228.27 | 127.85 | 124.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 231 | 228 | 0.03 | 0 | 0.01 | 0.09 | 157.5 | 0.14 | 0.89 |
Hex | DF | E7 | E4 | 3 | 0 | 1 | 9 | 9E | E | 59 |
Octal | 337 | 347 | 344 | 3 | 0 | 1 | 11 | 236 | 16 | 131 |
Binary | 11011111 | 11100111 | 11100100 | 11 | 0 | 1 | 1001 | 10011110 | 1110 | 1011001 |
Color Harmonies of #DFE7E4
Complementary color
Monochromatic Colors of #DFE7E4
Black with #DFE7E4
Text Example
Text Example
White with #DFE7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE7E4; }
p { color: rgb(223,231,228); }
H1.HeaderClassName
{
color: #DFE7E4;
}
.AnyTagClassName
{
color: #DFE7E4;
}
</style>
background-color css
<style>
a { background-color: #DFE7E4; }
a { background-color: rgb(223,231,228); }
div.DivClassName
{
background-color: #DFE7E4;
}
.BgClassName
{
background-color: #DFE7E4;
}
</style>
border-color css
<style>
span { border-color: #DFE7E4; }
span { border-color: rgb(223,231,228); }
td.TdClassName
{
border-color: #DFE7E4;
}
.TagClassName
{
border-color: #DFE7E4;
}
</style>