Shades of Pale Leaf #CBDBB0
Tints of Pale Leaf #CBDBB0
RGB
CMYK
RGB Variations
Color information
#CBDBB0 (or 0xCBDBB0) is known color: Pale Leaf. HEX triplet: CB, DB and B0. RGB value is (203,219,176). Sum of RGB (Red+Green+Blue) = 203+219+176=598 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.95% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 176 (69.14% from 255 or 29.43% from 598); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDBB0 is #34244F. Grayscale: #D1D1D1. Windows color (decimal): -3417168 or 11590603. OLE color: 11590603.
HSL color Cylindrical-coordinate representation of color #CBDBB0: hue angle of 82.33º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBDBB0 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 219 | 176 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.14 |
| HSL | 82.33º | 0.37% | 0.77% | - |
| HSV(B) | 82.33º | 0.2% | 0.86% | - |
| XYZ | 57.8 | 66.49 | 50.86 | - |
| YUV | 209.31 | 109.2 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 176 | 0.07 | 0 | 0.20 | 0.14 | 82.33 | 0.37 | 0.77 |
| Hex | CB | DB | B0 | 7 | 0 | 14 | E | 52 | 25 | 4D |
| Octal | 313 | 333 | 260 | 7 | 0 | 24 | 16 | 122 | 45 | 115 |
| Binary | 11001011 | 11011011 | 10110000 | 111 | 0 | 10100 | 1110 | 1010010 | 100101 | 1001101 |
Color Harmonies of #CBDBB0
Complementary color
Monochromatic Colors of #CBDBB0
Black with #CBDBB0
Text Example
Text Example
White with #CBDBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDBB0; }
p { color: rgb(203,219,176); }
H1.HeaderClassName
{
color: #CBDBB0;
}
.AnyTagClassName
{
color: #CBDBB0;
}
</style>
background-color css
<style>
a { background-color: #CBDBB0; }
a { background-color: rgb(203,219,176); }
div.DivClassName
{
background-color: #CBDBB0;
}
.BgClassName
{
background-color: #CBDBB0;
}
</style>
border-color css
<style>
span { border-color: #CBDBB0; }
span { border-color: rgb(203,219,176); }
td.TdClassName
{
border-color: #CBDBB0;
}
.TagClassName
{
border-color: #CBDBB0;
}
</style>