Shades of Granny Apple #CCECD1
Tints of Granny Apple #CCECD1
RGB
CMYK
RGB Variations
Color information
#CCECD1 (or 0xCCECD1) is known color: Granny Apple. HEX triplet: CC, EC and D1. RGB value is (204,236,209). Sum of RGB (Red+Green+Blue) = 204+236+209=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 209 (82.03% from 255 or 32.20% from 649); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECD1 is #33132E. Grayscale: #DFDFDF. Windows color (decimal): -3347247 or 13757644. OLE color: 13757644.
HSL color Cylindrical-coordinate representation of color #CCECD1: hue angle of 129.38º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCECD1 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 209 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.07 |
| HSL | 129.38º | 0.46% | 0.86% | - |
| HSV(B) | 129.38º | 0.14% | 0.93% | - |
| XYZ | 66.41 | 77.43 | 71.77 | - |
| YUV | 223.35 | 119.9 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 209 | 0.14 | 0 | 0.11 | 0.07 | 129.38 | 0.46 | 0.86 |
| Hex | CC | EC | D1 | E | 0 | B | 7 | 81 | 2E | 56 |
| Octal | 314 | 354 | 321 | 16 | 0 | 13 | 7 | 201 | 56 | 126 |
| Binary | 11001100 | 11101100 | 11010001 | 1110 | 0 | 1011 | 111 | 10000001 | 101110 | 1010110 |
Color Harmonies of #CCECD1
Complementary color
Monochromatic Colors of #CCECD1
Black with #CCECD1
Text Example
Text Example
White with #CCECD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCECD1; }
p { color: rgb(204,236,209); }
H1.HeaderClassName
{
color: #CCECD1;
}
.AnyTagClassName
{
color: #CCECD1;
}
</style>
background-color css
<style>
a { background-color: #CCECD1; }
a { background-color: rgb(204,236,209); }
div.DivClassName
{
background-color: #CCECD1;
}
.BgClassName
{
background-color: #CCECD1;
}
</style>
border-color css
<style>
span { border-color: #CCECD1; }
span { border-color: rgb(204,236,209); }
td.TdClassName
{
border-color: #CCECD1;
}
.TagClassName
{
border-color: #CCECD1;
}
</style>