Shades of Granny Apple #CCEFD7
Tints of Granny Apple #CCEFD7
RGB
CMYK
RGB Variations
Color information
#CCEFD7 (or 0xCCEFD7) is known color: Granny Apple. HEX triplet: CC, EF and D7. RGB value is (204,239,215). Sum of RGB (Red+Green+Blue) = 204+239+215=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 239 (93.75% from 255 or 36.32% from 658); Blue value is 215 (84.38% from 255 or 32.67% from 658); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEFD7 is #331028. Grayscale: #E1E1E1. Windows color (decimal): -3346473 or 14151628. OLE color: 14151628.
HSL color Cylindrical-coordinate representation of color #CCEFD7: hue angle of 138.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 #CCEFD7 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
RGB | 204 | 239 | 215 | - |
CMYK | 0.15 | 0 | 0.10 | 0.06 |
HSL | 138.86º | 0.52% | 0.87% | - |
HSV(B) | 138.86º | 0.15% | 0.94% | - |
XYZ | 68.03 | 79.48 | 76.04 | - |
YUV | 225.8 | 121.9 | 112.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 239 | 215 | 0.15 | 0 | 0.10 | 0.06 | 138.86 | 0.52 | 0.87 |
Hex | CC | EF | D7 | F | 0 | A | 6 | 8B | 34 | 57 |
Octal | 314 | 357 | 327 | 17 | 0 | 12 | 6 | 213 | 64 | 127 |
Binary | 11001100 | 11101111 | 11010111 | 1111 | 0 | 1010 | 110 | 10001011 | 110100 | 1010111 |
Color Harmonies of #CCEFD7
Complementary color
Monochromatic Colors of #CCEFD7
Black with #CCEFD7
Text Example
Text Example
White with #CCEFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEFD7; }
p { color: rgb(204,239,215); }
H1.HeaderClassName
{
color: #CCEFD7;
}
.AnyTagClassName
{
color: #CCEFD7;
}
</style>
background-color css
<style>
a { background-color: #CCEFD7; }
a { background-color: rgb(204,239,215); }
div.DivClassName
{
background-color: #CCEFD7;
}
.BgClassName
{
background-color: #CCEFD7;
}
</style>
border-color css
<style>
span { border-color: #CCEFD7; }
span { border-color: rgb(204,239,215); }
td.TdClassName
{
border-color: #CCEFD7;
}
.TagClassName
{
border-color: #CCEFD7;
}
</style>