Shades of Granny Apple #C8EBCC
Tints of Granny Apple #C8EBCC
RGB
CMYK
RGB Variations
Color information
#C8EBCC (or 0xC8EBCC) is known color: Granny Apple. HEX triplet: C8, EB and CC. RGB value is (200,235,204). Sum of RGB (Red+Green+Blue) = 200+235+204=639 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.30% from 639); Green value is 235 (92.19% from 255 or 36.78% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 235 - color contains mainly: green. Hex color #C8EBCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EBCC is #371433. Grayscale: #DDDDDD. Windows color (decimal): -3609652 or 13429704. OLE color: 13429704.
HSL color Cylindrical-coordinate representation of color #C8EBCC: hue angle of 126.86º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8EBCC is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 235 | 204 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.08 |
| HSL | 126.86º | 0.47% | 0.85% | - |
| HSV(B) | 126.86º | 0.15% | 0.92% | - |
| XYZ | 64.43 | 76.06 | 68.41 | - |
| YUV | 221 | 118.4 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 235 | 204 | 0.15 | 0 | 0.13 | 0.08 | 126.86 | 0.47 | 0.85 |
| Hex | C8 | EB | CC | F | 0 | D | 8 | 7F | 2F | 55 |
| Octal | 310 | 353 | 314 | 17 | 0 | 15 | 10 | 177 | 57 | 125 |
| Binary | 11001000 | 11101011 | 11001100 | 1111 | 0 | 1101 | 1000 | 1111111 | 101111 | 1010101 |
Color Harmonies of #C8EBCC
Complementary color
Monochromatic Colors of #C8EBCC
Black with #C8EBCC
Text Example
Text Example
White with #C8EBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EBCC; }
p { color: rgb(200,235,204); }
H1.HeaderClassName
{
color: #C8EBCC;
}
.AnyTagClassName
{
color: #C8EBCC;
}
</style>
background-color css
<style>
a { background-color: #C8EBCC; }
a { background-color: rgb(200,235,204); }
div.DivClassName
{
background-color: #C8EBCC;
}
.BgClassName
{
background-color: #C8EBCC;
}
</style>
border-color css
<style>
span { border-color: #C8EBCC; }
span { border-color: rgb(200,235,204); }
td.TdClassName
{
border-color: #C8EBCC;
}
.TagClassName
{
border-color: #C8EBCC;
}
</style>