Shades of Pale Leaf #C9DCAA
Tints of Pale Leaf #C9DCAA
RGB
CMYK
RGB Variations
Color information
#C9DCAA (or 0xC9DCAA) is known color: Pale Leaf. HEX triplet: C9, DC and AA. RGB value is (201,220,170). Sum of RGB (Red+Green+Blue) = 201+220+170=591 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.01% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 170 (66.80% from 255 or 28.76% from 591); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DCAA is #362355. Grayscale: #D0D0D0. Windows color (decimal): -3547990 or 11197641. OLE color: 11197641.
HSL color Cylindrical-coordinate representation of color #C9DCAA: hue angle of 82.8º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C9DCAA is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 220 | 170 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.14 |
| HSL | 82.8º | 0.42% | 0.76% | - |
| HSV(B) | 82.8º | 0.23% | 0.86% | - |
| XYZ | 56.94 | 66.51 | 47.87 | - |
| YUV | 208.62 | 106.21 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 220 | 170 | 0.09 | 0 | 0.23 | 0.14 | 82.8 | 0.42 | 0.76 |
| Hex | C9 | DC | AA | 9 | 0 | 17 | E | 53 | 2A | 4C |
| Octal | 311 | 334 | 252 | 11 | 0 | 27 | 16 | 123 | 52 | 114 |
| Binary | 11001001 | 11011100 | 10101010 | 1001 | 0 | 10111 | 1110 | 1010011 | 101010 | 1001100 |
Color Harmonies of #C9DCAA
Complementary color
Monochromatic Colors of #C9DCAA
Black with #C9DCAA
Text Example
Text Example
White with #C9DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DCAA; }
p { color: rgb(201,220,170); }
H1.HeaderClassName
{
color: #C9DCAA;
}
.AnyTagClassName
{
color: #C9DCAA;
}
</style>
background-color css
<style>
a { background-color: #C9DCAA; }
a { background-color: rgb(201,220,170); }
div.DivClassName
{
background-color: #C9DCAA;
}
.BgClassName
{
background-color: #C9DCAA;
}
</style>
border-color css
<style>
span { border-color: #C9DCAA; }
span { border-color: rgb(201,220,170); }
td.TdClassName
{
border-color: #C9DCAA;
}
.TagClassName
{
border-color: #C9DCAA;
}
</style>