Shades of Granny Apple #C1DDCB
Tints of Granny Apple #C1DDCB
RGB
CMYK
RGB Variations
Color information
#C1DDCB (or 0xC1DDCB) is known color: Granny Apple. HEX triplet: C1, DD and CB. RGB value is (193,221,203). Sum of RGB (Red+Green+Blue) = 193+221+203=617 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.28% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DDCB is #3E2234. Grayscale: #D2D2D2. Windows color (decimal): -4071989 or 13360577. OLE color: 13360577.
HSL color Cylindrical-coordinate representation of color #C1DDCB: hue angle of 141.43º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1DDCB is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 221 | 203 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.13 |
| HSL | 141.43º | 0.29% | 0.81% | - |
| HSV(B) | 141.43º | 0.13% | 0.87% | - |
| XYZ | 58.63 | 67.36 | 66.41 | - |
| YUV | 210.58 | 123.72 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 221 | 203 | 0.13 | 0 | 0.08 | 0.13 | 141.43 | 0.29 | 0.81 |
| Hex | C1 | DD | CB | D | 0 | 8 | D | 8D | 1D | 51 |
| Octal | 301 | 335 | 313 | 15 | 0 | 10 | 15 | 215 | 35 | 121 |
| Binary | 11000001 | 11011101 | 11001011 | 1101 | 0 | 1000 | 1101 | 10001101 | 11101 | 1010001 |
Color Harmonies of #C1DDCB
Complementary color
Monochromatic Colors of #C1DDCB
Black with #C1DDCB
Text Example
Text Example
White with #C1DDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DDCB; }
p { color: rgb(193,221,203); }
H1.HeaderClassName
{
color: #C1DDCB;
}
.AnyTagClassName
{
color: #C1DDCB;
}
</style>
background-color css
<style>
a { background-color: #C1DDCB; }
a { background-color: rgb(193,221,203); }
div.DivClassName
{
background-color: #C1DDCB;
}
.BgClassName
{
background-color: #C1DDCB;
}
</style>
border-color css
<style>
span { border-color: #C1DDCB; }
span { border-color: rgb(193,221,203); }
td.TdClassName
{
border-color: #C1DDCB;
}
.TagClassName
{
border-color: #C1DDCB;
}
</style>