Shades of Pale Leaf #CBDCB2
Tints of Pale Leaf #CBDCB2
RGB
CMYK
RGB Variations
Color information
#CBDCB2 (or 0xCBDCB2) is known color: Pale Leaf. HEX triplet: CB, DC and B2. RGB value is (203,220,178). Sum of RGB (Red+Green+Blue) = 203+220+178=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 178 (69.92% from 255 or 29.62% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDCB2 is #34234D. Grayscale: #D2D2D2. Windows color (decimal): -3416910 or 11721931. OLE color: 11721931.
HSL color Cylindrical-coordinate representation of color #CBDCB2: hue angle of 84.29º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBDCB2 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 220 | 178 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.14 |
| HSL | 84.29º | 0.38% | 0.78% | - |
| HSV(B) | 84.29º | 0.19% | 0.86% | - |
| XYZ | 58.26 | 67.1 | 52 | - |
| YUV | 210.13 | 109.87 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 178 | 0.08 | 0 | 0.19 | 0.14 | 84.29 | 0.38 | 0.78 |
| Hex | CB | DC | B2 | 8 | 0 | 13 | E | 54 | 26 | 4E |
| Octal | 313 | 334 | 262 | 10 | 0 | 23 | 16 | 124 | 46 | 116 |
| Binary | 11001011 | 11011100 | 10110010 | 1000 | 0 | 10011 | 1110 | 1010100 | 100110 | 1001110 |
Color Harmonies of #CBDCB2
Complementary color
Monochromatic Colors of #CBDCB2
Black with #CBDCB2
Text Example
Text Example
White with #CBDCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDCB2; }
p { color: rgb(203,220,178); }
H1.HeaderClassName
{
color: #CBDCB2;
}
.AnyTagClassName
{
color: #CBDCB2;
}
</style>
background-color css
<style>
a { background-color: #CBDCB2; }
a { background-color: rgb(203,220,178); }
div.DivClassName
{
background-color: #CBDCB2;
}
.BgClassName
{
background-color: #CBDCB2;
}
</style>
border-color css
<style>
span { border-color: #CBDCB2; }
span { border-color: rgb(203,220,178); }
td.TdClassName
{
border-color: #CBDCB2;
}
.TagClassName
{
border-color: #CBDCB2;
}
</style>