Shades of Pale Leaf #CBDAA9
Tints of Pale Leaf #CBDAA9
RGB
CMYK
RGB Variations
Color information
#CBDAA9 (or 0xCBDAA9) is known color: Pale Leaf. HEX triplet: CB, DA and A9. RGB value is (203,218,169). Sum of RGB (Red+Green+Blue) = 203+218+169=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 169 (66.41% from 255 or 28.64% from 590); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDAA9 is #342556. Grayscale: #D0D0D0. Windows color (decimal): -3417431 or 11131595. OLE color: 11131595.
HSL color Cylindrical-coordinate representation of color #CBDAA9: hue angle of 78.37º degrees, saturation: 0.4, 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 #CBDAA9 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 218 | 169 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.15 |
| HSL | 78.37º | 0.4% | 0.76% | - |
| HSV(B) | 78.37º | 0.22% | 0.85% | - |
| XYZ | 56.86 | 65.7 | 47.22 | - |
| YUV | 207.93 | 106.03 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 218 | 169 | 0.07 | 0 | 0.22 | 0.15 | 78.37 | 0.4 | 0.76 |
| Hex | CB | DA | A9 | 7 | 0 | 16 | F | 4E | 28 | 4C |
| Octal | 313 | 332 | 251 | 7 | 0 | 26 | 17 | 116 | 50 | 114 |
| Binary | 11001011 | 11011010 | 10101001 | 111 | 0 | 10110 | 1111 | 1001110 | 101000 | 1001100 |
Color Harmonies of #CBDAA9
Complementary color
Monochromatic Colors of #CBDAA9
Black with #CBDAA9
Text Example
Text Example
White with #CBDAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDAA9; }
p { color: rgb(203,218,169); }
H1.HeaderClassName
{
color: #CBDAA9;
}
.AnyTagClassName
{
color: #CBDAA9;
}
</style>
background-color css
<style>
a { background-color: #CBDAA9; }
a { background-color: rgb(203,218,169); }
div.DivClassName
{
background-color: #CBDAA9;
}
.BgClassName
{
background-color: #CBDAA9;
}
</style>
border-color css
<style>
span { border-color: #CBDAA9; }
span { border-color: rgb(203,218,169); }
td.TdClassName
{
border-color: #CBDAA9;
}
.TagClassName
{
border-color: #CBDAA9;
}
</style>