Shades of Pale Leaf #CBDAA8
Tints of Pale Leaf #CBDAA8
RGB
CMYK
RGB Variations
Color information
#CBDAA8 (or 0xCBDAA8) is known color: Pale Leaf. HEX triplet: CB, DA and A8. RGB value is (203,218,168). Sum of RGB (Red+Green+Blue) = 203+218+168=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 168 (66.02% from 255 or 28.52% from 589); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDAA8 is #342557. Grayscale: #D0D0D0. Windows color (decimal): -3417432 or 11066059. OLE color: 11066059.
HSL color Cylindrical-coordinate representation of color #CBDAA8: hue angle of 78º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBDAA8 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 218 | 168 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.15 |
| HSL | 78º | 0.4% | 0.76% | - |
| HSV(B) | 78º | 0.23% | 0.85% | - |
| XYZ | 56.77 | 65.67 | 46.73 | - |
| YUV | 207.82 | 105.53 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 218 | 168 | 0.07 | 0 | 0.23 | 0.15 | 78 | 0.4 | 0.76 |
| Hex | CB | DA | A8 | 7 | 0 | 17 | F | 4E | 28 | 4C |
| Octal | 313 | 332 | 250 | 7 | 0 | 27 | 17 | 116 | 50 | 114 |
| Binary | 11001011 | 11011010 | 10101000 | 111 | 0 | 10111 | 1111 | 1001110 | 101000 | 1001100 |
Color Harmonies of #CBDAA8
Complementary color
Monochromatic Colors of #CBDAA8
Black with #CBDAA8
Text Example
Text Example
White with #CBDAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDAA8; }
p { color: rgb(203,218,168); }
H1.HeaderClassName
{
color: #CBDAA8;
}
.AnyTagClassName
{
color: #CBDAA8;
}
</style>
background-color css
<style>
a { background-color: #CBDAA8; }
a { background-color: rgb(203,218,168); }
div.DivClassName
{
background-color: #CBDAA8;
}
.BgClassName
{
background-color: #CBDAA8;
}
</style>
border-color css
<style>
span { border-color: #CBDAA8; }
span { border-color: rgb(203,218,168); }
td.TdClassName
{
border-color: #CBDAA8;
}
.TagClassName
{
border-color: #CBDAA8;
}
</style>