Shades of Pale Leaf #C9D5AB
Tints of Pale Leaf #C9D5AB
RGB
CMYK
RGB Variations
Color information
#C9D5AB (or 0xC9D5AB) is known color: Pale Leaf. HEX triplet: C9, D5 and AB. RGB value is (201,213,171). Sum of RGB (Red+Green+Blue) = 201+213+171=585 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.36% from 585); Green value is 213 (83.59% from 255 or 36.41% from 585); Blue value is 171 (67.19% from 255 or 29.23% from 585); Max value from RGB is 213 - color contains mainly: green. Hex color #C9D5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D5AB is #362A54. Grayscale: #CCCCCC. Windows color (decimal): -3549781 or 11261385. OLE color: 11261385.
HSL color Cylindrical-coordinate representation of color #C9D5AB: hue angle of 77.14º degrees, saturation: 0.33, 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 #C9D5AB is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 213 | 171 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.16 |
| HSL | 77.14º | 0.33% | 0.75% | - |
| HSV(B) | 77.14º | 0.2% | 0.84% | - |
| XYZ | 55.23 | 62.95 | 47.77 | - |
| YUV | 204.62 | 109.02 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 213 | 171 | 0.06 | 0 | 0.20 | 0.16 | 77.14 | 0.33 | 0.75 |
| Hex | C9 | D5 | AB | 6 | 0 | 14 | 10 | 4D | 21 | 4B |
| Octal | 311 | 325 | 253 | 6 | 0 | 24 | 20 | 115 | 41 | 113 |
| Binary | 11001001 | 11010101 | 10101011 | 110 | 0 | 10100 | 10000 | 1001101 | 100001 | 1001011 |
Color Harmonies of #C9D5AB
Complementary color
Monochromatic Colors of #C9D5AB
Black with #C9D5AB
Text Example
Text Example
White with #C9D5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D5AB; }
p { color: rgb(201,213,171); }
H1.HeaderClassName
{
color: #C9D5AB;
}
.AnyTagClassName
{
color: #C9D5AB;
}
</style>
background-color css
<style>
a { background-color: #C9D5AB; }
a { background-color: rgb(201,213,171); }
div.DivClassName
{
background-color: #C9D5AB;
}
.BgClassName
{
background-color: #C9D5AB;
}
</style>
border-color css
<style>
span { border-color: #C9D5AB; }
span { border-color: rgb(201,213,171); }
td.TdClassName
{
border-color: #C9D5AB;
}
.TagClassName
{
border-color: #C9D5AB;
}
</style>