Shades of Granny Apple #CCDFD0
Tints of Granny Apple #CCDFD0
RGB
CMYK
RGB Variations
Color information
#CCDFD0 (or 0xCCDFD0) is known color: Granny Apple. HEX triplet: CC, DF and D0. RGB value is (204,223,208). Sum of RGB (Red+Green+Blue) = 204+223+208=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 208 (81.64% from 255 or 32.76% from 635); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDFD0 is #33202F. Grayscale: #D7D7D7. Windows color (decimal): -3350576 or 13688780. OLE color: 13688780.
HSL color Cylindrical-coordinate representation of color #CCDFD0: hue angle of 132.63º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCDFD0 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 208 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.13 |
| HSL | 132.63º | 0.23% | 0.84% | - |
| HSV(B) | 132.63º | 0.09% | 0.87% | - |
| XYZ | 62.67 | 70.17 | 69.91 | - |
| YUV | 215.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 208 | 0.09 | 0 | 0.07 | 0.13 | 132.63 | 0.23 | 0.84 |
| Hex | CC | DF | D0 | 9 | 0 | 7 | D | 85 | 17 | 54 |
| Octal | 314 | 337 | 320 | 11 | 0 | 7 | 15 | 205 | 27 | 124 |
| Binary | 11001100 | 11011111 | 11010000 | 1001 | 0 | 111 | 1101 | 10000101 | 10111 | 1010100 |
Color Harmonies of #CCDFD0
Complementary color
Monochromatic Colors of #CCDFD0
Black with #CCDFD0
Text Example
Text Example
White with #CCDFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDFD0; }
p { color: rgb(204,223,208); }
H1.HeaderClassName
{
color: #CCDFD0;
}
.AnyTagClassName
{
color: #CCDFD0;
}
</style>
background-color css
<style>
a { background-color: #CCDFD0; }
a { background-color: rgb(204,223,208); }
div.DivClassName
{
background-color: #CCDFD0;
}
.BgClassName
{
background-color: #CCDFD0;
}
</style>
border-color css
<style>
span { border-color: #CCDFD0; }
span { border-color: rgb(204,223,208); }
td.TdClassName
{
border-color: #CCDFD0;
}
.TagClassName
{
border-color: #CCDFD0;
}
</style>