Shades of Granny Apple #CCEBCD
Tints of Granny Apple #CCEBCD
RGB
CMYK
RGB Variations
Color information
#CCEBCD (or 0xCCEBCD) is known color: Granny Apple. HEX triplet: CC, EB and CD. RGB value is (204,235,205). Sum of RGB (Red+Green+Blue) = 204+235+205=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 235 (92.19% from 255 or 36.49% from 644); Blue value is 205 (80.47% from 255 or 31.83% from 644); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEBCD is #331432. Grayscale: #DEDEDE. Windows color (decimal): -3347507 or 13495244. OLE color: 13495244.
HSL color Cylindrical-coordinate representation of color #CCEBCD: hue angle of 121.94º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCEBCD is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
RGB | 204 | 235 | 205 | - |
CMYK | 0.13 | 0 | 0.13 | 0.08 |
HSL | 121.94º | 0.44% | 0.86% | - |
HSV(B) | 121.94º | 0.13% | 0.92% | - |
XYZ | 65.63 | 76.66 | 69.1 | - |
YUV | 222.31 | 118.23 | 114.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 235 | 205 | 0.13 | 0 | 0.13 | 0.08 | 121.94 | 0.44 | 0.86 |
Hex | CC | EB | CD | D | 0 | D | 8 | 7A | 2C | 56 |
Octal | 314 | 353 | 315 | 15 | 0 | 15 | 10 | 172 | 54 | 126 |
Binary | 11001100 | 11101011 | 11001101 | 1101 | 0 | 1101 | 1000 | 1111010 | 101100 | 1010110 |
Color Harmonies of #CCEBCD
Complementary color
Monochromatic Colors of #CCEBCD
Black with #CCEBCD
Text Example
Text Example
White with #CCEBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEBCD; }
p { color: rgb(204,235,205); }
H1.HeaderClassName
{
color: #CCEBCD;
}
.AnyTagClassName
{
color: #CCEBCD;
}
</style>
background-color css
<style>
a { background-color: #CCEBCD; }
a { background-color: rgb(204,235,205); }
div.DivClassName
{
background-color: #CCEBCD;
}
.BgClassName
{
background-color: #CCEBCD;
}
</style>
border-color css
<style>
span { border-color: #CCEBCD; }
span { border-color: rgb(204,235,205); }
td.TdClassName
{
border-color: #CCEBCD;
}
.TagClassName
{
border-color: #CCEBCD;
}
</style>