Shades of Granny Apple #C8ECD5
Tints of Granny Apple #C8ECD5
RGB
CMYK
RGB Variations
Color information
#C8ECD5 (or 0xC8ECD5) is known color: Granny Apple. HEX triplet: C8, EC and D5. RGB value is (200,236,213). Sum of RGB (Red+Green+Blue) = 200+236+213=649 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.82% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 213 (83.59% from 255 or 32.82% from 649); Max value from RGB is 236 - color contains mainly: green. Hex color #C8ECD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8ECD5 is #37132A. Grayscale: #DEDEDE. Windows color (decimal): -3609387 or 14019784. OLE color: 14019784.
HSL color Cylindrical-coordinate representation of color #C8ECD5: hue angle of 141.67º 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 #C8ECD5 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 200 | 236 | 213 | - |
CMYK | 0.15 | 0 | 0.10 | 0.07 |
HSL | 141.67º | 0.49% | 0.85% | - |
HSV(B) | 141.67º | 0.15% | 0.93% | - |
XYZ | 65.83 | 77.07 | 74.36 | - |
YUV | 222.61 | 122.57 | 111.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 236 | 213 | 0.15 | 0 | 0.10 | 0.07 | 141.67 | 0.49 | 0.85 |
Hex | C8 | EC | D5 | F | 0 | A | 7 | 8E | 31 | 55 |
Octal | 310 | 354 | 325 | 17 | 0 | 12 | 7 | 216 | 61 | 125 |
Binary | 11001000 | 11101100 | 11010101 | 1111 | 0 | 1010 | 111 | 10001110 | 110001 | 1010101 |
Color Harmonies of #C8ECD5
Complementary color
Monochromatic Colors of #C8ECD5
Black with #C8ECD5
Text Example
Text Example
White with #C8ECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ECD5; }
p { color: rgb(200,236,213); }
H1.HeaderClassName
{
color: #C8ECD5;
}
.AnyTagClassName
{
color: #C8ECD5;
}
</style>
background-color css
<style>
a { background-color: #C8ECD5; }
a { background-color: rgb(200,236,213); }
div.DivClassName
{
background-color: #C8ECD5;
}
.BgClassName
{
background-color: #C8ECD5;
}
</style>
border-color css
<style>
span { border-color: #C8ECD5; }
span { border-color: rgb(200,236,213); }
td.TdClassName
{
border-color: #C8ECD5;
}
.TagClassName
{
border-color: #C8ECD5;
}
</style>