Shades of Pale Leaf #CBD9A6
Tints of Pale Leaf #CBD9A6
RGB
CMYK
RGB Variations
Color information
#CBD9A6 (or 0xCBD9A6) is known color: Pale Leaf. HEX triplet: CB, D9 and A6. RGB value is (203,217,166). Sum of RGB (Red+Green+Blue) = 203+217+166=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 217 (85.16% from 255 or 37.03% from 586); Blue value is 166 (65.23% from 255 or 28.33% from 586); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD9A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD9A6 is #342659. Grayscale: #CFCFCF. Windows color (decimal): -3417690 or 10934731. OLE color: 10934731.
HSL color Cylindrical-coordinate representation of color #CBD9A6: hue angle of 76.47º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBD9A6 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 217 | 166 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.15 |
| HSL | 76.47º | 0.4% | 0.75% | - |
| HSV(B) | 76.47º | 0.24% | 0.85% | - |
| XYZ | 56.32 | 65.08 | 45.67 | - |
| YUV | 207 | 104.86 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 217 | 166 | 0.06 | 0 | 0.24 | 0.15 | 76.47 | 0.4 | 0.75 |
| Hex | CB | D9 | A6 | 6 | 0 | 18 | F | 4C | 28 | 4B |
| Octal | 313 | 331 | 246 | 6 | 0 | 30 | 17 | 114 | 50 | 113 |
| Binary | 11001011 | 11011001 | 10100110 | 110 | 0 | 11000 | 1111 | 1001100 | 101000 | 1001011 |
Color Harmonies of #CBD9A6
Complementary color
Monochromatic Colors of #CBD9A6
Black with #CBD9A6
Text Example
Text Example
White with #CBD9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD9A6; }
p { color: rgb(203,217,166); }
H1.HeaderClassName
{
color: #CBD9A6;
}
.AnyTagClassName
{
color: #CBD9A6;
}
</style>
background-color css
<style>
a { background-color: #CBD9A6; }
a { background-color: rgb(203,217,166); }
div.DivClassName
{
background-color: #CBD9A6;
}
.BgClassName
{
background-color: #CBD9A6;
}
</style>
border-color css
<style>
span { border-color: #CBD9A6; }
span { border-color: rgb(203,217,166); }
td.TdClassName
{
border-color: #CBD9A6;
}
.TagClassName
{
border-color: #CBD9A6;
}
</style>