Shades of Granny Apple #CCEFCD
Tints of Granny Apple #CCEFCD
RGB
CMYK
RGB Variations
Color information
#CCEFCD (or 0xCCEFCD) is known color: Granny Apple. HEX triplet: CC, EF and CD. RGB value is (204,239,205). Sum of RGB (Red+Green+Blue) = 204+239+205=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 239 (93.75% from 255 or 36.88% from 648); Blue value is 205 (80.47% from 255 or 31.64% from 648); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEFCD is #331032. Grayscale: #E0E0E0. Windows color (decimal): -3346483 or 13496268. OLE color: 13496268.
HSL color Cylindrical-coordinate representation of color #CCEFCD: hue angle of 121.71º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCEFCD is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
RGB | 204 | 239 | 205 | - |
CMYK | 0.15 | 0 | 0.14 | 0.06 |
HSL | 121.71º | 0.52% | 0.87% | - |
HSV(B) | 121.71º | 0.15% | 0.94% | - |
XYZ | 66.79 | 78.98 | 69.48 | - |
YUV | 224.66 | 116.9 | 113.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 239 | 205 | 0.15 | 0 | 0.14 | 0.06 | 121.71 | 0.52 | 0.87 |
Hex | CC | EF | CD | F | 0 | E | 6 | 7A | 34 | 57 |
Octal | 314 | 357 | 315 | 17 | 0 | 16 | 6 | 172 | 64 | 127 |
Binary | 11001100 | 11101111 | 11001101 | 1111 | 0 | 1110 | 110 | 1111010 | 110100 | 1010111 |
Color Harmonies of #CCEFCD
Complementary color
Monochromatic Colors of #CCEFCD
Black with #CCEFCD
Text Example
Text Example
White with #CCEFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEFCD; }
p { color: rgb(204,239,205); }
H1.HeaderClassName
{
color: #CCEFCD;
}
.AnyTagClassName
{
color: #CCEFCD;
}
</style>
background-color css
<style>
a { background-color: #CCEFCD; }
a { background-color: rgb(204,239,205); }
div.DivClassName
{
background-color: #CCEFCD;
}
.BgClassName
{
background-color: #CCEFCD;
}
</style>
border-color css
<style>
span { border-color: #CCEFCD; }
span { border-color: rgb(204,239,205); }
td.TdClassName
{
border-color: #CCEFCD;
}
.TagClassName
{
border-color: #CCEFCD;
}
</style>