Shades of Granny Apple #C8DCCD
Tints of Granny Apple #C8DCCD
RGB
CMYK
RGB Variations
Color information
#C8DCCD (or 0xC8DCCD) is known color: Granny Apple. HEX triplet: C8, DC and CD. RGB value is (200,220,205). Sum of RGB (Red+Green+Blue) = 200+220+205=625 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DCCD is #372332. Grayscale: #D4D4D4. Windows color (decimal): -3613491 or 13491400. OLE color: 13491400.
HSL color Cylindrical-coordinate representation of color #C8DCCD: hue angle of 135º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8DCCD is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 220 | 205 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.14 |
| HSL | 135º | 0.22% | 0.82% | - |
| HSV(B) | 135º | 0.09% | 0.86% | - |
| XYZ | 60.43 | 67.87 | 67.67 | - |
| YUV | 212.31 | 123.87 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 220 | 205 | 0.09 | 0 | 0.07 | 0.14 | 135 | 0.22 | 0.82 |
| Hex | C8 | DC | CD | 9 | 0 | 7 | E | 87 | 16 | 52 |
| Octal | 310 | 334 | 315 | 11 | 0 | 7 | 16 | 207 | 26 | 122 |
| Binary | 11001000 | 11011100 | 11001101 | 1001 | 0 | 111 | 1110 | 10000111 | 10110 | 1010010 |
Color Harmonies of #C8DCCD
Complementary color
Monochromatic Colors of #C8DCCD
Black with #C8DCCD
Text Example
Text Example
White with #C8DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DCCD; }
p { color: rgb(200,220,205); }
H1.HeaderClassName
{
color: #C8DCCD;
}
.AnyTagClassName
{
color: #C8DCCD;
}
</style>
background-color css
<style>
a { background-color: #C8DCCD; }
a { background-color: rgb(200,220,205); }
div.DivClassName
{
background-color: #C8DCCD;
}
.BgClassName
{
background-color: #C8DCCD;
}
</style>
border-color css
<style>
span { border-color: #C8DCCD; }
span { border-color: rgb(200,220,205); }
td.TdClassName
{
border-color: #C8DCCD;
}
.TagClassName
{
border-color: #C8DCCD;
}
</style>