Shades of Pale Leaf #C9D8A3
Tints of Pale Leaf #C9D8A3
RGB
CMYK
RGB Variations
Color information
#C9D8A3 (or 0xC9D8A3) is known color: Pale Leaf. HEX triplet: C9, D8 and A3. RGB value is (201,216,163). Sum of RGB (Red+Green+Blue) = 201+216+163=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 216 (84.77% from 255 or 37.24% from 580); Blue value is 163 (64.06% from 255 or 28.10% from 580); Max value from RGB is 216 - color contains mainly: green. Hex color #C9D8A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D8A3 is #36275C. Grayscale: #CDCDCD. Windows color (decimal): -3549021 or 10737865. OLE color: 10737865.
HSL color Cylindrical-coordinate representation of color #C9D8A3: hue angle of 76.98º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C9D8A3 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 216 | 163 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.15 |
| HSL | 76.98º | 0.4% | 0.74% | - |
| HSV(B) | 76.98º | 0.25% | 0.85% | - |
| XYZ | 55.25 | 64.17 | 44.12 | - |
| YUV | 205.47 | 104.03 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 216 | 163 | 0.07 | 0 | 0.25 | 0.15 | 76.98 | 0.4 | 0.74 |
| Hex | C9 | D8 | A3 | 7 | 0 | 19 | F | 4D | 28 | 4A |
| Octal | 311 | 330 | 243 | 7 | 0 | 31 | 17 | 115 | 50 | 112 |
| Binary | 11001001 | 11011000 | 10100011 | 111 | 0 | 11001 | 1111 | 1001101 | 101000 | 1001010 |
Color Harmonies of #C9D8A3
Complementary color
Monochromatic Colors of #C9D8A3
Black with #C9D8A3
Text Example
Text Example
White with #C9D8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D8A3; }
p { color: rgb(201,216,163); }
H1.HeaderClassName
{
color: #C9D8A3;
}
.AnyTagClassName
{
color: #C9D8A3;
}
</style>
background-color css
<style>
a { background-color: #C9D8A3; }
a { background-color: rgb(201,216,163); }
div.DivClassName
{
background-color: #C9D8A3;
}
.BgClassName
{
background-color: #C9D8A3;
}
</style>
border-color css
<style>
span { border-color: #C9D8A3; }
span { border-color: rgb(201,216,163); }
td.TdClassName
{
border-color: #C9D8A3;
}
.TagClassName
{
border-color: #C9D8A3;
}
</style>