Shades of Pale Leaf #CBDAAB
Tints of Pale Leaf #CBDAAB
RGB
CMYK
RGB Variations
Color information
#CBDAAB (or 0xCBDAAB) is known color: Pale Leaf. HEX triplet: CB, DA and AB. RGB value is (203,218,171). Sum of RGB (Red+Green+Blue) = 203+218+171=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 171 (67.19% from 255 or 28.89% from 592); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDAAB is #342554. Grayscale: #D0D0D0. Windows color (decimal): -3417429 or 11262667. OLE color: 11262667.
HSL color Cylindrical-coordinate representation of color #CBDAAB: hue angle of 79.15º degrees, saturation: 0.39, 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 #CBDAAB is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 218 | 171 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.15 |
| HSL | 79.15º | 0.39% | 0.76% | - |
| HSV(B) | 79.15º | 0.22% | 0.85% | - |
| XYZ | 57.05 | 65.78 | 48.22 | - |
| YUV | 208.16 | 107.03 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 218 | 171 | 0.07 | 0 | 0.22 | 0.15 | 79.15 | 0.39 | 0.76 |
| Hex | CB | DA | AB | 7 | 0 | 16 | F | 4F | 27 | 4C |
| Octal | 313 | 332 | 253 | 7 | 0 | 26 | 17 | 117 | 47 | 114 |
| Binary | 11001011 | 11011010 | 10101011 | 111 | 0 | 10110 | 1111 | 1001111 | 100111 | 1001100 |
Color Harmonies of #CBDAAB
Complementary color
Monochromatic Colors of #CBDAAB
Black with #CBDAAB
Text Example
Text Example
White with #CBDAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDAAB; }
p { color: rgb(203,218,171); }
H1.HeaderClassName
{
color: #CBDAAB;
}
.AnyTagClassName
{
color: #CBDAAB;
}
</style>
background-color css
<style>
a { background-color: #CBDAAB; }
a { background-color: rgb(203,218,171); }
div.DivClassName
{
background-color: #CBDAAB;
}
.BgClassName
{
background-color: #CBDAAB;
}
</style>
border-color css
<style>
span { border-color: #CBDAAB; }
span { border-color: rgb(203,218,171); }
td.TdClassName
{
border-color: #CBDAAB;
}
.TagClassName
{
border-color: #CBDAAB;
}
</style>