Shades of Granny Apple #CCECD4
Tints of Granny Apple #CCECD4
RGB
CMYK
RGB Variations
Color information
#CCECD4 (or 0xCCECD4) is known color: Granny Apple. HEX triplet: CC, EC and D4. RGB value is (204,236,212). Sum of RGB (Red+Green+Blue) = 204+236+212=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 236 (92.58% from 255 or 36.20% from 652); Blue value is 212 (83.20% from 255 or 32.52% from 652); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECD4 is #33132B. Grayscale: #DFDFDF. Windows color (decimal): -3347244 or 13954252. OLE color: 13954252.
HSL color Cylindrical-coordinate representation of color #CCECD4: hue angle of 135º 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 #CCECD4 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 236 | 212 | - |
CMYK | 0.14 | 0 | 0.10 | 0.07 |
HSL | 135º | 0.46% | 0.86% | - |
HSV(B) | 135º | 0.14% | 0.93% | - |
XYZ | 66.78 | 77.58 | 73.74 | - |
YUV | 223.7 | 121.4 | 113.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 236 | 212 | 0.14 | 0 | 0.10 | 0.07 | 135 | 0.46 | 0.86 |
Hex | CC | EC | D4 | E | 0 | A | 7 | 87 | 2E | 56 |
Octal | 314 | 354 | 324 | 16 | 0 | 12 | 7 | 207 | 56 | 126 |
Binary | 11001100 | 11101100 | 11010100 | 1110 | 0 | 1010 | 111 | 10000111 | 101110 | 1010110 |
Color Harmonies of #CCECD4
Complementary color
Monochromatic Colors of #CCECD4
Black with #CCECD4
Text Example
Text Example
White with #CCECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCECD4; }
p { color: rgb(204,236,212); }
H1.HeaderClassName
{
color: #CCECD4;
}
.AnyTagClassName
{
color: #CCECD4;
}
</style>
background-color css
<style>
a { background-color: #CCECD4; }
a { background-color: rgb(204,236,212); }
div.DivClassName
{
background-color: #CCECD4;
}
.BgClassName
{
background-color: #CCECD4;
}
</style>
border-color css
<style>
span { border-color: #CCECD4; }
span { border-color: rgb(204,236,212); }
td.TdClassName
{
border-color: #CCECD4;
}
.TagClassName
{
border-color: #CCECD4;
}
</style>