Shades of Pale Leaf #C9D9B3
Tints of Pale Leaf #C9D9B3
RGB
CMYK
RGB Variations
Color information
#C9D9B3 (or 0xC9D9B3) is known color: Pale Leaf. HEX triplet: C9, D9 and B3. RGB value is (201,217,179). Sum of RGB (Red+Green+Blue) = 201+217+179=597 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.67% from 597); Green value is 217 (85.16% from 255 or 36.35% from 597); Blue value is 179 (70.31% from 255 or 29.98% from 597); Max value from RGB is 217 - color contains mainly: green. Hex color #C9D9B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D9B3 is #36264C. Grayscale: #D0D0D0. Windows color (decimal): -3548749 or 11786697. OLE color: 11786697.
HSL color Cylindrical-coordinate representation of color #C9D9B3: hue angle of 85.26º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9D9B3 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 217 | 179 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.15 |
| HSL | 85.26º | 0.33% | 0.78% | - |
| HSV(B) | 85.26º | 0.18% | 0.85% | - |
| XYZ | 57.04 | 65.3 | 52.25 | - |
| YUV | 207.88 | 111.7 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 217 | 179 | 0.07 | 0 | 0.18 | 0.15 | 85.26 | 0.33 | 0.78 |
| Hex | C9 | D9 | B3 | 7 | 0 | 12 | F | 55 | 21 | 4E |
| Octal | 311 | 331 | 263 | 7 | 0 | 22 | 17 | 125 | 41 | 116 |
| Binary | 11001001 | 11011001 | 10110011 | 111 | 0 | 10010 | 1111 | 1010101 | 100001 | 1001110 |
Color Harmonies of #C9D9B3
Complementary color
Monochromatic Colors of #C9D9B3
Black with #C9D9B3
Text Example
Text Example
White with #C9D9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D9B3; }
p { color: rgb(201,217,179); }
H1.HeaderClassName
{
color: #C9D9B3;
}
.AnyTagClassName
{
color: #C9D9B3;
}
</style>
background-color css
<style>
a { background-color: #C9D9B3; }
a { background-color: rgb(201,217,179); }
div.DivClassName
{
background-color: #C9D9B3;
}
.BgClassName
{
background-color: #C9D9B3;
}
</style>
border-color css
<style>
span { border-color: #C9D9B3; }
span { border-color: rgb(201,217,179); }
td.TdClassName
{
border-color: #C9D9B3;
}
.TagClassName
{
border-color: #C9D9B3;
}
</style>