Shades of Granny Apple #CEECD4
Tints of Granny Apple #CEECD4
RGB
CMYK
RGB Variations
Color information
#CEECD4 (or 0xCEECD4) is known color: Granny Apple. HEX triplet: CE, EC and D4. RGB value is (206,236,212). Sum of RGB (Red+Green+Blue) = 206+236+212=654 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.50% from 654); Green value is 236 (92.58% from 255 or 36.09% from 654); Blue value is 212 (83.20% from 255 or 32.42% from 654); Max value from RGB is 236 - color contains mainly: green. Hex color #CEECD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEECD4 is #31132B. Grayscale: #E0E0E0. Windows color (decimal): -3216172 or 13954254. OLE color: 13954254.
HSL color Cylindrical-coordinate representation of color #CEECD4: hue angle of 132º 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 #CEECD4 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 236 | 212 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.07 |
| HSL | 132º | 0.44% | 0.87% | - |
| HSV(B) | 132º | 0.13% | 0.93% | - |
| XYZ | 67.33 | 77.87 | 73.77 | - |
| YUV | 224.29 | 121.06 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 236 | 212 | 0.13 | 0 | 0.10 | 0.07 | 132 | 0.44 | 0.87 |
| Hex | CE | EC | D4 | D | 0 | A | 7 | 84 | 2C | 57 |
| Octal | 316 | 354 | 324 | 15 | 0 | 12 | 7 | 204 | 54 | 127 |
| Binary | 11001110 | 11101100 | 11010100 | 1101 | 0 | 1010 | 111 | 10000100 | 101100 | 1010111 |
Color Harmonies of #CEECD4
Complementary color
Monochromatic Colors of #CEECD4
Black with #CEECD4
Text Example
Text Example
White with #CEECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEECD4; }
p { color: rgb(206,236,212); }
H1.HeaderClassName
{
color: #CEECD4;
}
.AnyTagClassName
{
color: #CEECD4;
}
</style>
background-color css
<style>
a { background-color: #CEECD4; }
a { background-color: rgb(206,236,212); }
div.DivClassName
{
background-color: #CEECD4;
}
.BgClassName
{
background-color: #CEECD4;
}
</style>
border-color css
<style>
span { border-color: #CEECD4; }
span { border-color: rgb(206,236,212); }
td.TdClassName
{
border-color: #CEECD4;
}
.TagClassName
{
border-color: #CEECD4;
}
</style>