Shades of Granny Apple #CCEFD8
Tints of Granny Apple #CCEFD8
RGB
CMYK
RGB Variations
Color information
#CCEFD8 (or 0xCCEFD8) is known color: Granny Apple. HEX triplet: CC, EF and D8. RGB value is (204,239,216). Sum of RGB (Red+Green+Blue) = 204+239+216=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 239 (93.75% from 255 or 36.27% from 659); Blue value is 216 (84.77% from 255 or 32.78% from 659); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEFD8 is #331027. Grayscale: #E1E1E1. Windows color (decimal): -3346472 or 14217164. OLE color: 14217164.
HSL color Cylindrical-coordinate representation of color #CCEFD8: hue angle of 140.57º 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 #CCEFD8 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 239 | 216 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.06 |
| HSL | 140.57º | 0.52% | 0.87% | - |
| HSV(B) | 140.57º | 0.15% | 0.94% | - |
| XYZ | 68.16 | 79.53 | 76.72 | - |
| YUV | 225.91 | 122.4 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 239 | 216 | 0.15 | 0 | 0.10 | 0.06 | 140.57 | 0.52 | 0.87 |
| Hex | CC | EF | D8 | F | 0 | A | 6 | 8D | 34 | 57 |
| Octal | 314 | 357 | 330 | 17 | 0 | 12 | 6 | 215 | 64 | 127 |
| Binary | 11001100 | 11101111 | 11011000 | 1111 | 0 | 1010 | 110 | 10001101 | 110100 | 1010111 |
Color Harmonies of #CCEFD8
Complementary color
Monochromatic Colors of #CCEFD8
Black with #CCEFD8
Text Example
Text Example
White with #CCEFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEFD8; }
p { color: rgb(204,239,216); }
H1.HeaderClassName
{
color: #CCEFD8;
}
.AnyTagClassName
{
color: #CCEFD8;
}
</style>
background-color css
<style>
a { background-color: #CCEFD8; }
a { background-color: rgb(204,239,216); }
div.DivClassName
{
background-color: #CCEFD8;
}
.BgClassName
{
background-color: #CCEFD8;
}
</style>
border-color css
<style>
span { border-color: #CCEFD8; }
span { border-color: rgb(204,239,216); }
td.TdClassName
{
border-color: #CCEFD8;
}
.TagClassName
{
border-color: #CCEFD8;
}
</style>