Shades of Pale Leaf #CBD9A9
Tints of Pale Leaf #CBD9A9
RGB
CMYK
RGB Variations
Color information
#CBD9A9 (or 0xCBD9A9) is known color: Pale Leaf. HEX triplet: CB, D9 and A9. RGB value is (203,217,169). Sum of RGB (Red+Green+Blue) = 203+217+169=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 169 (66.41% from 255 or 28.69% from 589); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD9A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD9A9 is #342656. Grayscale: #CFCFCF. Windows color (decimal): -3417687 or 11131339. OLE color: 11131339.
HSL color Cylindrical-coordinate representation of color #CBD9A9: hue angle of 77.5º 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 #CBD9A9 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 217 | 169 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.15 |
| HSL | 77.5º | 0.39% | 0.76% | - |
| HSV(B) | 77.5º | 0.22% | 0.85% | - |
| XYZ | 56.6 | 65.19 | 47.14 | - |
| YUV | 207.34 | 106.36 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 217 | 169 | 0.06 | 0 | 0.22 | 0.15 | 77.5 | 0.39 | 0.76 |
| Hex | CB | D9 | A9 | 6 | 0 | 16 | F | 4E | 27 | 4C |
| Octal | 313 | 331 | 251 | 6 | 0 | 26 | 17 | 116 | 47 | 114 |
| Binary | 11001011 | 11011001 | 10101001 | 110 | 0 | 10110 | 1111 | 1001110 | 100111 | 1001100 |
Color Harmonies of #CBD9A9
Complementary color
Monochromatic Colors of #CBD9A9
Black with #CBD9A9
Text Example
Text Example
White with #CBD9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD9A9; }
p { color: rgb(203,217,169); }
H1.HeaderClassName
{
color: #CBD9A9;
}
.AnyTagClassName
{
color: #CBD9A9;
}
</style>
background-color css
<style>
a { background-color: #CBD9A9; }
a { background-color: rgb(203,217,169); }
div.DivClassName
{
background-color: #CBD9A9;
}
.BgClassName
{
background-color: #CBD9A9;
}
</style>
border-color css
<style>
span { border-color: #CBD9A9; }
span { border-color: rgb(203,217,169); }
td.TdClassName
{
border-color: #CBD9A9;
}
.TagClassName
{
border-color: #CBD9A9;
}
</style>