Shades of Granny Apple #C8D9CE
Tints of Granny Apple #C8D9CE
RGB
CMYK
RGB Variations
Color information
#C8D9CE (or 0xC8D9CE) is known color: Granny Apple. HEX triplet: C8, D9 and CE. RGB value is (200,217,206). Sum of RGB (Red+Green+Blue) = 200+217+206=623 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.10% from 623); Green value is 217 (85.16% from 255 or 34.83% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 217 - color contains mainly: green. Hex color #C8D9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D9CE is #372631. Grayscale: #D2D2D2. Windows color (decimal): -3614258 or 13556168. OLE color: 13556168.
HSL color Cylindrical-coordinate representation of color #C8D9CE: hue angle of 141.18º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C8D9CE is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
RGB | 200 | 217 | 206 | - |
CMYK | 0.08 | 0 | 0.05 | 0.15 |
HSL | 141.18º | 0.18% | 0.82% | - |
HSV(B) | 141.18º | 0.08% | 0.85% | - |
XYZ | 59.77 | 66.36 | 68.05 | - |
YUV | 210.66 | 125.37 | 120.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 217 | 206 | 0.08 | 0 | 0.05 | 0.15 | 141.18 | 0.18 | 0.82 |
Hex | C8 | D9 | CE | 8 | 0 | 5 | F | 8D | 12 | 52 |
Octal | 310 | 331 | 316 | 10 | 0 | 5 | 17 | 215 | 22 | 122 |
Binary | 11001000 | 11011001 | 11001110 | 1000 | 0 | 101 | 1111 | 10001101 | 10010 | 1010010 |
Color Harmonies of #C8D9CE
Complementary color
Monochromatic Colors of #C8D9CE
Black with #C8D9CE
Text Example
Text Example
White with #C8D9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D9CE; }
p { color: rgb(200,217,206); }
H1.HeaderClassName
{
color: #C8D9CE;
}
.AnyTagClassName
{
color: #C8D9CE;
}
</style>
background-color css
<style>
a { background-color: #C8D9CE; }
a { background-color: rgb(200,217,206); }
div.DivClassName
{
background-color: #C8D9CE;
}
.BgClassName
{
background-color: #C8D9CE;
}
</style>
border-color css
<style>
span { border-color: #C8D9CE; }
span { border-color: rgb(200,217,206); }
td.TdClassName
{
border-color: #C8D9CE;
}
.TagClassName
{
border-color: #C8D9CE;
}
</style>