Shades of Pale Leaf #CBDAB0
Tints of Pale Leaf #CBDAB0
RGB
CMYK
RGB Variations
Color information
#CBDAB0 (or 0xCBDAB0) is known color: Pale Leaf. HEX triplet: CB, DA and B0. RGB value is (203,218,176). Sum of RGB (Red+Green+Blue) = 203+218+176=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 176 (69.14% from 255 or 29.48% from 597); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDAB0 is #34254F. Grayscale: #D0D0D0. Windows color (decimal): -3417424 or 11590347. OLE color: 11590347.
HSL color Cylindrical-coordinate representation of color #CBDAB0: hue angle of 81.43º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBDAB0 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 218 | 176 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.15 |
| HSL | 81.43º | 0.36% | 0.77% | - |
| HSV(B) | 81.43º | 0.19% | 0.85% | - |
| XYZ | 57.54 | 65.97 | 50.78 | - |
| YUV | 208.73 | 109.53 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 218 | 176 | 0.07 | 0 | 0.19 | 0.15 | 81.43 | 0.36 | 0.77 |
| Hex | CB | DA | B0 | 7 | 0 | 13 | F | 51 | 24 | 4D |
| Octal | 313 | 332 | 260 | 7 | 0 | 23 | 17 | 121 | 44 | 115 |
| Binary | 11001011 | 11011010 | 10110000 | 111 | 0 | 10011 | 1111 | 1010001 | 100100 | 1001101 |
Color Harmonies of #CBDAB0
Complementary color
Monochromatic Colors of #CBDAB0
Black with #CBDAB0
Text Example
Text Example
White with #CBDAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDAB0; }
p { color: rgb(203,218,176); }
H1.HeaderClassName
{
color: #CBDAB0;
}
.AnyTagClassName
{
color: #CBDAB0;
}
</style>
background-color css
<style>
a { background-color: #CBDAB0; }
a { background-color: rgb(203,218,176); }
div.DivClassName
{
background-color: #CBDAB0;
}
.BgClassName
{
background-color: #CBDAB0;
}
</style>
border-color css
<style>
span { border-color: #CBDAB0; }
span { border-color: rgb(203,218,176); }
td.TdClassName
{
border-color: #CBDAB0;
}
.TagClassName
{
border-color: #CBDAB0;
}
</style>