Shades of Granny Apple #CCFDD7
Tints of Granny Apple #CCFDD7
RGB
CMYK
RGB Variations
Color information
#CCFDD7 (or 0xCCFDD7) is known color: Granny Apple. HEX triplet: CC, FD and D7. RGB value is (204,253,215). Sum of RGB (Red+Green+Blue) = 204+253+215=672 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.36% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 215 (84.38% from 255 or 31.99% from 672); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFDD7 is #330228. Grayscale: #EAEAEA. Windows color (decimal): -3342889 or 14155212. OLE color: 14155212.
HSL color Cylindrical-coordinate representation of color #CCFDD7: hue angle of 133.47º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFDD7 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 215 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.01 |
| HSL | 133.47º | 0.92% | 0.9% | - |
| HSV(B) | 133.47º | 0.19% | 0.99% | - |
| XYZ | 72.29 | 87.99 | 77.46 | - |
| YUV | 234.02 | 117.27 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 215 | 0.19 | 0 | 0.15 | 0.01 | 133.47 | 0.92 | 0.9 |
| Hex | CC | FD | D7 | 13 | 0 | F | 1 | 85 | 5C | 5A |
| Octal | 314 | 375 | 327 | 23 | 0 | 17 | 1 | 205 | 134 | 132 |
| Binary | 11001100 | 11111101 | 11010111 | 10011 | 0 | 1111 | 1 | 10000101 | 1011100 | 1011010 |
Color Harmonies of #CCFDD7
Complementary color
Monochromatic Colors of #CCFDD7
Black with #CCFDD7
Text Example
Text Example
White with #CCFDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFDD7; }
p { color: rgb(204,253,215); }
H1.HeaderClassName
{
color: #CCFDD7;
}
.AnyTagClassName
{
color: #CCFDD7;
}
</style>
background-color css
<style>
a { background-color: #CCFDD7; }
a { background-color: rgb(204,253,215); }
div.DivClassName
{
background-color: #CCFDD7;
}
.BgClassName
{
background-color: #CCFDD7;
}
</style>
border-color css
<style>
span { border-color: #CCFDD7; }
span { border-color: rgb(204,253,215); }
td.TdClassName
{
border-color: #CCFDD7;
}
.TagClassName
{
border-color: #CCFDD7;
}
</style>