Shades of Granny Apple #CEE8D2
Tints of Granny Apple #CEE8D2
RGB
CMYK
RGB Variations
Color information
#CEE8D2 (or 0xCEE8D2) is known color: Granny Apple. HEX triplet: CE, E8 and D2. RGB value is (206,232,210). Sum of RGB (Red+Green+Blue) = 206+232+210=648 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.79% from 648); Green value is 232 (91.02% from 255 or 35.80% from 648); Blue value is 210 (82.42% from 255 or 32.41% from 648); Max value from RGB is 232 - color contains mainly: green. Hex color #CEE8D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEE8D2 is #31172D. Grayscale: #DDDDDD. Windows color (decimal): -3217198 or 13822158. OLE color: 13822158.
HSL color Cylindrical-coordinate representation of color #CEE8D2: hue angle of 129.23º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEE8D2 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 232 | 210 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.09 |
| HSL | 129.23º | 0.36% | 0.86% | - |
| HSV(B) | 129.23º | 0.11% | 0.91% | - |
| XYZ | 65.94 | 75.49 | 72.07 | - |
| YUV | 221.72 | 121.39 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 232 | 210 | 0.11 | 0 | 0.09 | 0.09 | 129.23 | 0.36 | 0.86 |
| Hex | CE | E8 | D2 | B | 0 | 9 | 9 | 81 | 24 | 56 |
| Octal | 316 | 350 | 322 | 13 | 0 | 11 | 11 | 201 | 44 | 126 |
| Binary | 11001110 | 11101000 | 11010010 | 1011 | 0 | 1001 | 1001 | 10000001 | 100100 | 1010110 |
Color Harmonies of #CEE8D2
Complementary color
Monochromatic Colors of #CEE8D2
Black with #CEE8D2
Text Example
Text Example
White with #CEE8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE8D2; }
p { color: rgb(206,232,210); }
H1.HeaderClassName
{
color: #CEE8D2;
}
.AnyTagClassName
{
color: #CEE8D2;
}
</style>
background-color css
<style>
a { background-color: #CEE8D2; }
a { background-color: rgb(206,232,210); }
div.DivClassName
{
background-color: #CEE8D2;
}
.BgClassName
{
background-color: #CEE8D2;
}
</style>
border-color css
<style>
span { border-color: #CEE8D2; }
span { border-color: rgb(206,232,210); }
td.TdClassName
{
border-color: #CEE8D2;
}
.TagClassName
{
border-color: #CEE8D2;
}
</style>