Shades of Granny Apple #CDDDD0
Tints of Granny Apple #CDDDD0
RGB
CMYK
RGB Variations
Color information
#CDDDD0 (or 0xCDDDD0) is known color: Granny Apple. HEX triplet: CD, DD and D0. RGB value is (205,221,208). Sum of RGB (Red+Green+Blue) = 205+221+208=634 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.33% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 208 (81.64% from 255 or 32.81% from 634); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDDD0 is #32222F. Grayscale: #D6D6D6. Windows color (decimal): -3285552 or 13688269. OLE color: 13688269.
HSL color Cylindrical-coordinate representation of color #CDDDD0: hue angle of 131.25º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDDDD0 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 205 | 221 | 208 | - |
CMYK | 0.07 | 0 | 0.06 | 0.13 |
HSL | 131.25º | 0.19% | 0.84% | - |
HSV(B) | 131.25º | 0.07% | 0.87% | - |
XYZ | 62.42 | 69.25 | 69.75 | - |
YUV | 214.73 | 124.2 | 121.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 221 | 208 | 0.07 | 0 | 0.06 | 0.13 | 131.25 | 0.19 | 0.84 |
Hex | CD | DD | D0 | 7 | 0 | 6 | D | 83 | 13 | 54 |
Octal | 315 | 335 | 320 | 7 | 0 | 6 | 15 | 203 | 23 | 124 |
Binary | 11001101 | 11011101 | 11010000 | 111 | 0 | 110 | 1101 | 10000011 | 10011 | 1010100 |
Color Harmonies of #CDDDD0
Complementary color
Monochromatic Colors of #CDDDD0
Black with #CDDDD0
Text Example
Text Example
White with #CDDDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDDD0; }
p { color: rgb(205,221,208); }
H1.HeaderClassName
{
color: #CDDDD0;
}
.AnyTagClassName
{
color: #CDDDD0;
}
</style>
background-color css
<style>
a { background-color: #CDDDD0; }
a { background-color: rgb(205,221,208); }
div.DivClassName
{
background-color: #CDDDD0;
}
.BgClassName
{
background-color: #CDDDD0;
}
</style>
border-color css
<style>
span { border-color: #CDDDD0; }
span { border-color: rgb(205,221,208); }
td.TdClassName
{
border-color: #CDDDD0;
}
.TagClassName
{
border-color: #CDDDD0;
}
</style>