Shades of Granny Apple #CEE1D0
Tints of Granny Apple #CEE1D0
RGB
CMYK
RGB Variations
Color information
#CEE1D0 (or 0xCEE1D0) is known color: Granny Apple. HEX triplet: CE, E1 and D0. RGB value is (206,225,208). Sum of RGB (Red+Green+Blue) = 206+225+208=639 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.24% from 639); Green value is 225 (88.28% from 255 or 35.21% from 639); Blue value is 208 (81.64% from 255 or 32.55% from 639); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE1D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE1D0 is #311E2F. Grayscale: #D9D9D9. Windows color (decimal): -3218992 or 13689294. OLE color: 13689294.
HSL color Cylindrical-coordinate representation of color #CEE1D0: hue angle of 126.32º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEE1D0 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 225 | 208 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.12 |
| HSL | 126.32º | 0.24% | 0.85% | - |
| HSV(B) | 126.32º | 0.08% | 0.88% | - |
| XYZ | 63.76 | 71.53 | 70.12 | - |
| YUV | 217.38 | 122.71 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 225 | 208 | 0.08 | 0 | 0.08 | 0.12 | 126.32 | 0.24 | 0.85 |
| Hex | CE | E1 | D0 | 8 | 0 | 8 | C | 7E | 18 | 55 |
| Octal | 316 | 341 | 320 | 10 | 0 | 10 | 14 | 176 | 30 | 125 |
| Binary | 11001110 | 11100001 | 11010000 | 1000 | 0 | 1000 | 1100 | 1111110 | 11000 | 1010101 |
Color Harmonies of #CEE1D0
Complementary color
Monochromatic Colors of #CEE1D0
Black with #CEE1D0
Text Example
Text Example
White with #CEE1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE1D0; }
p { color: rgb(206,225,208); }
H1.HeaderClassName
{
color: #CEE1D0;
}
.AnyTagClassName
{
color: #CEE1D0;
}
</style>
background-color css
<style>
a { background-color: #CEE1D0; }
a { background-color: rgb(206,225,208); }
div.DivClassName
{
background-color: #CEE1D0;
}
.BgClassName
{
background-color: #CEE1D0;
}
</style>
border-color css
<style>
span { border-color: #CEE1D0; }
span { border-color: rgb(206,225,208); }
td.TdClassName
{
border-color: #CEE1D0;
}
.TagClassName
{
border-color: #CEE1D0;
}
</style>