Shades of Pale Leaf #CBDAA5
Tints of Pale Leaf #CBDAA5
RGB
CMYK
RGB Variations
Color information
#CBDAA5 (or 0xCBDAA5) is known color: Pale Leaf. HEX triplet: CB, DA and A5. RGB value is (203,218,165). Sum of RGB (Red+Green+Blue) = 203+218+165=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 165 (64.84% from 255 or 28.16% from 586); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDAA5 is #34255A. Grayscale: #CFCFCF. Windows color (decimal): -3417435 or 10869451. OLE color: 10869451.
HSL color Cylindrical-coordinate representation of color #CBDAA5: hue angle of 76.98º degrees, saturation: 0.42, 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 #CBDAA5 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 218 | 165 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.15 |
| HSL | 76.98º | 0.42% | 0.75% | - |
| HSV(B) | 76.98º | 0.24% | 0.85% | - |
| XYZ | 56.49 | 65.56 | 45.27 | - |
| YUV | 207.47 | 104.03 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 218 | 165 | 0.07 | 0 | 0.24 | 0.15 | 76.98 | 0.42 | 0.75 |
| Hex | CB | DA | A5 | 7 | 0 | 18 | F | 4D | 2A | 4B |
| Octal | 313 | 332 | 245 | 7 | 0 | 30 | 17 | 115 | 52 | 113 |
| Binary | 11001011 | 11011010 | 10100101 | 111 | 0 | 11000 | 1111 | 1001101 | 101010 | 1001011 |
Color Harmonies of #CBDAA5
Complementary color
Monochromatic Colors of #CBDAA5
Black with #CBDAA5
Text Example
Text Example
White with #CBDAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDAA5; }
p { color: rgb(203,218,165); }
H1.HeaderClassName
{
color: #CBDAA5;
}
.AnyTagClassName
{
color: #CBDAA5;
}
</style>
background-color css
<style>
a { background-color: #CBDAA5; }
a { background-color: rgb(203,218,165); }
div.DivClassName
{
background-color: #CBDAA5;
}
.BgClassName
{
background-color: #CBDAA5;
}
</style>
border-color css
<style>
span { border-color: #CBDAA5; }
span { border-color: rgb(203,218,165); }
td.TdClassName
{
border-color: #CBDAA5;
}
.TagClassName
{
border-color: #CBDAA5;
}
</style>