Shades of Granny Apple #CCFDD1
Tints of Granny Apple #CCFDD1
RGB
CMYK
RGB Variations
Color information
#CCFDD1 (or 0xCCFDD1) is known color: Granny Apple. HEX triplet: CC, FD and D1. RGB value is (204,253,209). Sum of RGB (Red+Green+Blue) = 204+253+209=666 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.63% from 666); Green value is 253 (99.22% from 255 or 37.99% from 666); Blue value is 209 (82.03% from 255 or 31.38% from 666); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFDD1 is #33022E. Grayscale: #E9E9E9. Windows color (decimal): -3342895 or 13761996. OLE color: 13761996.
HSL color Cylindrical-coordinate representation of color #CCFDD1: hue angle of 126.12º 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 #CCFDD1 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 209 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.01 |
| HSL | 126.12º | 0.92% | 0.9% | - |
| HSV(B) | 126.12º | 0.19% | 0.99% | - |
| XYZ | 71.54 | 87.69 | 73.48 | - |
| YUV | 233.33 | 114.27 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 209 | 0.19 | 0 | 0.17 | 0.01 | 126.12 | 0.92 | 0.9 |
| Hex | CC | FD | D1 | 13 | 0 | 11 | 1 | 7E | 5C | 5A |
| Octal | 314 | 375 | 321 | 23 | 0 | 21 | 1 | 176 | 134 | 132 |
| Binary | 11001100 | 11111101 | 11010001 | 10011 | 0 | 10001 | 1 | 1111110 | 1011100 | 1011010 |
Color Harmonies of #CCFDD1
Complementary color
Monochromatic Colors of #CCFDD1
Black with #CCFDD1
Text Example
Text Example
White with #CCFDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFDD1; }
p { color: rgb(204,253,209); }
H1.HeaderClassName
{
color: #CCFDD1;
}
.AnyTagClassName
{
color: #CCFDD1;
}
</style>
background-color css
<style>
a { background-color: #CCFDD1; }
a { background-color: rgb(204,253,209); }
div.DivClassName
{
background-color: #CCFDD1;
}
.BgClassName
{
background-color: #CCFDD1;
}
</style>
border-color css
<style>
span { border-color: #CCFDD1; }
span { border-color: rgb(204,253,209); }
td.TdClassName
{
border-color: #CCFDD1;
}
.TagClassName
{
border-color: #CCFDD1;
}
</style>