Shades of Pale Leaf #C9DBB0
Tints of Pale Leaf #C9DBB0
RGB
CMYK
RGB Variations
Color information
#C9DBB0 (or 0xC9DBB0) is known color: Pale Leaf. HEX triplet: C9, DB and B0. RGB value is (201,219,176). Sum of RGB (Red+Green+Blue) = 201+219+176=596 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.72% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 176 (69.14% from 255 or 29.53% from 596); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DBB0 is #36244F. Grayscale: #D0D0D0. Windows color (decimal): -3548240 or 11590601. OLE color: 11590601.
HSL color Cylindrical-coordinate representation of color #C9DBB0: hue angle of 85.12º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9DBB0 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 219 | 176 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.14 |
| HSL | 85.12º | 0.37% | 0.77% | - |
| HSV(B) | 85.12º | 0.2% | 0.86% | - |
| XYZ | 57.26 | 66.22 | 50.84 | - |
| YUV | 208.72 | 109.54 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 219 | 176 | 0.08 | 0 | 0.20 | 0.14 | 85.12 | 0.37 | 0.77 |
| Hex | C9 | DB | B0 | 8 | 0 | 14 | E | 55 | 25 | 4D |
| Octal | 311 | 333 | 260 | 10 | 0 | 24 | 16 | 125 | 45 | 115 |
| Binary | 11001001 | 11011011 | 10110000 | 1000 | 0 | 10100 | 1110 | 1010101 | 100101 | 1001101 |
Color Harmonies of #C9DBB0
Complementary color
Monochromatic Colors of #C9DBB0
Black with #C9DBB0
Text Example
Text Example
White with #C9DBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DBB0; }
p { color: rgb(201,219,176); }
H1.HeaderClassName
{
color: #C9DBB0;
}
.AnyTagClassName
{
color: #C9DBB0;
}
</style>
background-color css
<style>
a { background-color: #C9DBB0; }
a { background-color: rgb(201,219,176); }
div.DivClassName
{
background-color: #C9DBB0;
}
.BgClassName
{
background-color: #C9DBB0;
}
</style>
border-color css
<style>
span { border-color: #C9DBB0; }
span { border-color: rgb(201,219,176); }
td.TdClassName
{
border-color: #C9DBB0;
}
.TagClassName
{
border-color: #C9DBB0;
}
</style>