Shades of Granny Apple #D0ECD5
Tints of Granny Apple #D0ECD5
RGB
CMYK
RGB Variations
Color information
#D0ECD5 (or 0xD0ECD5) is known color: Granny Apple. HEX triplet: D0, EC and D5. RGB value is (208,236,213). Sum of RGB (Red+Green+Blue) = 208+236+213=657 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.66% from 657); Green value is 236 (92.58% from 255 or 35.92% from 657); Blue value is 213 (83.59% from 255 or 32.42% from 657); Max value from RGB is 236 - color contains mainly: green. Hex color #D0ECD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0ECD5 is #2F132A. Grayscale: #E1E1E1. Windows color (decimal): -3085099 or 14019792. OLE color: 14019792.
HSL color Cylindrical-coordinate representation of color #D0ECD5: hue angle of 130.71º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0ECD5 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 236 | 213 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.07 |
| HSL | 130.71º | 0.42% | 0.87% | - |
| HSV(B) | 130.71º | 0.12% | 0.93% | - |
| XYZ | 68.02 | 78.2 | 74.46 | - |
| YUV | 225.01 | 121.22 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 236 | 213 | 0.12 | 0 | 0.10 | 0.07 | 130.71 | 0.42 | 0.87 |
| Hex | D0 | EC | D5 | C | 0 | A | 7 | 83 | 2A | 57 |
| Octal | 320 | 354 | 325 | 14 | 0 | 12 | 7 | 203 | 52 | 127 |
| Binary | 11010000 | 11101100 | 11010101 | 1100 | 0 | 1010 | 111 | 10000011 | 101010 | 1010111 |
Color Harmonies of #D0ECD5
Complementary color
Monochromatic Colors of #D0ECD5
Black with #D0ECD5
Text Example
Text Example
White with #D0ECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ECD5; }
p { color: rgb(208,236,213); }
H1.HeaderClassName
{
color: #D0ECD5;
}
.AnyTagClassName
{
color: #D0ECD5;
}
</style>
background-color css
<style>
a { background-color: #D0ECD5; }
a { background-color: rgb(208,236,213); }
div.DivClassName
{
background-color: #D0ECD5;
}
.BgClassName
{
background-color: #D0ECD5;
}
</style>
border-color css
<style>
span { border-color: #D0ECD5; }
span { border-color: rgb(208,236,213); }
td.TdClassName
{
border-color: #D0ECD5;
}
.TagClassName
{
border-color: #D0ECD5;
}
</style>