Shades of Clear Day #D9EBE5
Tints of Clear Day #D9EBE5
RGB
CMYK
RGB Variations
Color information
#D9EBE5 (or 0xD9EBE5) is known color: Clear Day. HEX triplet: D9, EB and E5. RGB value is (217,235,229). Sum of RGB (Red+Green+Blue) = 217+235+229=681 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.86% from 681); Green value is 235 (92.19% from 255 or 34.51% from 681); Blue value is 229 (89.84% from 255 or 33.63% from 681); Max value from RGB is 235 - color contains mainly: green. Hex color #D9EBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EBE5 is #26141A. Grayscale: #E4E4E4. Windows color (decimal): -2495515 or 15068121. OLE color: 15068121.
HSL color Cylindrical-coordinate representation of color #D9EBE5: hue angle of 160º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9EBE5 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
RGB | 217 | 235 | 229 | - |
CMYK | 0.08 | 0 | 0.03 | 0.08 |
HSL | 160º | 0.31% | 0.89% | - |
HSV(B) | 160º | 0.08% | 0.92% | - |
XYZ | 72.47 | 79.83 | 85.72 | - |
YUV | 228.93 | 128.04 | 119.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 235 | 229 | 0.08 | 0 | 0.03 | 0.08 | 160 | 0.31 | 0.89 |
Hex | D9 | EB | E5 | 8 | 0 | 3 | 8 | A0 | 1F | 59 |
Octal | 331 | 353 | 345 | 10 | 0 | 3 | 10 | 240 | 37 | 131 |
Binary | 11011001 | 11101011 | 11100101 | 1000 | 0 | 11 | 1000 | 10100000 | 11111 | 1011001 |
Color Harmonies of #D9EBE5
Complementary color
Monochromatic Colors of #D9EBE5
Black with #D9EBE5
Text Example
Text Example
White with #D9EBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EBE5; }
p { color: rgb(217,235,229); }
H1.HeaderClassName
{
color: #D9EBE5;
}
.AnyTagClassName
{
color: #D9EBE5;
}
</style>
background-color css
<style>
a { background-color: #D9EBE5; }
a { background-color: rgb(217,235,229); }
div.DivClassName
{
background-color: #D9EBE5;
}
.BgClassName
{
background-color: #D9EBE5;
}
</style>
border-color css
<style>
span { border-color: #D9EBE5; }
span { border-color: rgb(217,235,229); }
td.TdClassName
{
border-color: #D9EBE5;
}
.TagClassName
{
border-color: #D9EBE5;
}
</style>