Shades of Granny Apple #CCFDD2
Tints of Granny Apple #CCFDD2
RGB
CMYK
RGB Variations
Color information
#CCFDD2 (or 0xCCFDD2) is known color: Granny Apple. HEX triplet: CC, FD and D2. RGB value is (204,253,210). Sum of RGB (Red+Green+Blue) = 204+253+210=667 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.58% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 210 (82.42% from 255 or 31.48% from 667); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFDD2 is #33022D. Grayscale: #E9E9E9. Windows color (decimal): -3342894 or 13827532. OLE color: 13827532.
HSL color Cylindrical-coordinate representation of color #CCFDD2: hue angle of 127.35º 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 #CCFDD2 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 210 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.01 |
| HSL | 127.35º | 0.92% | 0.9% | - |
| HSV(B) | 127.35º | 0.19% | 0.99% | - |
| XYZ | 71.66 | 87.74 | 74.13 | - |
| YUV | 233.45 | 114.77 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 210 | 0.19 | 0 | 0.17 | 0.01 | 127.35 | 0.92 | 0.9 |
| Hex | CC | FD | D2 | 13 | 0 | 11 | 1 | 7F | 5C | 5A |
| Octal | 314 | 375 | 322 | 23 | 0 | 21 | 1 | 177 | 134 | 132 |
| Binary | 11001100 | 11111101 | 11010010 | 10011 | 0 | 10001 | 1 | 1111111 | 1011100 | 1011010 |
Color Harmonies of #CCFDD2
Complementary color
Monochromatic Colors of #CCFDD2
Black with #CCFDD2
Text Example
Text Example
White with #CCFDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFDD2; }
p { color: rgb(204,253,210); }
H1.HeaderClassName
{
color: #CCFDD2;
}
.AnyTagClassName
{
color: #CCFDD2;
}
</style>
background-color css
<style>
a { background-color: #CCFDD2; }
a { background-color: rgb(204,253,210); }
div.DivClassName
{
background-color: #CCFDD2;
}
.BgClassName
{
background-color: #CCFDD2;
}
</style>
border-color css
<style>
span { border-color: #CCFDD2; }
span { border-color: rgb(204,253,210); }
td.TdClassName
{
border-color: #CCFDD2;
}
.TagClassName
{
border-color: #CCFDD2;
}
</style>