Shades of Granny Apple #CCD9D0
Tints of Granny Apple #CCD9D0
RGB
CMYK
RGB Variations
Color information
#CCD9D0 (or 0xCCD9D0) is known color: Granny Apple. HEX triplet: CC, D9 and D0. RGB value is (204,217,208). Sum of RGB (Red+Green+Blue) = 204+217+208=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 217 (85.16% from 255 or 34.50% from 629); Blue value is 208 (81.64% from 255 or 33.07% from 629); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD9D0 is #33262F. Grayscale: #D4D4D4. Windows color (decimal): -3352112 or 13687244. OLE color: 13687244.
HSL color Cylindrical-coordinate representation of color #CCD9D0: hue angle of 138.46º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCD9D0 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
RGB | 204 | 217 | 208 | - |
CMYK | 0.06 | 0 | 0.04 | 0.15 |
HSL | 138.46º | 0.15% | 0.83% | - |
HSV(B) | 138.46º | 0.06% | 0.85% | - |
XYZ | 61.1 | 67.02 | 69.39 | - |
YUV | 212.09 | 125.69 | 122.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 217 | 208 | 0.06 | 0 | 0.04 | 0.15 | 138.46 | 0.15 | 0.83 |
Hex | CC | D9 | D0 | 6 | 0 | 4 | F | 8A | F | 53 |
Octal | 314 | 331 | 320 | 6 | 0 | 4 | 17 | 212 | 17 | 123 |
Binary | 11001100 | 11011001 | 11010000 | 110 | 0 | 100 | 1111 | 10001010 | 1111 | 1010011 |
Color Harmonies of #CCD9D0
Complementary color
Monochromatic Colors of #CCD9D0
Black with #CCD9D0
Text Example
Text Example
White with #CCD9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD9D0; }
p { color: rgb(204,217,208); }
H1.HeaderClassName
{
color: #CCD9D0;
}
.AnyTagClassName
{
color: #CCD9D0;
}
</style>
background-color css
<style>
a { background-color: #CCD9D0; }
a { background-color: rgb(204,217,208); }
div.DivClassName
{
background-color: #CCD9D0;
}
.BgClassName
{
background-color: #CCD9D0;
}
</style>
border-color css
<style>
span { border-color: #CCD9D0; }
span { border-color: rgb(204,217,208); }
td.TdClassName
{
border-color: #CCD9D0;
}
.TagClassName
{
border-color: #CCD9D0;
}
</style>