Shades of Granny Apple #CDDCD0
Tints of Granny Apple #CDDCD0
RGB
CMYK
RGB Variations
Color information
#CDDCD0 (or 0xCDDCD0) is known color: Granny Apple. HEX triplet: CD, DC and D0. RGB value is (205,220,208). Sum of RGB (Red+Green+Blue) = 205+220+208=633 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.39% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 208 (81.64% from 255 or 32.86% from 633); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCD0 is #32232F. Grayscale: #D6D6D6. Windows color (decimal): -3285808 or 13688013. OLE color: 13688013.
HSL color Cylindrical-coordinate representation of color #CDDCD0: hue angle of 132º degrees, saturation: 0.18, 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 #CDDCD0 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 205 | 220 | 208 | - |
CMYK | 0.07 | 0 | 0.05 | 0.14 |
HSL | 132º | 0.18% | 0.83% | - |
HSV(B) | 132º | 0.07% | 0.86% | - |
XYZ | 62.16 | 68.72 | 69.66 | - |
YUV | 214.15 | 124.53 | 121.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 220 | 208 | 0.07 | 0 | 0.05 | 0.14 | 132 | 0.18 | 0.83 |
Hex | CD | DC | D0 | 7 | 0 | 5 | E | 84 | 12 | 53 |
Octal | 315 | 334 | 320 | 7 | 0 | 5 | 16 | 204 | 22 | 123 |
Binary | 11001101 | 11011100 | 11010000 | 111 | 0 | 101 | 1110 | 10000100 | 10010 | 1010011 |
Color Harmonies of #CDDCD0
Complementary color
Monochromatic Colors of #CDDCD0
Black with #CDDCD0
Text Example
Text Example
White with #CDDCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDCD0; }
p { color: rgb(205,220,208); }
H1.HeaderClassName
{
color: #CDDCD0;
}
.AnyTagClassName
{
color: #CDDCD0;
}
</style>
background-color css
<style>
a { background-color: #CDDCD0; }
a { background-color: rgb(205,220,208); }
div.DivClassName
{
background-color: #CDDCD0;
}
.BgClassName
{
background-color: #CDDCD0;
}
</style>
border-color css
<style>
span { border-color: #CDDCD0; }
span { border-color: rgb(205,220,208); }
td.TdClassName
{
border-color: #CDDCD0;
}
.TagClassName
{
border-color: #CDDCD0;
}
</style>