Shades of Granny Apple #CCDDD0
Tints of Granny Apple #CCDDD0
RGB
CMYK
RGB Variations
Color information
#CCDDD0 (or 0xCCDDD0) is known color: Granny Apple. HEX triplet: CC, DD and D0. RGB value is (204,221,208). Sum of RGB (Red+Green+Blue) = 204+221+208=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 208 (81.64% from 255 or 32.86% from 633); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDD0 is #33222F. Grayscale: #D6D6D6. Windows color (decimal): -3351088 or 13688268. OLE color: 13688268.
HSL color Cylindrical-coordinate representation of color #CCDDD0: hue angle of 134.12º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCDDD0 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 208 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.13 |
| HSL | 134.12º | 0.2% | 0.83% | - |
| HSV(B) | 134.12º | 0.08% | 0.87% | - |
| XYZ | 62.14 | 69.1 | 69.74 | - |
| YUV | 214.44 | 124.37 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 208 | 0.08 | 0 | 0.06 | 0.13 | 134.12 | 0.2 | 0.83 |
| Hex | CC | DD | D0 | 8 | 0 | 6 | D | 86 | 14 | 53 |
| Octal | 314 | 335 | 320 | 10 | 0 | 6 | 15 | 206 | 24 | 123 |
| Binary | 11001100 | 11011101 | 11010000 | 1000 | 0 | 110 | 1101 | 10000110 | 10100 | 1010011 |
Color Harmonies of #CCDDD0
Complementary color
Monochromatic Colors of #CCDDD0
Black with #CCDDD0
Text Example
Text Example
White with #CCDDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDDD0; }
p { color: rgb(204,221,208); }
H1.HeaderClassName
{
color: #CCDDD0;
}
.AnyTagClassName
{
color: #CCDDD0;
}
</style>
background-color css
<style>
a { background-color: #CCDDD0; }
a { background-color: rgb(204,221,208); }
div.DivClassName
{
background-color: #CCDDD0;
}
.BgClassName
{
background-color: #CCDDD0;
}
</style>
border-color css
<style>
span { border-color: #CCDDD0; }
span { border-color: rgb(204,221,208); }
td.TdClassName
{
border-color: #CCDDD0;
}
.TagClassName
{
border-color: #CCDDD0;
}
</style>