Shades of Granny Apple #C8F1D6
Tints of Granny Apple #C8F1D6
RGB
CMYK
RGB Variations
Color information
#C8F1D6 (or 0xC8F1D6) is known color: Granny Apple. HEX triplet: C8, F1 and D6. RGB value is (200,241,214). Sum of RGB (Red+Green+Blue) = 200+241+214=655 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.53% from 655); Green value is 241 (94.53% from 255 or 36.79% from 655); Blue value is 214 (83.98% from 255 or 32.67% from 655); Max value from RGB is 241 - color contains mainly: green. Hex color #C8F1D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F1D6 is #370E29. Grayscale: #E1E1E1. Windows color (decimal): -3608106 or 14086600. OLE color: 14086600.
HSL color Cylindrical-coordinate representation of color #C8F1D6: hue angle of 140.49º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8F1D6 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 241 | 214 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.05 |
| HSL | 140.49º | 0.59% | 0.86% | - |
| HSV(B) | 140.49º | 0.17% | 0.95% | - |
| XYZ | 67.41 | 80.05 | 75.52 | - |
| YUV | 225.66 | 121.42 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 241 | 214 | 0.17 | 0 | 0.11 | 0.05 | 140.49 | 0.59 | 0.86 |
| Hex | C8 | F1 | D6 | 11 | 0 | B | 5 | 8C | 3B | 56 |
| Octal | 310 | 361 | 326 | 21 | 0 | 13 | 5 | 214 | 73 | 126 |
| Binary | 11001000 | 11110001 | 11010110 | 10001 | 0 | 1011 | 101 | 10001100 | 111011 | 1010110 |
Color Harmonies of #C8F1D6
Complementary color
Monochromatic Colors of #C8F1D6
Black with #C8F1D6
Text Example
Text Example
White with #C8F1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F1D6; }
p { color: rgb(200,241,214); }
H1.HeaderClassName
{
color: #C8F1D6;
}
.AnyTagClassName
{
color: #C8F1D6;
}
</style>
background-color css
<style>
a { background-color: #C8F1D6; }
a { background-color: rgb(200,241,214); }
div.DivClassName
{
background-color: #C8F1D6;
}
.BgClassName
{
background-color: #C8F1D6;
}
</style>
border-color css
<style>
span { border-color: #C8F1D6; }
span { border-color: rgb(200,241,214); }
td.TdClassName
{
border-color: #C8F1D6;
}
.TagClassName
{
border-color: #C8F1D6;
}
</style>