Shades of Granny Apple #CEE0D0
Tints of Granny Apple #CEE0D0
RGB
CMYK
RGB Variations
Color information
#CEE0D0 (or 0xCEE0D0) is known color: Granny Apple. HEX triplet: CE, E0 and D0. RGB value is (206,224,208). Sum of RGB (Red+Green+Blue) = 206+224+208=638 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.29% from 638); Green value is 224 (87.89% from 255 or 35.11% from 638); Blue value is 208 (81.64% from 255 or 32.60% from 638); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE0D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE0D0 is #311F2F. Grayscale: #D8D8D8. Windows color (decimal): -3219248 or 13689038. OLE color: 13689038.
HSL color Cylindrical-coordinate representation of color #CEE0D0: hue angle of 126.67º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEE0D0 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 224 | 208 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.12 |
| HSL | 126.67º | 0.23% | 0.84% | - |
| HSV(B) | 126.67º | 0.08% | 0.88% | - |
| XYZ | 63.49 | 70.99 | 70.03 | - |
| YUV | 216.79 | 123.04 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 224 | 208 | 0.08 | 0 | 0.07 | 0.12 | 126.67 | 0.23 | 0.84 |
| Hex | CE | E0 | D0 | 8 | 0 | 7 | C | 7F | 16 | 54 |
| Octal | 316 | 340 | 320 | 10 | 0 | 7 | 14 | 177 | 26 | 124 |
| Binary | 11001110 | 11100000 | 11010000 | 1000 | 0 | 111 | 1100 | 1111111 | 10110 | 1010100 |
Color Harmonies of #CEE0D0
Complementary color
Monochromatic Colors of #CEE0D0
Black with #CEE0D0
Text Example
Text Example
White with #CEE0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE0D0; }
p { color: rgb(206,224,208); }
H1.HeaderClassName
{
color: #CEE0D0;
}
.AnyTagClassName
{
color: #CEE0D0;
}
</style>
background-color css
<style>
a { background-color: #CEE0D0; }
a { background-color: rgb(206,224,208); }
div.DivClassName
{
background-color: #CEE0D0;
}
.BgClassName
{
background-color: #CEE0D0;
}
</style>
border-color css
<style>
span { border-color: #CEE0D0; }
span { border-color: rgb(206,224,208); }
td.TdClassName
{
border-color: #CEE0D0;
}
.TagClassName
{
border-color: #CEE0D0;
}
</style>