Shades of Granny Apple #CDDBD0
Tints of Granny Apple #CDDBD0
RGB
CMYK
RGB Variations
Color information
#CDDBD0 (or 0xCDDBD0) is known color: Granny Apple. HEX triplet: CD, DB and D0. RGB value is (205,219,208). Sum of RGB (Red+Green+Blue) = 205+219+208=632 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.44% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 208 (81.64% from 255 or 32.91% from 632); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDBD0 is #32242F. Grayscale: #D5D5D5. Windows color (decimal): -3286064 or 13687757. OLE color: 13687757.
HSL color Cylindrical-coordinate representation of color #CDDBD0: hue angle of 132.86º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDDBD0 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 205 | 219 | 208 | - |
CMYK | 0.06 | 0 | 0.05 | 0.14 |
HSL | 132.86º | 0.16% | 0.83% | - |
HSV(B) | 132.86º | 0.06% | 0.86% | - |
XYZ | 61.89 | 68.2 | 69.58 | - |
YUV | 213.56 | 124.86 | 121.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 219 | 208 | 0.06 | 0 | 0.05 | 0.14 | 132.86 | 0.16 | 0.83 |
Hex | CD | DB | D0 | 6 | 0 | 5 | E | 85 | 10 | 53 |
Octal | 315 | 333 | 320 | 6 | 0 | 5 | 16 | 205 | 20 | 123 |
Binary | 11001101 | 11011011 | 11010000 | 110 | 0 | 101 | 1110 | 10000101 | 10000 | 1010011 |
Color Harmonies of #CDDBD0
Complementary color
Monochromatic Colors of #CDDBD0
Black with #CDDBD0
Text Example
Text Example
White with #CDDBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDBD0; }
p { color: rgb(205,219,208); }
H1.HeaderClassName
{
color: #CDDBD0;
}
.AnyTagClassName
{
color: #CDDBD0;
}
</style>
background-color css
<style>
a { background-color: #CDDBD0; }
a { background-color: rgb(205,219,208); }
div.DivClassName
{
background-color: #CDDBD0;
}
.BgClassName
{
background-color: #CDDBD0;
}
</style>
border-color css
<style>
span { border-color: #CDDBD0; }
span { border-color: rgb(205,219,208); }
td.TdClassName
{
border-color: #CDDBD0;
}
.TagClassName
{
border-color: #CDDBD0;
}
</style>