Shades of Pale Leaf #C9D6AB
Tints of Pale Leaf #C9D6AB
RGB
CMYK
RGB Variations
Color information
#C9D6AB (or 0xC9D6AB) is known color: Pale Leaf. HEX triplet: C9, D6 and AB. RGB value is (201,214,171). Sum of RGB (Red+Green+Blue) = 201+214+171=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 214 (83.98% from 255 or 36.52% from 586); Blue value is 171 (67.19% from 255 or 29.18% from 586); Max value from RGB is 214 - color contains mainly: green. Hex color #C9D6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D6AB is #362954. Grayscale: #CDCDCD. Windows color (decimal): -3549525 or 11261641. OLE color: 11261641.
HSL color Cylindrical-coordinate representation of color #C9D6AB: hue angle of 78.14º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9D6AB is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 214 | 171 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.16 |
| HSL | 78.14º | 0.34% | 0.75% | - |
| HSV(B) | 78.14º | 0.2% | 0.84% | - |
| XYZ | 55.48 | 63.45 | 47.85 | - |
| YUV | 205.21 | 108.69 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 214 | 171 | 0.06 | 0 | 0.20 | 0.16 | 78.14 | 0.34 | 0.75 |
| Hex | C9 | D6 | AB | 6 | 0 | 14 | 10 | 4E | 22 | 4B |
| Octal | 311 | 326 | 253 | 6 | 0 | 24 | 20 | 116 | 42 | 113 |
| Binary | 11001001 | 11010110 | 10101011 | 110 | 0 | 10100 | 10000 | 1001110 | 100010 | 1001011 |
Color Harmonies of #C9D6AB
Complementary color
Monochromatic Colors of #C9D6AB
Black with #C9D6AB
Text Example
Text Example
White with #C9D6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D6AB; }
p { color: rgb(201,214,171); }
H1.HeaderClassName
{
color: #C9D6AB;
}
.AnyTagClassName
{
color: #C9D6AB;
}
</style>
background-color css
<style>
a { background-color: #C9D6AB; }
a { background-color: rgb(201,214,171); }
div.DivClassName
{
background-color: #C9D6AB;
}
.BgClassName
{
background-color: #C9D6AB;
}
</style>
border-color css
<style>
span { border-color: #C9D6AB; }
span { border-color: rgb(201,214,171); }
td.TdClassName
{
border-color: #C9D6AB;
}
.TagClassName
{
border-color: #C9D6AB;
}
</style>