Shades of Granny Apple #C8DECE
Tints of Granny Apple #C8DECE
RGB
CMYK
RGB Variations
Color information
#C8DECE (or 0xC8DECE) is known color: Granny Apple. HEX triplet: C8, DE and CE. RGB value is (200,222,206). Sum of RGB (Red+Green+Blue) = 200+222+206=628 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.85% from 628); Green value is 222 (87.11% from 255 or 35.35% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 222 - color contains mainly: green. Hex color #C8DECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DECE is #372131. Grayscale: #D5D5D5. Windows color (decimal): -3612978 or 13557448. OLE color: 13557448.
HSL color Cylindrical-coordinate representation of color #C8DECE: hue angle of 136.36º 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 #C8DECE is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 222 | 206 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.13 |
| HSL | 136.36º | 0.25% | 0.83% | - |
| HSV(B) | 136.36º | 0.1% | 0.87% | - |
| XYZ | 61.08 | 68.98 | 68.49 | - |
| YUV | 213.6 | 123.71 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 222 | 206 | 0.10 | 0 | 0.07 | 0.13 | 136.36 | 0.25 | 0.83 |
| Hex | C8 | DE | CE | A | 0 | 7 | D | 88 | 19 | 53 |
| Octal | 310 | 336 | 316 | 12 | 0 | 7 | 15 | 210 | 31 | 123 |
| Binary | 11001000 | 11011110 | 11001110 | 1010 | 0 | 111 | 1101 | 10001000 | 11001 | 1010011 |
Color Harmonies of #C8DECE
Complementary color
Monochromatic Colors of #C8DECE
Black with #C8DECE
Text Example
Text Example
White with #C8DECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DECE; }
p { color: rgb(200,222,206); }
H1.HeaderClassName
{
color: #C8DECE;
}
.AnyTagClassName
{
color: #C8DECE;
}
</style>
background-color css
<style>
a { background-color: #C8DECE; }
a { background-color: rgb(200,222,206); }
div.DivClassName
{
background-color: #C8DECE;
}
.BgClassName
{
background-color: #C8DECE;
}
</style>
border-color css
<style>
span { border-color: #C8DECE; }
span { border-color: rgb(200,222,206); }
td.TdClassName
{
border-color: #C8DECE;
}
.TagClassName
{
border-color: #C8DECE;
}
</style>