Shades of Granny Apple #C7DCCD
Tints of Granny Apple #C7DCCD
RGB
CMYK
RGB Variations
Color information
#C7DCCD (or 0xC7DCCD) is known color: Granny Apple. HEX triplet: C7, DC and CD. RGB value is (199,220,205). Sum of RGB (Red+Green+Blue) = 199+220+205=624 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.89% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DCCD is #382332. Grayscale: #D4D4D4. Windows color (decimal): -3679027 or 13491399. OLE color: 13491399.
HSL color Cylindrical-coordinate representation of color #C7DCCD: hue angle of 137.14º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7DCCD is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 220 | 205 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.14 |
| HSL | 137.14º | 0.23% | 0.82% | - |
| HSV(B) | 137.14º | 0.1% | 0.86% | - |
| XYZ | 60.17 | 67.74 | 67.66 | - |
| YUV | 212.01 | 124.04 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 220 | 205 | 0.10 | 0 | 0.07 | 0.14 | 137.14 | 0.23 | 0.82 |
| Hex | C7 | DC | CD | A | 0 | 7 | E | 89 | 17 | 52 |
| Octal | 307 | 334 | 315 | 12 | 0 | 7 | 16 | 211 | 27 | 122 |
| Binary | 11000111 | 11011100 | 11001101 | 1010 | 0 | 111 | 1110 | 10001001 | 10111 | 1010010 |
Color Harmonies of #C7DCCD
Complementary color
Monochromatic Colors of #C7DCCD
Black with #C7DCCD
Text Example
Text Example
White with #C7DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DCCD; }
p { color: rgb(199,220,205); }
H1.HeaderClassName
{
color: #C7DCCD;
}
.AnyTagClassName
{
color: #C7DCCD;
}
</style>
background-color css
<style>
a { background-color: #C7DCCD; }
a { background-color: rgb(199,220,205); }
div.DivClassName
{
background-color: #C7DCCD;
}
.BgClassName
{
background-color: #C7DCCD;
}
</style>
border-color css
<style>
span { border-color: #C7DCCD; }
span { border-color: rgb(199,220,205); }
td.TdClassName
{
border-color: #C7DCCD;
}
.TagClassName
{
border-color: #C7DCCD;
}
</style>