Shades of Granny Apple #C1DBCB
Tints of Granny Apple #C1DBCB
RGB
CMYK
RGB Variations
Color information
#C1DBCB (or 0xC1DBCB) is known color: Granny Apple. HEX triplet: C1, DB and CB. RGB value is (193,219,203). Sum of RGB (Red+Green+Blue) = 193+219+203=615 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.38% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DBCB is #3E2434. Grayscale: #D1D1D1. Windows color (decimal): -4072501 or 13360065. OLE color: 13360065.
HSL color Cylindrical-coordinate representation of color #C1DBCB: hue angle of 143.08º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1DBCB is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 219 | 203 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.14 |
| HSL | 143.08º | 0.27% | 0.81% | - |
| HSV(B) | 143.08º | 0.12% | 0.86% | - |
| XYZ | 58.1 | 66.31 | 66.24 | - |
| YUV | 209.4 | 124.39 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 219 | 203 | 0.12 | 0 | 0.07 | 0.14 | 143.08 | 0.27 | 0.81 |
| Hex | C1 | DB | CB | C | 0 | 7 | E | 8F | 1B | 51 |
| Octal | 301 | 333 | 313 | 14 | 0 | 7 | 16 | 217 | 33 | 121 |
| Binary | 11000001 | 11011011 | 11001011 | 1100 | 0 | 111 | 1110 | 10001111 | 11011 | 1010001 |
Color Harmonies of #C1DBCB
Complementary color
Monochromatic Colors of #C1DBCB
Black with #C1DBCB
Text Example
Text Example
White with #C1DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DBCB; }
p { color: rgb(193,219,203); }
H1.HeaderClassName
{
color: #C1DBCB;
}
.AnyTagClassName
{
color: #C1DBCB;
}
</style>
background-color css
<style>
a { background-color: #C1DBCB; }
a { background-color: rgb(193,219,203); }
div.DivClassName
{
background-color: #C1DBCB;
}
.BgClassName
{
background-color: #C1DBCB;
}
</style>
border-color css
<style>
span { border-color: #C1DBCB; }
span { border-color: rgb(193,219,203); }
td.TdClassName
{
border-color: #C1DBCB;
}
.TagClassName
{
border-color: #C1DBCB;
}
</style>