Shades of Pale Leaf #CBD9AA
Tints of Pale Leaf #CBD9AA
RGB
CMYK
RGB Variations
Color information
#CBD9AA (or 0xCBD9AA) is known color: Pale Leaf. HEX triplet: CB, D9 and AA. RGB value is (203,217,170). Sum of RGB (Red+Green+Blue) = 203+217+170=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 217 (85.16% from 255 or 36.78% from 590); Blue value is 170 (66.80% from 255 or 28.81% from 590); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD9AA is #342655. Grayscale: #CFCFCF. Windows color (decimal): -3417686 or 11196875. OLE color: 11196875.
HSL color Cylindrical-coordinate representation of color #CBD9AA: hue angle of 77.87º degrees, saturation: 0.38, 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 #CBD9AA is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 217 | 170 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.15 |
| HSL | 77.87º | 0.38% | 0.76% | - |
| HSV(B) | 77.87º | 0.22% | 0.85% | - |
| XYZ | 56.7 | 65.22 | 47.63 | - |
| YUV | 207.46 | 106.86 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 217 | 170 | 0.06 | 0 | 0.22 | 0.15 | 77.87 | 0.38 | 0.76 |
| Hex | CB | D9 | AA | 6 | 0 | 16 | F | 4E | 26 | 4C |
| Octal | 313 | 331 | 252 | 6 | 0 | 26 | 17 | 116 | 46 | 114 |
| Binary | 11001011 | 11011001 | 10101010 | 110 | 0 | 10110 | 1111 | 1001110 | 100110 | 1001100 |
Color Harmonies of #CBD9AA
Complementary color
Monochromatic Colors of #CBD9AA
Black with #CBD9AA
Text Example
Text Example
White with #CBD9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD9AA; }
p { color: rgb(203,217,170); }
H1.HeaderClassName
{
color: #CBD9AA;
}
.AnyTagClassName
{
color: #CBD9AA;
}
</style>
background-color css
<style>
a { background-color: #CBD9AA; }
a { background-color: rgb(203,217,170); }
div.DivClassName
{
background-color: #CBD9AA;
}
.BgClassName
{
background-color: #CBD9AA;
}
</style>
border-color css
<style>
span { border-color: #CBD9AA; }
span { border-color: rgb(203,217,170); }
td.TdClassName
{
border-color: #CBD9AA;
}
.TagClassName
{
border-color: #CBD9AA;
}
</style>