Shades of Pale Leaf #C9D6AD
Tints of Pale Leaf #C9D6AD
RGB
CMYK
RGB Variations
Color information
#C9D6AD (or 0xC9D6AD) is known color: Pale Leaf. HEX triplet: C9, D6 and AD. RGB value is (201,214,173). Sum of RGB (Red+Green+Blue) = 201+214+173=588 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.18% from 588); Green value is 214 (83.98% from 255 or 36.39% from 588); Blue value is 173 (67.97% from 255 or 29.42% from 588); Max value from RGB is 214 - color contains mainly: green. Hex color #C9D6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D6AD is #362952. Grayscale: #CDCDCD. Windows color (decimal): -3549523 or 11392713. OLE color: 11392713.
HSL color Cylindrical-coordinate representation of color #C9D6AD: hue angle of 79.02º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9D6AD is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 214 | 173 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.16 |
| HSL | 79.02º | 0.33% | 0.76% | - |
| HSV(B) | 79.02º | 0.19% | 0.84% | - |
| XYZ | 55.68 | 63.53 | 48.86 | - |
| YUV | 205.44 | 109.69 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 214 | 173 | 0.06 | 0 | 0.19 | 0.16 | 79.02 | 0.33 | 0.76 |
| Hex | C9 | D6 | AD | 6 | 0 | 13 | 10 | 4F | 21 | 4C |
| Octal | 311 | 326 | 255 | 6 | 0 | 23 | 20 | 117 | 41 | 114 |
| Binary | 11001001 | 11010110 | 10101101 | 110 | 0 | 10011 | 10000 | 1001111 | 100001 | 1001100 |
Color Harmonies of #C9D6AD
Complementary color
Monochromatic Colors of #C9D6AD
Black with #C9D6AD
Text Example
Text Example
White with #C9D6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D6AD; }
p { color: rgb(201,214,173); }
H1.HeaderClassName
{
color: #C9D6AD;
}
.AnyTagClassName
{
color: #C9D6AD;
}
</style>
background-color css
<style>
a { background-color: #C9D6AD; }
a { background-color: rgb(201,214,173); }
div.DivClassName
{
background-color: #C9D6AD;
}
.BgClassName
{
background-color: #C9D6AD;
}
</style>
border-color css
<style>
span { border-color: #C9D6AD; }
span { border-color: rgb(201,214,173); }
td.TdClassName
{
border-color: #C9D6AD;
}
.TagClassName
{
border-color: #C9D6AD;
}
</style>