Shades of Granny Apple #CEE1D2
Tints of Granny Apple #CEE1D2
RGB
CMYK
RGB Variations
Color information
#CEE1D2 (or 0xCEE1D2) is known color: Granny Apple. HEX triplet: CE, E1 and D2. RGB value is (206,225,210). Sum of RGB (Red+Green+Blue) = 206+225+210=641 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.14% from 641); Green value is 225 (88.28% from 255 or 35.10% from 641); Blue value is 210 (82.42% from 255 or 32.76% from 641); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE1D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE1D2 is #311E2D. Grayscale: #D9D9D9. Windows color (decimal): -3218990 or 13820366. OLE color: 13820366.
HSL color Cylindrical-coordinate representation of color #CEE1D2: hue angle of 132.63º 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 #CEE1D2 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 225 | 210 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.12 |
| HSL | 132.63º | 0.24% | 0.85% | - |
| HSV(B) | 132.63º | 0.08% | 0.88% | - |
| XYZ | 64.01 | 71.63 | 71.42 | - |
| YUV | 217.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 225 | 210 | 0.08 | 0 | 0.07 | 0.12 | 132.63 | 0.24 | 0.85 |
| Hex | CE | E1 | D2 | 8 | 0 | 7 | C | 85 | 18 | 55 |
| Octal | 316 | 341 | 322 | 10 | 0 | 7 | 14 | 205 | 30 | 125 |
| Binary | 11001110 | 11100001 | 11010010 | 1000 | 0 | 111 | 1100 | 10000101 | 11000 | 1010101 |
Color Harmonies of #CEE1D2
Complementary color
Monochromatic Colors of #CEE1D2
Black with #CEE1D2
Text Example
Text Example
White with #CEE1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE1D2; }
p { color: rgb(206,225,210); }
H1.HeaderClassName
{
color: #CEE1D2;
}
.AnyTagClassName
{
color: #CEE1D2;
}
</style>
background-color css
<style>
a { background-color: #CEE1D2; }
a { background-color: rgb(206,225,210); }
div.DivClassName
{
background-color: #CEE1D2;
}
.BgClassName
{
background-color: #CEE1D2;
}
</style>
border-color css
<style>
span { border-color: #CEE1D2; }
span { border-color: rgb(206,225,210); }
td.TdClassName
{
border-color: #CEE1D2;
}
.TagClassName
{
border-color: #CEE1D2;
}
</style>