Shades of Granny Apple #CCDBD0
Tints of Granny Apple #CCDBD0
RGB
CMYK
RGB Variations
Color information
#CCDBD0 (or 0xCCDBD0) is known color: Granny Apple. HEX triplet: CC, DB and D0. RGB value is (204,219,208). Sum of RGB (Red+Green+Blue) = 204+219+208=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 208 (81.64% from 255 or 32.96% from 631); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDBD0 is #33242F. Grayscale: #D5D5D5. Windows color (decimal): -3351600 or 13687756. OLE color: 13687756.
HSL color Cylindrical-coordinate representation of color #CCDBD0: hue angle of 136º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCDBD0 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 219 | 208 | - |
CMYK | 0.07 | 0 | 0.05 | 0.14 |
HSL | 136º | 0.17% | 0.83% | - |
HSV(B) | 136º | 0.07% | 0.86% | - |
XYZ | 61.62 | 68.05 | 69.56 | - |
YUV | 213.26 | 125.03 | 121.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 219 | 208 | 0.07 | 0 | 0.05 | 0.14 | 136 | 0.17 | 0.83 |
Hex | CC | DB | D0 | 7 | 0 | 5 | E | 88 | 11 | 53 |
Octal | 314 | 333 | 320 | 7 | 0 | 5 | 16 | 210 | 21 | 123 |
Binary | 11001100 | 11011011 | 11010000 | 111 | 0 | 101 | 1110 | 10001000 | 10001 | 1010011 |
Color Harmonies of #CCDBD0
Complementary color
Monochromatic Colors of #CCDBD0
Black with #CCDBD0
Text Example
Text Example
White with #CCDBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDBD0; }
p { color: rgb(204,219,208); }
H1.HeaderClassName
{
color: #CCDBD0;
}
.AnyTagClassName
{
color: #CCDBD0;
}
</style>
background-color css
<style>
a { background-color: #CCDBD0; }
a { background-color: rgb(204,219,208); }
div.DivClassName
{
background-color: #CCDBD0;
}
.BgClassName
{
background-color: #CCDBD0;
}
</style>
border-color css
<style>
span { border-color: #CCDBD0; }
span { border-color: rgb(204,219,208); }
td.TdClassName
{
border-color: #CCDBD0;
}
.TagClassName
{
border-color: #CCDBD0;
}
</style>