Shades of Clear Day #DCEAE5
Tints of Clear Day #DCEAE5
RGB
CMYK
RGB Variations
Color information
#DCEAE5 (or 0xDCEAE5) is known color: Clear Day. HEX triplet: DC, EA and E5. RGB value is (220,234,229). Sum of RGB (Red+Green+Blue) = 220+234+229=683 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.21% from 683); Green value is 234 (91.80% from 255 or 34.26% from 683); Blue value is 229 (89.84% from 255 or 33.53% from 683); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEAE5 is #23151A. Grayscale: #E5E5E5. Windows color (decimal): -2299163 or 15067868. OLE color: 15067868.
HSL color Cylindrical-coordinate representation of color #DCEAE5: hue angle of 158.57º degrees, saturation: 0.25, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCEAE5 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 229 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.08 |
| HSL | 158.57º | 0.25% | 0.89% | - |
| HSV(B) | 158.57º | 0.06% | 0.92% | - |
| XYZ | 73.08 | 79.72 | 85.66 | - |
| YUV | 229.24 | 127.86 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 229 | 0.06 | 0 | 0.02 | 0.08 | 158.57 | 0.25 | 0.89 |
| Hex | DC | EA | E5 | 6 | 0 | 2 | 8 | 9F | 19 | 59 |
| Octal | 334 | 352 | 345 | 6 | 0 | 2 | 10 | 237 | 31 | 131 |
| Binary | 11011100 | 11101010 | 11100101 | 110 | 0 | 10 | 1000 | 10011111 | 11001 | 1011001 |
Color Harmonies of #DCEAE5
Complementary color
Monochromatic Colors of #DCEAE5
Black with #DCEAE5
Text Example
Text Example
White with #DCEAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEAE5; }
p { color: rgb(220,234,229); }
H1.HeaderClassName
{
color: #DCEAE5;
}
.AnyTagClassName
{
color: #DCEAE5;
}
</style>
background-color css
<style>
a { background-color: #DCEAE5; }
a { background-color: rgb(220,234,229); }
div.DivClassName
{
background-color: #DCEAE5;
}
.BgClassName
{
background-color: #DCEAE5;
}
</style>
border-color css
<style>
span { border-color: #DCEAE5; }
span { border-color: rgb(220,234,229); }
td.TdClassName
{
border-color: #DCEAE5;
}
.TagClassName
{
border-color: #DCEAE5;
}
</style>