Shades of Granny Apple #C7DECD
Tints of Granny Apple #C7DECD
RGB
CMYK
RGB Variations
Color information
#C7DECD (or 0xC7DECD) is known color: Granny Apple. HEX triplet: C7, DE and CD. RGB value is (199,222,205). Sum of RGB (Red+Green+Blue) = 199+222+205=626 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.79% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 222 - color contains mainly: green. Hex color #C7DECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DECD is #382132. Grayscale: #D5D5D5. Windows color (decimal): -3678515 or 13491911. OLE color: 13491911.
HSL color Cylindrical-coordinate representation of color #C7DECD: hue angle of 135.65º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7DECD is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 222 | 205 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.13 |
| HSL | 135.65º | 0.26% | 0.83% | - |
| HSV(B) | 135.65º | 0.1% | 0.87% | - |
| XYZ | 60.69 | 68.79 | 67.84 | - |
| YUV | 213.19 | 123.38 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 222 | 205 | 0.10 | 0 | 0.08 | 0.13 | 135.65 | 0.26 | 0.83 |
| Hex | C7 | DE | CD | A | 0 | 8 | D | 88 | 1A | 53 |
| Octal | 307 | 336 | 315 | 12 | 0 | 10 | 15 | 210 | 32 | 123 |
| Binary | 11000111 | 11011110 | 11001101 | 1010 | 0 | 1000 | 1101 | 10001000 | 11010 | 1010011 |
Color Harmonies of #C7DECD
Complementary color
Monochromatic Colors of #C7DECD
Black with #C7DECD
Text Example
Text Example
White with #C7DECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DECD; }
p { color: rgb(199,222,205); }
H1.HeaderClassName
{
color: #C7DECD;
}
.AnyTagClassName
{
color: #C7DECD;
}
</style>
background-color css
<style>
a { background-color: #C7DECD; }
a { background-color: rgb(199,222,205); }
div.DivClassName
{
background-color: #C7DECD;
}
.BgClassName
{
background-color: #C7DECD;
}
</style>
border-color css
<style>
span { border-color: #C7DECD; }
span { border-color: rgb(199,222,205); }
td.TdClassName
{
border-color: #C7DECD;
}
.TagClassName
{
border-color: #C7DECD;
}
</style>