Shades of Granny Apple #CCEFD4
Tints of Granny Apple #CCEFD4
RGB
CMYK
RGB Variations
Color information
#CCEFD4 (or 0xCCEFD4) is known color: Granny Apple. HEX triplet: CC, EF and D4. RGB value is (204,239,212). Sum of RGB (Red+Green+Blue) = 204+239+212=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 239 (93.75% from 255 or 36.49% from 655); Blue value is 212 (83.20% from 255 or 32.37% from 655); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEFD4 is #33102B. Grayscale: #E1E1E1. Windows color (decimal): -3346476 or 13955020. OLE color: 13955020.
HSL color Cylindrical-coordinate representation of color #CCEFD4: hue angle of 133.71º 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 #CCEFD4 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 239 | 212 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.06 |
| HSL | 133.71º | 0.52% | 0.87% | - |
| HSV(B) | 133.71º | 0.15% | 0.94% | - |
| XYZ | 67.65 | 79.32 | 74.03 | - |
| YUV | 225.46 | 120.4 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 239 | 212 | 0.15 | 0 | 0.11 | 0.06 | 133.71 | 0.52 | 0.87 |
| Hex | CC | EF | D4 | F | 0 | B | 6 | 86 | 34 | 57 |
| Octal | 314 | 357 | 324 | 17 | 0 | 13 | 6 | 206 | 64 | 127 |
| Binary | 11001100 | 11101111 | 11010100 | 1111 | 0 | 1011 | 110 | 10000110 | 110100 | 1010111 |
Color Harmonies of #CCEFD4
Complementary color
Monochromatic Colors of #CCEFD4
Black with #CCEFD4
Text Example
Text Example
White with #CCEFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEFD4; }
p { color: rgb(204,239,212); }
H1.HeaderClassName
{
color: #CCEFD4;
}
.AnyTagClassName
{
color: #CCEFD4;
}
</style>
background-color css
<style>
a { background-color: #CCEFD4; }
a { background-color: rgb(204,239,212); }
div.DivClassName
{
background-color: #CCEFD4;
}
.BgClassName
{
background-color: #CCEFD4;
}
</style>
border-color css
<style>
span { border-color: #CCEFD4; }
span { border-color: rgb(204,239,212); }
td.TdClassName
{
border-color: #CCEFD4;
}
.TagClassName
{
border-color: #CCEFD4;
}
</style>