Shades of Granny Apple #C7DCCE
Tints of Granny Apple #C7DCCE
RGB
CMYK
RGB Variations
Color information
#C7DCCE (or 0xC7DCCE) is known color: Granny Apple. HEX triplet: C7, DC and CE. RGB value is (199,220,206). Sum of RGB (Red+Green+Blue) = 199+220+206=625 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.84% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 206 (80.86% from 255 or 32.96% from 625); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DCCE is #382331. Grayscale: #D4D4D4. Windows color (decimal): -3679026 or 13556935. OLE color: 13556935.
HSL color Cylindrical-coordinate representation of color #C7DCCE: hue angle of 140º 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 #C7DCCE is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 220 | 206 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.14 |
| HSL | 140º | 0.23% | 0.82% | - |
| HSV(B) | 140º | 0.1% | 0.86% | - |
| XYZ | 60.29 | 67.78 | 68.3 | - |
| YUV | 212.13 | 124.54 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 220 | 206 | 0.10 | 0 | 0.06 | 0.14 | 140 | 0.23 | 0.82 |
| Hex | C7 | DC | CE | A | 0 | 6 | E | 8C | 17 | 52 |
| Octal | 307 | 334 | 316 | 12 | 0 | 6 | 16 | 214 | 27 | 122 |
| Binary | 11000111 | 11011100 | 11001110 | 1010 | 0 | 110 | 1110 | 10001100 | 10111 | 1010010 |
Color Harmonies of #C7DCCE
Complementary color
Monochromatic Colors of #C7DCCE
Black with #C7DCCE
Text Example
Text Example
White with #C7DCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DCCE; }
p { color: rgb(199,220,206); }
H1.HeaderClassName
{
color: #C7DCCE;
}
.AnyTagClassName
{
color: #C7DCCE;
}
</style>
background-color css
<style>
a { background-color: #C7DCCE; }
a { background-color: rgb(199,220,206); }
div.DivClassName
{
background-color: #C7DCCE;
}
.BgClassName
{
background-color: #C7DCCE;
}
</style>
border-color css
<style>
span { border-color: #C7DCCE; }
span { border-color: rgb(199,220,206); }
td.TdClassName
{
border-color: #C7DCCE;
}
.TagClassName
{
border-color: #C7DCCE;
}
</style>