Shades of Granny Apple #CCFFD3
Tints of Granny Apple #CCFFD3
RGB
CMYK
RGB Variations
Color information
#CCFFD3 (or 0xCCFFD3) is known color: Granny Apple. HEX triplet: CC, FF and D3. RGB value is (204,255,211). Sum of RGB (Red+Green+Blue) = 204+255+211=670 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.45% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 211 (82.81% from 255 or 31.49% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFD3 is #33002C. Grayscale: #EAEAEA. Windows color (decimal): -3342381 or 13893580. OLE color: 13893580.
HSL color Cylindrical-coordinate representation of color #CCFFD3: hue angle of 128.24º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFFD3 is Cyan = 0.2, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 211 | - |
| CMYK | 0.2 | 0 | 0.17 | 0 |
| HSL | 128.24º | 1% | 0.9% | - |
| HSV(B) | 128.24º | 0.2% | 1% | - |
| XYZ | 72.42 | 89.06 | 75 | - |
| YUV | 234.74 | 114.6 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 211 | 0.2 | 0 | 0.17 | 0 | 128.24 | 1 | 0.9 |
| Hex | CC | FF | D3 | 14 | 0 | 11 | 0 | 80 | 64 | 5A |
| Octal | 314 | 377 | 323 | 24 | 0 | 21 | 0 | 200 | 144 | 132 |
| Binary | 11001100 | 11111111 | 11010011 | 10100 | 0 | 10001 | 0 | 10000000 | 1100100 | 1011010 |
Color Harmonies of #CCFFD3
Complementary color
Monochromatic Colors of #CCFFD3
Black with #CCFFD3
Text Example
Text Example
White with #CCFFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFFD3; }
p { color: rgb(204,255,211); }
H1.HeaderClassName
{
color: #CCFFD3;
}
.AnyTagClassName
{
color: #CCFFD3;
}
</style>
background-color css
<style>
a { background-color: #CCFFD3; }
a { background-color: rgb(204,255,211); }
div.DivClassName
{
background-color: #CCFFD3;
}
.BgClassName
{
background-color: #CCFFD3;
}
</style>
border-color css
<style>
span { border-color: #CCFFD3; }
span { border-color: rgb(204,255,211); }
td.TdClassName
{
border-color: #CCFFD3;
}
.TagClassName
{
border-color: #CCFFD3;
}
</style>