Shades of Granny Apple #CCEFD5
Tints of Granny Apple #CCEFD5
RGB
CMYK
RGB Variations
Color information
#CCEFD5 (or 0xCCEFD5) is known color: Granny Apple. HEX triplet: CC, EF and D5. RGB value is (204,239,213). Sum of RGB (Red+Green+Blue) = 204+239+213=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 213 (83.59% from 255 or 32.47% from 656); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEFD5 is #33102A. Grayscale: #E1E1E1. Windows color (decimal): -3346475 or 14020556. OLE color: 14020556.
HSL color Cylindrical-coordinate representation of color #CCEFD5: hue angle of 135.43º 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 #CCEFD5 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 239 | 213 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.06 |
| HSL | 135.43º | 0.52% | 0.87% | - |
| HSV(B) | 135.43º | 0.15% | 0.94% | - |
| XYZ | 67.78 | 79.37 | 74.7 | - |
| YUV | 225.57 | 120.9 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 239 | 213 | 0.15 | 0 | 0.11 | 0.06 | 135.43 | 0.52 | 0.87 |
| Hex | CC | EF | D5 | F | 0 | B | 6 | 87 | 34 | 57 |
| Octal | 314 | 357 | 325 | 17 | 0 | 13 | 6 | 207 | 64 | 127 |
| Binary | 11001100 | 11101111 | 11010101 | 1111 | 0 | 1011 | 110 | 10000111 | 110100 | 1010111 |
Color Harmonies of #CCEFD5
Complementary color
Monochromatic Colors of #CCEFD5
Black with #CCEFD5
Text Example
Text Example
White with #CCEFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEFD5; }
p { color: rgb(204,239,213); }
H1.HeaderClassName
{
color: #CCEFD5;
}
.AnyTagClassName
{
color: #CCEFD5;
}
</style>
background-color css
<style>
a { background-color: #CCEFD5; }
a { background-color: rgb(204,239,213); }
div.DivClassName
{
background-color: #CCEFD5;
}
.BgClassName
{
background-color: #CCEFD5;
}
</style>
border-color css
<style>
span { border-color: #CCEFD5; }
span { border-color: rgb(204,239,213); }
td.TdClassName
{
border-color: #CCEFD5;
}
.TagClassName
{
border-color: #CCEFD5;
}
</style>