Shades of Granny Apple #CDDECF
Tints of Granny Apple #CDDECF
RGB
CMYK
RGB Variations
Color information
#CDDECF (or 0xCDDECF) is known color: Granny Apple. HEX triplet: CD, DE and CF. RGB value is (205,222,207). Sum of RGB (Red+Green+Blue) = 205+222+207=634 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.33% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 207 (81.25% from 255 or 32.65% from 634); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDECF is #322130. Grayscale: #D7D7D7. Windows color (decimal): -3285297 or 13622989. OLE color: 13622989.
HSL color Cylindrical-coordinate representation of color #CDDECF: hue angle of 127.06º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDDECF is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 222 | 207 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.13 |
| HSL | 127.06º | 0.2% | 0.84% | - |
| HSV(B) | 127.06º | 0.08% | 0.87% | - |
| XYZ | 62.56 | 69.73 | 69.19 | - |
| YUV | 215.21 | 123.37 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 222 | 207 | 0.08 | 0 | 0.07 | 0.13 | 127.06 | 0.2 | 0.84 |
| Hex | CD | DE | CF | 8 | 0 | 7 | D | 7F | 14 | 54 |
| Octal | 315 | 336 | 317 | 10 | 0 | 7 | 15 | 177 | 24 | 124 |
| Binary | 11001101 | 11011110 | 11001111 | 1000 | 0 | 111 | 1101 | 1111111 | 10100 | 1010100 |
Color Harmonies of #CDDECF
Complementary color
Monochromatic Colors of #CDDECF
Black with #CDDECF
Text Example
Text Example
White with #CDDECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDECF; }
p { color: rgb(205,222,207); }
H1.HeaderClassName
{
color: #CDDECF;
}
.AnyTagClassName
{
color: #CDDECF;
}
</style>
background-color css
<style>
a { background-color: #CDDECF; }
a { background-color: rgb(205,222,207); }
div.DivClassName
{
background-color: #CDDECF;
}
.BgClassName
{
background-color: #CDDECF;
}
</style>
border-color css
<style>
span { border-color: #CDDECF; }
span { border-color: rgb(205,222,207); }
td.TdClassName
{
border-color: #CDDECF;
}
.TagClassName
{
border-color: #CDDECF;
}
</style>