Shades of Granny Apple #CEECD6
Tints of Granny Apple #CEECD6
RGB
CMYK
RGB Variations
Color information
#CEECD6 (or 0xCEECD6) is known color: Granny Apple. HEX triplet: CE, EC and D6. RGB value is (206,236,214). Sum of RGB (Red+Green+Blue) = 206+236+214=656 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.40% from 656); Green value is 236 (92.58% from 255 or 35.98% from 656); Blue value is 214 (83.98% from 255 or 32.62% from 656); Max value from RGB is 236 - color contains mainly: green. Hex color #CEECD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEECD6 is #311329. Grayscale: #E0E0E0. Windows color (decimal): -3216170 or 14085326. OLE color: 14085326.
HSL color Cylindrical-coordinate representation of color #CEECD6: hue angle of 136º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEECD6 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 236 | 214 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.07 |
| HSL | 136º | 0.44% | 0.87% | - |
| HSV(B) | 136º | 0.13% | 0.93% | - |
| XYZ | 67.59 | 77.97 | 75.11 | - |
| YUV | 224.52 | 122.06 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 236 | 214 | 0.13 | 0 | 0.09 | 0.07 | 136 | 0.44 | 0.87 |
| Hex | CE | EC | D6 | D | 0 | 9 | 7 | 88 | 2C | 57 |
| Octal | 316 | 354 | 326 | 15 | 0 | 11 | 7 | 210 | 54 | 127 |
| Binary | 11001110 | 11101100 | 11010110 | 1101 | 0 | 1001 | 111 | 10001000 | 101100 | 1010111 |
Color Harmonies of #CEECD6
Complementary color
Monochromatic Colors of #CEECD6
Black with #CEECD6
Text Example
Text Example
White with #CEECD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEECD6; }
p { color: rgb(206,236,214); }
H1.HeaderClassName
{
color: #CEECD6;
}
.AnyTagClassName
{
color: #CEECD6;
}
</style>
background-color css
<style>
a { background-color: #CEECD6; }
a { background-color: rgb(206,236,214); }
div.DivClassName
{
background-color: #CEECD6;
}
.BgClassName
{
background-color: #CEECD6;
}
</style>
border-color css
<style>
span { border-color: #CEECD6; }
span { border-color: rgb(206,236,214); }
td.TdClassName
{
border-color: #CEECD6;
}
.TagClassName
{
border-color: #CEECD6;
}
</style>