Shades of Pale Leaf #CBDCAC
Tints of Pale Leaf #CBDCAC
RGB
CMYK
RGB Variations
Color information
#CBDCAC (or 0xCBDCAC) is known color: Pale Leaf. HEX triplet: CB, DC and AC. RGB value is (203,220,172). Sum of RGB (Red+Green+Blue) = 203+220+172=595 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.12% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 172 (67.58% from 255 or 28.91% from 595); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDCAC is #342353. Grayscale: #D1D1D1. Windows color (decimal): -3416916 or 11328715. OLE color: 11328715.
HSL color Cylindrical-coordinate representation of color #CBDCAC: hue angle of 81.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBDCAC is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 220 | 172 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.14 |
| HSL | 81.25º | 0.41% | 0.77% | - |
| HSV(B) | 81.25º | 0.22% | 0.86% | - |
| XYZ | 57.67 | 66.86 | 48.9 | - |
| YUV | 209.45 | 106.87 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 172 | 0.08 | 0 | 0.22 | 0.14 | 81.25 | 0.41 | 0.77 |
| Hex | CB | DC | AC | 8 | 0 | 16 | E | 51 | 29 | 4D |
| Octal | 313 | 334 | 254 | 10 | 0 | 26 | 16 | 121 | 51 | 115 |
| Binary | 11001011 | 11011100 | 10101100 | 1000 | 0 | 10110 | 1110 | 1010001 | 101001 | 1001101 |
Color Harmonies of #CBDCAC
Complementary color
Monochromatic Colors of #CBDCAC
Black with #CBDCAC
Text Example
Text Example
White with #CBDCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDCAC; }
p { color: rgb(203,220,172); }
H1.HeaderClassName
{
color: #CBDCAC;
}
.AnyTagClassName
{
color: #CBDCAC;
}
</style>
background-color css
<style>
a { background-color: #CBDCAC; }
a { background-color: rgb(203,220,172); }
div.DivClassName
{
background-color: #CBDCAC;
}
.BgClassName
{
background-color: #CBDCAC;
}
</style>
border-color css
<style>
span { border-color: #CBDCAC; }
span { border-color: rgb(203,220,172); }
td.TdClassName
{
border-color: #CBDCAC;
}
.TagClassName
{
border-color: #CBDCAC;
}
</style>