Shades of Granny Apple #CEE6D0
Tints of Granny Apple #CEE6D0
RGB
CMYK
RGB Variations
Color information
#CEE6D0 (or 0xCEE6D0) is known color: Granny Apple. HEX triplet: CE, E6 and D0. RGB value is (206,230,208). Sum of RGB (Red+Green+Blue) = 206+230+208=644 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.99% from 644); Green value is 230 (90.23% from 255 or 35.71% from 644); Blue value is 208 (81.64% from 255 or 32.30% from 644); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE6D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEE6D0 is #31192F. Grayscale: #DCDCDC. Windows color (decimal): -3217712 or 13690574. OLE color: 13690574.
HSL color Cylindrical-coordinate representation of color #CEE6D0: hue angle of 125º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEE6D0 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 230 | 208 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.10 |
| HSL | 125º | 0.32% | 0.85% | - |
| HSV(B) | 125º | 0.1% | 0.9% | - |
| XYZ | 65.14 | 74.27 | 70.58 | - |
| YUV | 220.32 | 121.05 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 230 | 208 | 0.10 | 0 | 0.10 | 0.10 | 125 | 0.32 | 0.85 |
| Hex | CE | E6 | D0 | A | 0 | A | A | 7D | 20 | 55 |
| Octal | 316 | 346 | 320 | 12 | 0 | 12 | 12 | 175 | 40 | 125 |
| Binary | 11001110 | 11100110 | 11010000 | 1010 | 0 | 1010 | 1010 | 1111101 | 100000 | 1010101 |
Color Harmonies of #CEE6D0
Complementary color
Monochromatic Colors of #CEE6D0
Black with #CEE6D0
Text Example
Text Example
White with #CEE6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE6D0; }
p { color: rgb(206,230,208); }
H1.HeaderClassName
{
color: #CEE6D0;
}
.AnyTagClassName
{
color: #CEE6D0;
}
</style>
background-color css
<style>
a { background-color: #CEE6D0; }
a { background-color: rgb(206,230,208); }
div.DivClassName
{
background-color: #CEE6D0;
}
.BgClassName
{
background-color: #CEE6D0;
}
</style>
border-color css
<style>
span { border-color: #CEE6D0; }
span { border-color: rgb(206,230,208); }
td.TdClassName
{
border-color: #CEE6D0;
}
.TagClassName
{
border-color: #CEE6D0;
}
</style>