Shades of Granny Apple #C8DECC
Tints of Granny Apple #C8DECC
RGB
CMYK
RGB Variations
Color information
#C8DECC (or 0xC8DECC) is known color: Granny Apple. HEX triplet: C8, DE and CC. RGB value is (200,222,204). Sum of RGB (Red+Green+Blue) = 200+222+204=626 (82% of max value = 765). Red value is 200 (78.52% from 255 or 31.95% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 222 - color contains mainly: green. Hex color #C8DECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DECC is #372133. Grayscale: #D5D5D5. Windows color (decimal): -3612980 or 13426376. OLE color: 13426376.
HSL color Cylindrical-coordinate representation of color #C8DECC: hue angle of 130.91º degrees, saturation: 0.25, 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 #C8DECC is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 222 | 204 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.13 |
| HSL | 130.91º | 0.25% | 0.83% | - |
| HSV(B) | 130.91º | 0.1% | 0.87% | - |
| XYZ | 60.84 | 68.88 | 67.22 | - |
| YUV | 213.37 | 122.71 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 222 | 204 | 0.10 | 0 | 0.08 | 0.13 | 130.91 | 0.25 | 0.83 |
| Hex | C8 | DE | CC | A | 0 | 8 | D | 83 | 19 | 53 |
| Octal | 310 | 336 | 314 | 12 | 0 | 10 | 15 | 203 | 31 | 123 |
| Binary | 11001000 | 11011110 | 11001100 | 1010 | 0 | 1000 | 1101 | 10000011 | 11001 | 1010011 |
Color Harmonies of #C8DECC
Complementary color
Monochromatic Colors of #C8DECC
Black with #C8DECC
Text Example
Text Example
White with #C8DECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DECC; }
p { color: rgb(200,222,204); }
H1.HeaderClassName
{
color: #C8DECC;
}
.AnyTagClassName
{
color: #C8DECC;
}
</style>
background-color css
<style>
a { background-color: #C8DECC; }
a { background-color: rgb(200,222,204); }
div.DivClassName
{
background-color: #C8DECC;
}
.BgClassName
{
background-color: #C8DECC;
}
</style>
border-color css
<style>
span { border-color: #C8DECC; }
span { border-color: rgb(200,222,204); }
td.TdClassName
{
border-color: #C8DECC;
}
.TagClassName
{
border-color: #C8DECC;
}
</style>