Shades of Granny Apple #CCEFD0
Tints of Granny Apple #CCEFD0
RGB
CMYK
RGB Variations
Color information
#CCEFD0 (or 0xCCEFD0) is known color: Granny Apple. HEX triplet: CC, EF and D0. RGB value is (204,239,208). Sum of RGB (Red+Green+Blue) = 204+239+208=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 239 (93.75% from 255 or 36.71% from 651); Blue value is 208 (81.64% from 255 or 31.95% from 651); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEFD0 is #33102F. Grayscale: #E1E1E1. Windows color (decimal): -3346480 or 13692876. OLE color: 13692876.
HSL color Cylindrical-coordinate representation of color #CCEFD0: hue angle of 126.86º 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 #CCEFD0 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 239 | 208 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.06 |
| HSL | 126.86º | 0.52% | 0.87% | - |
| HSV(B) | 126.86º | 0.15% | 0.94% | - |
| XYZ | 67.15 | 79.12 | 71.41 | - |
| YUV | 225 | 118.4 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 239 | 208 | 0.15 | 0 | 0.13 | 0.06 | 126.86 | 0.52 | 0.87 |
| Hex | CC | EF | D0 | F | 0 | D | 6 | 7F | 34 | 57 |
| Octal | 314 | 357 | 320 | 17 | 0 | 15 | 6 | 177 | 64 | 127 |
| Binary | 11001100 | 11101111 | 11010000 | 1111 | 0 | 1101 | 110 | 1111111 | 110100 | 1010111 |
Color Harmonies of #CCEFD0
Complementary color
Monochromatic Colors of #CCEFD0
Black with #CCEFD0
Text Example
Text Example
White with #CCEFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEFD0; }
p { color: rgb(204,239,208); }
H1.HeaderClassName
{
color: #CCEFD0;
}
.AnyTagClassName
{
color: #CCEFD0;
}
</style>
background-color css
<style>
a { background-color: #CCEFD0; }
a { background-color: rgb(204,239,208); }
div.DivClassName
{
background-color: #CCEFD0;
}
.BgClassName
{
background-color: #CCEFD0;
}
</style>
border-color css
<style>
span { border-color: #CCEFD0; }
span { border-color: rgb(204,239,208); }
td.TdClassName
{
border-color: #CCEFD0;
}
.TagClassName
{
border-color: #CCEFD0;
}
</style>