Shades of Granny Apple #C8ECD2
Tints of Granny Apple #C8ECD2
RGB
CMYK
RGB Variations
Color information
#C8ECD2 (or 0xC8ECD2) is known color: Granny Apple. HEX triplet: C8, EC and D2. RGB value is (200,236,210). Sum of RGB (Red+Green+Blue) = 200+236+210=646 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.96% from 646); Green value is 236 (92.58% from 255 or 36.53% from 646); Blue value is 210 (82.42% from 255 or 32.51% from 646); Max value from RGB is 236 - color contains mainly: green. Hex color #C8ECD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8ECD2 is #37132D. Grayscale: #DEDEDE. Windows color (decimal): -3609390 or 13823176. OLE color: 13823176.
HSL color Cylindrical-coordinate representation of color #C8ECD2: hue angle of 136.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 #C8ECD2 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 236 | 210 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.07 |
| HSL | 136.67º | 0.49% | 0.85% | - |
| HSV(B) | 136.67º | 0.15% | 0.93% | - |
| XYZ | 65.45 | 76.92 | 72.37 | - |
| YUV | 222.27 | 121.07 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 236 | 210 | 0.15 | 0 | 0.11 | 0.07 | 136.67 | 0.49 | 0.85 |
| Hex | C8 | EC | D2 | F | 0 | B | 7 | 89 | 31 | 55 |
| Octal | 310 | 354 | 322 | 17 | 0 | 13 | 7 | 211 | 61 | 125 |
| Binary | 11001000 | 11101100 | 11010010 | 1111 | 0 | 1011 | 111 | 10001001 | 110001 | 1010101 |
Color Harmonies of #C8ECD2
Complementary color
Monochromatic Colors of #C8ECD2
Black with #C8ECD2
Text Example
Text Example
White with #C8ECD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ECD2; }
p { color: rgb(200,236,210); }
H1.HeaderClassName
{
color: #C8ECD2;
}
.AnyTagClassName
{
color: #C8ECD2;
}
</style>
background-color css
<style>
a { background-color: #C8ECD2; }
a { background-color: rgb(200,236,210); }
div.DivClassName
{
background-color: #C8ECD2;
}
.BgClassName
{
background-color: #C8ECD2;
}
</style>
border-color css
<style>
span { border-color: #C8ECD2; }
span { border-color: rgb(200,236,210); }
td.TdClassName
{
border-color: #C8ECD2;
}
.TagClassName
{
border-color: #C8ECD2;
}
</style>