Shades of Pale Leaf #CBDAA3
Tints of Pale Leaf #CBDAA3
RGB
CMYK
RGB Variations
Color information
#CBDAA3 (or 0xCBDAA3) is known color: Pale Leaf. HEX triplet: CB, DA and A3. RGB value is (203,218,163). Sum of RGB (Red+Green+Blue) = 203+218+163=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 163 (64.06% from 255 or 27.91% from 584); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDAA3 is #34255C. Grayscale: #CFCFCF. Windows color (decimal): -3417437 or 10738379. OLE color: 10738379.
HSL color Cylindrical-coordinate representation of color #CBDAA3: hue angle of 76.36º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBDAA3 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 218 | 163 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.15 |
| HSL | 76.36º | 0.43% | 0.75% | - |
| HSV(B) | 76.36º | 0.25% | 0.85% | - |
| XYZ | 56.31 | 65.48 | 44.32 | - |
| YUV | 207.25 | 103.03 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 218 | 163 | 0.07 | 0 | 0.25 | 0.15 | 76.36 | 0.43 | 0.75 |
| Hex | CB | DA | A3 | 7 | 0 | 19 | F | 4C | 2B | 4B |
| Octal | 313 | 332 | 243 | 7 | 0 | 31 | 17 | 114 | 53 | 113 |
| Binary | 11001011 | 11011010 | 10100011 | 111 | 0 | 11001 | 1111 | 1001100 | 101011 | 1001011 |
Color Harmonies of #CBDAA3
Complementary color
Monochromatic Colors of #CBDAA3
Black with #CBDAA3
Text Example
Text Example
White with #CBDAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDAA3; }
p { color: rgb(203,218,163); }
H1.HeaderClassName
{
color: #CBDAA3;
}
.AnyTagClassName
{
color: #CBDAA3;
}
</style>
background-color css
<style>
a { background-color: #CBDAA3; }
a { background-color: rgb(203,218,163); }
div.DivClassName
{
background-color: #CBDAA3;
}
.BgClassName
{
background-color: #CBDAA3;
}
</style>
border-color css
<style>
span { border-color: #CBDAA3; }
span { border-color: rgb(203,218,163); }
td.TdClassName
{
border-color: #CBDAA3;
}
.TagClassName
{
border-color: #CBDAA3;
}
</style>