Shades of Granny Apple #C8ECD3
Tints of Granny Apple #C8ECD3
RGB
CMYK
RGB Variations
Color information
#C8ECD3 (or 0xC8ECD3) is known color: Granny Apple. HEX triplet: C8, EC and D3. RGB value is (200,236,211). Sum of RGB (Red+Green+Blue) = 200+236+211=647 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.91% from 647); Green value is 236 (92.58% from 255 or 36.48% from 647); Blue value is 211 (82.81% from 255 or 32.61% from 647); Max value from RGB is 236 - color contains mainly: green. Hex color #C8ECD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8ECD3 is #37132C. Grayscale: #DEDEDE. Windows color (decimal): -3609389 or 13888712. OLE color: 13888712.
HSL color Cylindrical-coordinate representation of color #C8ECD3: hue angle of 138.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 #C8ECD3 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 236 | 211 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.07 |
| HSL | 138.33º | 0.49% | 0.85% | - |
| HSV(B) | 138.33º | 0.15% | 0.93% | - |
| XYZ | 65.57 | 76.97 | 73.03 | - |
| YUV | 222.39 | 121.57 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 236 | 211 | 0.15 | 0 | 0.11 | 0.07 | 138.33 | 0.49 | 0.85 |
| Hex | C8 | EC | D3 | F | 0 | B | 7 | 8A | 31 | 55 |
| Octal | 310 | 354 | 323 | 17 | 0 | 13 | 7 | 212 | 61 | 125 |
| Binary | 11001000 | 11101100 | 11010011 | 1111 | 0 | 1011 | 111 | 10001010 | 110001 | 1010101 |
Color Harmonies of #C8ECD3
Complementary color
Monochromatic Colors of #C8ECD3
Black with #C8ECD3
Text Example
Text Example
White with #C8ECD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ECD3; }
p { color: rgb(200,236,211); }
H1.HeaderClassName
{
color: #C8ECD3;
}
.AnyTagClassName
{
color: #C8ECD3;
}
</style>
background-color css
<style>
a { background-color: #C8ECD3; }
a { background-color: rgb(200,236,211); }
div.DivClassName
{
background-color: #C8ECD3;
}
.BgClassName
{
background-color: #C8ECD3;
}
</style>
border-color css
<style>
span { border-color: #C8ECD3; }
span { border-color: rgb(200,236,211); }
td.TdClassName
{
border-color: #C8ECD3;
}
.TagClassName
{
border-color: #C8ECD3;
}
</style>