Shades of Pale Leaf #C9D9B0
Tints of Pale Leaf #C9D9B0
RGB
CMYK
RGB Variations
Color information
#C9D9B0 (or 0xC9D9B0) is known color: Pale Leaf. HEX triplet: C9, D9 and B0. RGB value is (201,217,176). Sum of RGB (Red+Green+Blue) = 201+217+176=594 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.84% from 594); Green value is 217 (85.16% from 255 or 36.53% from 594); Blue value is 176 (69.14% from 255 or 29.63% from 594); Max value from RGB is 217 - color contains mainly: green. Hex color #C9D9B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D9B0 is #36264F. Grayscale: #CFCFCF. Windows color (decimal): -3548752 or 11590089. OLE color: 11590089.
HSL color Cylindrical-coordinate representation of color #C9D9B0: hue angle of 83.41º degrees, saturation: 0.35, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9D9B0 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 217 | 176 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.15 |
| HSL | 83.41º | 0.35% | 0.77% | - |
| HSV(B) | 83.41º | 0.19% | 0.85% | - |
| XYZ | 56.74 | 65.18 | 50.66 | - |
| YUV | 207.54 | 110.2 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 217 | 176 | 0.07 | 0 | 0.19 | 0.15 | 83.41 | 0.35 | 0.77 |
| Hex | C9 | D9 | B0 | 7 | 0 | 13 | F | 53 | 23 | 4D |
| Octal | 311 | 331 | 260 | 7 | 0 | 23 | 17 | 123 | 43 | 115 |
| Binary | 11001001 | 11011001 | 10110000 | 111 | 0 | 10011 | 1111 | 1010011 | 100011 | 1001101 |
Color Harmonies of #C9D9B0
Complementary color
Monochromatic Colors of #C9D9B0
Black with #C9D9B0
Text Example
Text Example
White with #C9D9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D9B0; }
p { color: rgb(201,217,176); }
H1.HeaderClassName
{
color: #C9D9B0;
}
.AnyTagClassName
{
color: #C9D9B0;
}
</style>
background-color css
<style>
a { background-color: #C9D9B0; }
a { background-color: rgb(201,217,176); }
div.DivClassName
{
background-color: #C9D9B0;
}
.BgClassName
{
background-color: #C9D9B0;
}
</style>
border-color css
<style>
span { border-color: #C9D9B0; }
span { border-color: rgb(201,217,176); }
td.TdClassName
{
border-color: #C9D9B0;
}
.TagClassName
{
border-color: #C9D9B0;
}
</style>