Shades of Granny Apple #CCECD6
Tints of Granny Apple #CCECD6
RGB
CMYK
RGB Variations
Color information
#CCECD6 (or 0xCCECD6) is known color: Granny Apple. HEX triplet: CC, EC and D6. RGB value is (204,236,214). Sum of RGB (Red+Green+Blue) = 204+236+214=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 236 (92.58% from 255 or 36.09% from 654); Blue value is 214 (83.98% from 255 or 32.72% from 654); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECD6 is #331329. Grayscale: #DFDFDF. Windows color (decimal): -3347242 or 14085324. OLE color: 14085324.
HSL color Cylindrical-coordinate representation of color #CCECD6: hue angle of 138.75º 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 #CCECD6 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 214 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.07 |
| HSL | 138.75º | 0.46% | 0.86% | - |
| HSV(B) | 138.75º | 0.14% | 0.93% | - |
| XYZ | 67.03 | 77.68 | 75.08 | - |
| YUV | 223.92 | 122.4 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 214 | 0.14 | 0 | 0.09 | 0.07 | 138.75 | 0.46 | 0.86 |
| Hex | CC | EC | D6 | E | 0 | 9 | 7 | 8B | 2E | 56 |
| Octal | 314 | 354 | 326 | 16 | 0 | 11 | 7 | 213 | 56 | 126 |
| Binary | 11001100 | 11101100 | 11010110 | 1110 | 0 | 1001 | 111 | 10001011 | 101110 | 1010110 |
Color Harmonies of #CCECD6
Complementary color
Monochromatic Colors of #CCECD6
Black with #CCECD6
Text Example
Text Example
White with #CCECD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCECD6; }
p { color: rgb(204,236,214); }
H1.HeaderClassName
{
color: #CCECD6;
}
.AnyTagClassName
{
color: #CCECD6;
}
</style>
background-color css
<style>
a { background-color: #CCECD6; }
a { background-color: rgb(204,236,214); }
div.DivClassName
{
background-color: #CCECD6;
}
.BgClassName
{
background-color: #CCECD6;
}
</style>
border-color css
<style>
span { border-color: #CCECD6; }
span { border-color: rgb(204,236,214); }
td.TdClassName
{
border-color: #CCECD6;
}
.TagClassName
{
border-color: #CCECD6;
}
</style>