Shades of Pale Leaf #C9DAAB
Tints of Pale Leaf #C9DAAB
RGB
CMYK
RGB Variations
Color information
#C9DAAB (or 0xC9DAAB) is known color: Pale Leaf. HEX triplet: C9, DA and AB. RGB value is (201,218,171). Sum of RGB (Red+Green+Blue) = 201+218+171=590 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.07% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 171 (67.19% from 255 or 28.98% from 590); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DAAB is #362554. Grayscale: #CFCFCF. Windows color (decimal): -3548501 or 11262665. OLE color: 11262665.
HSL color Cylindrical-coordinate representation of color #C9DAAB: hue angle of 81.7º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C9DAAB is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 218 | 171 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.15 |
| HSL | 81.7º | 0.39% | 0.76% | - |
| HSV(B) | 81.7º | 0.22% | 0.85% | - |
| XYZ | 56.51 | 65.5 | 48.19 | - |
| YUV | 207.56 | 107.37 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 218 | 171 | 0.08 | 0 | 0.22 | 0.15 | 81.7 | 0.39 | 0.76 |
| Hex | C9 | DA | AB | 8 | 0 | 16 | F | 52 | 27 | 4C |
| Octal | 311 | 332 | 253 | 10 | 0 | 26 | 17 | 122 | 47 | 114 |
| Binary | 11001001 | 11011010 | 10101011 | 1000 | 0 | 10110 | 1111 | 1010010 | 100111 | 1001100 |
Color Harmonies of #C9DAAB
Complementary color
Monochromatic Colors of #C9DAAB
Black with #C9DAAB
Text Example
Text Example
White with #C9DAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DAAB; }
p { color: rgb(201,218,171); }
H1.HeaderClassName
{
color: #C9DAAB;
}
.AnyTagClassName
{
color: #C9DAAB;
}
</style>
background-color css
<style>
a { background-color: #C9DAAB; }
a { background-color: rgb(201,218,171); }
div.DivClassName
{
background-color: #C9DAAB;
}
.BgClassName
{
background-color: #C9DAAB;
}
</style>
border-color css
<style>
span { border-color: #C9DAAB; }
span { border-color: rgb(201,218,171); }
td.TdClassName
{
border-color: #C9DAAB;
}
.TagClassName
{
border-color: #C9DAAB;
}
</style>