Shades of Pale Leaf #C9DBAD
Tints of Pale Leaf #C9DBAD
RGB
CMYK
RGB Variations
Color information
#C9DBAD (or 0xC9DBAD) is known color: Pale Leaf. HEX triplet: C9, DB and AD. RGB value is (201,219,173). Sum of RGB (Red+Green+Blue) = 201+219+173=593 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.90% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 173 (67.97% from 255 or 29.17% from 593); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DBAD is #362452. Grayscale: #D0D0D0. Windows color (decimal): -3548243 or 11393993. OLE color: 11393993.
HSL color Cylindrical-coordinate representation of color #C9DBAD: hue angle of 83.48º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9DBAD is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 219 | 173 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.14 |
| HSL | 83.48º | 0.39% | 0.77% | - |
| HSV(B) | 83.48º | 0.21% | 0.86% | - |
| XYZ | 56.96 | 66.1 | 49.29 | - |
| YUV | 208.37 | 108.04 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 219 | 173 | 0.08 | 0 | 0.21 | 0.14 | 83.48 | 0.39 | 0.77 |
| Hex | C9 | DB | AD | 8 | 0 | 15 | E | 53 | 27 | 4D |
| Octal | 311 | 333 | 255 | 10 | 0 | 25 | 16 | 123 | 47 | 115 |
| Binary | 11001001 | 11011011 | 10101101 | 1000 | 0 | 10101 | 1110 | 1010011 | 100111 | 1001101 |
Color Harmonies of #C9DBAD
Complementary color
Monochromatic Colors of #C9DBAD
Black with #C9DBAD
Text Example
Text Example
White with #C9DBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DBAD; }
p { color: rgb(201,219,173); }
H1.HeaderClassName
{
color: #C9DBAD;
}
.AnyTagClassName
{
color: #C9DBAD;
}
</style>
background-color css
<style>
a { background-color: #C9DBAD; }
a { background-color: rgb(201,219,173); }
div.DivClassName
{
background-color: #C9DBAD;
}
.BgClassName
{
background-color: #C9DBAD;
}
</style>
border-color css
<style>
span { border-color: #C9DBAD; }
span { border-color: rgb(201,219,173); }
td.TdClassName
{
border-color: #C9DBAD;
}
.TagClassName
{
border-color: #C9DBAD;
}
</style>