Shades of Granny Apple #CCFDD6
Tints of Granny Apple #CCFDD6
RGB
CMYK
RGB Variations
Color information
#CCFDD6 (or 0xCCFDD6) is known color: Granny Apple. HEX triplet: CC, FD and D6. RGB value is (204,253,214). Sum of RGB (Red+Green+Blue) = 204+253+214=671 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.40% from 671); Green value is 253 (99.22% from 255 or 37.70% from 671); Blue value is 214 (83.98% from 255 or 31.89% from 671); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFDD6 is #330229. Grayscale: #EAEAEA. Windows color (decimal): -3342890 or 14089676. OLE color: 14089676.
HSL color Cylindrical-coordinate representation of color #CCFDD6: hue angle of 132.24º 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 #CCFDD6 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 214 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.01 |
| HSL | 132.24º | 0.92% | 0.9% | - |
| HSV(B) | 132.24º | 0.19% | 0.99% | - |
| XYZ | 72.16 | 87.94 | 76.79 | - |
| YUV | 233.9 | 116.77 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 214 | 0.19 | 0 | 0.15 | 0.01 | 132.24 | 0.92 | 0.9 |
| Hex | CC | FD | D6 | 13 | 0 | F | 1 | 84 | 5C | 5A |
| Octal | 314 | 375 | 326 | 23 | 0 | 17 | 1 | 204 | 134 | 132 |
| Binary | 11001100 | 11111101 | 11010110 | 10011 | 0 | 1111 | 1 | 10000100 | 1011100 | 1011010 |
Color Harmonies of #CCFDD6
Complementary color
Monochromatic Colors of #CCFDD6
Black with #CCFDD6
Text Example
Text Example
White with #CCFDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFDD6; }
p { color: rgb(204,253,214); }
H1.HeaderClassName
{
color: #CCFDD6;
}
.AnyTagClassName
{
color: #CCFDD6;
}
</style>
background-color css
<style>
a { background-color: #CCFDD6; }
a { background-color: rgb(204,253,214); }
div.DivClassName
{
background-color: #CCFDD6;
}
.BgClassName
{
background-color: #CCFDD6;
}
</style>
border-color css
<style>
span { border-color: #CCFDD6; }
span { border-color: rgb(204,253,214); }
td.TdClassName
{
border-color: #CCFDD6;
}
.TagClassName
{
border-color: #CCFDD6;
}
</style>