Shades of Granny Apple #C8ECCD
Tints of Granny Apple #C8ECCD
RGB
CMYK
RGB Variations
Color information
#C8ECCD (or 0xC8ECCD) is known color: Granny Apple. HEX triplet: C8, EC and CD. RGB value is (200,236,205). Sum of RGB (Red+Green+Blue) = 200+236+205=641 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.20% from 641); Green value is 236 (92.58% from 255 or 36.82% from 641); Blue value is 205 (80.47% from 255 or 31.98% from 641); Max value from RGB is 236 - color contains mainly: green. Hex color #C8ECCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8ECCD is #371332. Grayscale: #DDDDDD. Windows color (decimal): -3609395 or 13495496. OLE color: 13495496.
HSL color Cylindrical-coordinate representation of color #C8ECCD: hue angle of 128.33º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8ECCD is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 200 | 236 | 205 | - |
CMYK | 0.15 | 0 | 0.13 | 0.07 |
HSL | 128.33º | 0.49% | 0.85% | - |
HSV(B) | 128.33º | 0.15% | 0.93% | - |
XYZ | 64.83 | 76.68 | 69.14 | - |
YUV | 221.7 | 118.57 | 112.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 236 | 205 | 0.15 | 0 | 0.13 | 0.07 | 128.33 | 0.49 | 0.85 |
Hex | C8 | EC | CD | F | 0 | D | 7 | 80 | 31 | 55 |
Octal | 310 | 354 | 315 | 17 | 0 | 15 | 7 | 200 | 61 | 125 |
Binary | 11001000 | 11101100 | 11001101 | 1111 | 0 | 1101 | 111 | 10000000 | 110001 | 1010101 |
Color Harmonies of #C8ECCD
Complementary color
Monochromatic Colors of #C8ECCD
Black with #C8ECCD
Text Example
Text Example
White with #C8ECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ECCD; }
p { color: rgb(200,236,205); }
H1.HeaderClassName
{
color: #C8ECCD;
}
.AnyTagClassName
{
color: #C8ECCD;
}
</style>
background-color css
<style>
a { background-color: #C8ECCD; }
a { background-color: rgb(200,236,205); }
div.DivClassName
{
background-color: #C8ECCD;
}
.BgClassName
{
background-color: #C8ECCD;
}
</style>
border-color css
<style>
span { border-color: #C8ECCD; }
span { border-color: rgb(200,236,205); }
td.TdClassName
{
border-color: #C8ECCD;
}
.TagClassName
{
border-color: #C8ECCD;
}
</style>