Shades of Granny Apple #C2DBCB
Tints of Granny Apple #C2DBCB
RGB
CMYK
RGB Variations
Color information
#C2DBCB (or 0xC2DBCB) is known color: Granny Apple. HEX triplet: C2, DB and CB. RGB value is (194,219,203). Sum of RGB (Red+Green+Blue) = 194+219+203=616 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.49% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DBCB is #3D2434. Grayscale: #D1D1D1. Windows color (decimal): -4006965 or 13360066. OLE color: 13360066.
HSL color Cylindrical-coordinate representation of color #C2DBCB: hue angle of 141.6º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2DBCB is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 219 | 203 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.14 |
| HSL | 141.6º | 0.26% | 0.81% | - |
| HSV(B) | 141.6º | 0.11% | 0.86% | - |
| XYZ | 58.36 | 66.44 | 66.25 | - |
| YUV | 209.7 | 124.22 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 219 | 203 | 0.11 | 0 | 0.07 | 0.14 | 141.6 | 0.26 | 0.81 |
| Hex | C2 | DB | CB | B | 0 | 7 | E | 8E | 1A | 51 |
| Octal | 302 | 333 | 313 | 13 | 0 | 7 | 16 | 216 | 32 | 121 |
| Binary | 11000010 | 11011011 | 11001011 | 1011 | 0 | 111 | 1110 | 10001110 | 11010 | 1010001 |
Color Harmonies of #C2DBCB
Complementary color
Monochromatic Colors of #C2DBCB
Black with #C2DBCB
Text Example
Text Example
White with #C2DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DBCB; }
p { color: rgb(194,219,203); }
H1.HeaderClassName
{
color: #C2DBCB;
}
.AnyTagClassName
{
color: #C2DBCB;
}
</style>
background-color css
<style>
a { background-color: #C2DBCB; }
a { background-color: rgb(194,219,203); }
div.DivClassName
{
background-color: #C2DBCB;
}
.BgClassName
{
background-color: #C2DBCB;
}
</style>
border-color css
<style>
span { border-color: #C2DBCB; }
span { border-color: rgb(194,219,203); }
td.TdClassName
{
border-color: #C2DBCB;
}
.TagClassName
{
border-color: #C2DBCB;
}
</style>