Shades of Clear Day #DFEAE6
Tints of Clear Day #DFEAE6
RGB
CMYK
RGB Variations
Color information
#DFEAE6 (or 0xDFEAE6) is known color: Clear Day. HEX triplet: DF, EA and E6. RGB value is (223,234,230). Sum of RGB (Red+Green+Blue) = 223+234+230=687 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.46% from 687); Green value is 234 (91.80% from 255 or 34.06% from 687); Blue value is 230 (90.23% from 255 or 33.48% from 687); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEAE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEAE6 is #201519. Grayscale: #E6E6E6. Windows color (decimal): -2102554 or 15133407. OLE color: 15133407.
HSL color Cylindrical-coordinate representation of color #DFEAE6: hue angle of 158.18º degrees, saturation: 0.21, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DFEAE6 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 234 | 230 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.08 |
| HSL | 158.18º | 0.21% | 0.9% | - |
| HSV(B) | 158.18º | 0.05% | 0.92% | - |
| XYZ | 74.14 | 80.25 | 86.44 | - |
| YUV | 230.26 | 127.86 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 234 | 230 | 0.05 | 0 | 0.02 | 0.08 | 158.18 | 0.21 | 0.9 |
| Hex | DF | EA | E6 | 5 | 0 | 2 | 8 | 9E | 15 | 5A |
| Octal | 337 | 352 | 346 | 5 | 0 | 2 | 10 | 236 | 25 | 132 |
| Binary | 11011111 | 11101010 | 11100110 | 101 | 0 | 10 | 1000 | 10011110 | 10101 | 1011010 |
Color Harmonies of #DFEAE6
Complementary color
Monochromatic Colors of #DFEAE6
Black with #DFEAE6
Text Example
Text Example
White with #DFEAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEAE6; }
p { color: rgb(223,234,230); }
H1.HeaderClassName
{
color: #DFEAE6;
}
.AnyTagClassName
{
color: #DFEAE6;
}
</style>
background-color css
<style>
a { background-color: #DFEAE6; }
a { background-color: rgb(223,234,230); }
div.DivClassName
{
background-color: #DFEAE6;
}
.BgClassName
{
background-color: #DFEAE6;
}
</style>
border-color css
<style>
span { border-color: #DFEAE6; }
span { border-color: rgb(223,234,230); }
td.TdClassName
{
border-color: #DFEAE6;
}
.TagClassName
{
border-color: #DFEAE6;
}
</style>