Shades of Granny Apple #D0EAD4
Tints of Granny Apple #D0EAD4
RGB
CMYK
RGB Variations
Color information
#D0EAD4 (or 0xD0EAD4) is known color: Granny Apple. HEX triplet: D0, EA and D4. RGB value is (208,234,212). Sum of RGB (Red+Green+Blue) = 208+234+212=654 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.80% from 654); Green value is 234 (91.80% from 255 or 35.78% from 654); Blue value is 212 (83.20% from 255 or 32.42% from 654); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EAD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EAD4 is #2F152B. Grayscale: #DFDFDF. Windows color (decimal): -3085612 or 13953744. OLE color: 13953744.
HSL color Cylindrical-coordinate representation of color #D0EAD4: hue angle of 129.23º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0EAD4 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 234 | 212 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.08 |
| HSL | 129.23º | 0.38% | 0.87% | - |
| HSV(B) | 129.23º | 0.11% | 0.92% | - |
| XYZ | 67.32 | 77.01 | 73.6 | - |
| YUV | 223.72 | 121.39 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 234 | 212 | 0.11 | 0 | 0.09 | 0.08 | 129.23 | 0.38 | 0.87 |
| Hex | D0 | EA | D4 | B | 0 | 9 | 8 | 81 | 26 | 57 |
| Octal | 320 | 352 | 324 | 13 | 0 | 11 | 10 | 201 | 46 | 127 |
| Binary | 11010000 | 11101010 | 11010100 | 1011 | 0 | 1001 | 1000 | 10000001 | 100110 | 1010111 |
Color Harmonies of #D0EAD4
Complementary color
Monochromatic Colors of #D0EAD4
Black with #D0EAD4
Text Example
Text Example
White with #D0EAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EAD4; }
p { color: rgb(208,234,212); }
H1.HeaderClassName
{
color: #D0EAD4;
}
.AnyTagClassName
{
color: #D0EAD4;
}
</style>
background-color css
<style>
a { background-color: #D0EAD4; }
a { background-color: rgb(208,234,212); }
div.DivClassName
{
background-color: #D0EAD4;
}
.BgClassName
{
background-color: #D0EAD4;
}
</style>
border-color css
<style>
span { border-color: #D0EAD4; }
span { border-color: rgb(208,234,212); }
td.TdClassName
{
border-color: #D0EAD4;
}
.TagClassName
{
border-color: #D0EAD4;
}
</style>