Shades of Granny Apple #CDDDCF
Tints of Granny Apple #CDDDCF
RGB
CMYK
RGB Variations
Color information
#CDDDCF (or 0xCDDDCF) is known color: Granny Apple. HEX triplet: CD, DD and CF. RGB value is (205,221,207). Sum of RGB (Red+Green+Blue) = 205+221+207=633 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.39% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDDCF is #322230. Grayscale: #D6D6D6. Windows color (decimal): -3285553 or 13622733. OLE color: 13622733.
HSL color Cylindrical-coordinate representation of color #CDDDCF: hue angle of 127.5º 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 #CDDDCF is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 207 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.13 |
| HSL | 127.5º | 0.19% | 0.84% | - |
| HSV(B) | 127.5º | 0.07% | 0.87% | - |
| XYZ | 62.3 | 69.2 | 69.1 | - |
| YUV | 214.62 | 123.7 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 207 | 0.07 | 0 | 0.06 | 0.13 | 127.5 | 0.19 | 0.84 |
| Hex | CD | DD | CF | 7 | 0 | 6 | D | 80 | 13 | 54 |
| Octal | 315 | 335 | 317 | 7 | 0 | 6 | 15 | 200 | 23 | 124 |
| Binary | 11001101 | 11011101 | 11001111 | 111 | 0 | 110 | 1101 | 10000000 | 10011 | 1010100 |
Color Harmonies of #CDDDCF
Complementary color
Monochromatic Colors of #CDDDCF
Black with #CDDDCF
Text Example
Text Example
White with #CDDDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDDCF; }
p { color: rgb(205,221,207); }
H1.HeaderClassName
{
color: #CDDDCF;
}
.AnyTagClassName
{
color: #CDDDCF;
}
</style>
background-color css
<style>
a { background-color: #CDDDCF; }
a { background-color: rgb(205,221,207); }
div.DivClassName
{
background-color: #CDDDCF;
}
.BgClassName
{
background-color: #CDDDCF;
}
</style>
border-color css
<style>
span { border-color: #CDDDCF; }
span { border-color: rgb(205,221,207); }
td.TdClassName
{
border-color: #CDDDCF;
}
.TagClassName
{
border-color: #CDDDCF;
}
</style>