Shades of Pale Leaf #C9DBAA
Tints of Pale Leaf #C9DBAA
RGB
CMYK
RGB Variations
Color information
#C9DBAA (or 0xC9DBAA) is known color: Pale Leaf. HEX triplet: C9, DB and AA. RGB value is (201,219,170). Sum of RGB (Red+Green+Blue) = 201+219+170=590 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.07% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 170 (66.80% from 255 or 28.81% from 590); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DBAA is #362455. Grayscale: #D0D0D0. Windows color (decimal): -3548246 or 11197385. OLE color: 11197385.
HSL color Cylindrical-coordinate representation of color #C9DBAA: hue angle of 82.04º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C9DBAA is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 219 | 170 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.14 |
| HSL | 82.04º | 0.4% | 0.76% | - |
| HSV(B) | 82.04º | 0.22% | 0.86% | - |
| XYZ | 56.67 | 65.98 | 47.78 | - |
| YUV | 208.03 | 106.54 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 219 | 170 | 0.08 | 0 | 0.22 | 0.14 | 82.04 | 0.4 | 0.76 |
| Hex | C9 | DB | AA | 8 | 0 | 16 | E | 52 | 28 | 4C |
| Octal | 311 | 333 | 252 | 10 | 0 | 26 | 16 | 122 | 50 | 114 |
| Binary | 11001001 | 11011011 | 10101010 | 1000 | 0 | 10110 | 1110 | 1010010 | 101000 | 1001100 |
Color Harmonies of #C9DBAA
Complementary color
Monochromatic Colors of #C9DBAA
Black with #C9DBAA
Text Example
Text Example
White with #C9DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DBAA; }
p { color: rgb(201,219,170); }
H1.HeaderClassName
{
color: #C9DBAA;
}
.AnyTagClassName
{
color: #C9DBAA;
}
</style>
background-color css
<style>
a { background-color: #C9DBAA; }
a { background-color: rgb(201,219,170); }
div.DivClassName
{
background-color: #C9DBAA;
}
.BgClassName
{
background-color: #C9DBAA;
}
</style>
border-color css
<style>
span { border-color: #C9DBAA; }
span { border-color: rgb(201,219,170); }
td.TdClassName
{
border-color: #C9DBAA;
}
.TagClassName
{
border-color: #C9DBAA;
}
</style>