Shades of Granny Apple #CCECD2
Tints of Granny Apple #CCECD2
RGB
CMYK
RGB Variations
Color information
#CCECD2 (or 0xCCECD2) is known color: Granny Apple. HEX triplet: CC, EC and D2. RGB value is (204,236,210). Sum of RGB (Red+Green+Blue) = 204+236+210=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 236 (92.58% from 255 or 36.31% from 650); Blue value is 210 (82.42% from 255 or 32.31% from 650); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECD2 is #33132D. Grayscale: #DFDFDF. Windows color (decimal): -3347246 or 13823180. OLE color: 13823180.
HSL color Cylindrical-coordinate representation of color #CCECD2: hue angle of 131.25º 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 #CCECD2 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 210 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.07 |
| HSL | 131.25º | 0.46% | 0.86% | - |
| HSV(B) | 131.25º | 0.14% | 0.93% | - |
| XYZ | 66.53 | 77.48 | 72.42 | - |
| YUV | 223.47 | 120.4 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 210 | 0.14 | 0 | 0.11 | 0.07 | 131.25 | 0.46 | 0.86 |
| Hex | CC | EC | D2 | E | 0 | B | 7 | 83 | 2E | 56 |
| Octal | 314 | 354 | 322 | 16 | 0 | 13 | 7 | 203 | 56 | 126 |
| Binary | 11001100 | 11101100 | 11010010 | 1110 | 0 | 1011 | 111 | 10000011 | 101110 | 1010110 |
Color Harmonies of #CCECD2
Complementary color
Monochromatic Colors of #CCECD2
Black with #CCECD2
Text Example
Text Example
White with #CCECD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCECD2; }
p { color: rgb(204,236,210); }
H1.HeaderClassName
{
color: #CCECD2;
}
.AnyTagClassName
{
color: #CCECD2;
}
</style>
background-color css
<style>
a { background-color: #CCECD2; }
a { background-color: rgb(204,236,210); }
div.DivClassName
{
background-color: #CCECD2;
}
.BgClassName
{
background-color: #CCECD2;
}
</style>
border-color css
<style>
span { border-color: #CCECD2; }
span { border-color: rgb(204,236,210); }
td.TdClassName
{
border-color: #CCECD2;
}
.TagClassName
{
border-color: #CCECD2;
}
</style>