Shades of Pale Leaf #CBD7AA
Tints of Pale Leaf #CBD7AA
RGB
CMYK
RGB Variations
Color information
#CBD7AA (or 0xCBD7AA) is known color: Pale Leaf. HEX triplet: CB, D7 and AA. RGB value is (203,215,170). Sum of RGB (Red+Green+Blue) = 203+215+170=588 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.52% from 588); Green value is 215 (84.38% from 255 or 36.56% from 588); Blue value is 170 (66.80% from 255 or 28.91% from 588); Max value from RGB is 215 - color contains mainly: green. Hex color #CBD7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD7AA is #342855. Grayscale: #CECECE. Windows color (decimal): -3418198 or 11196363. OLE color: 11196363.
HSL color Cylindrical-coordinate representation of color #CBD7AA: hue angle of 76º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBD7AA is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 215 | 170 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.16 |
| HSL | 76º | 0.36% | 0.75% | - |
| HSV(B) | 76º | 0.21% | 0.84% | - |
| XYZ | 56.18 | 64.2 | 47.46 | - |
| YUV | 206.28 | 107.52 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 215 | 170 | 0.06 | 0 | 0.21 | 0.16 | 76 | 0.36 | 0.75 |
| Hex | CB | D7 | AA | 6 | 0 | 15 | 10 | 4C | 24 | 4B |
| Octal | 313 | 327 | 252 | 6 | 0 | 25 | 20 | 114 | 44 | 113 |
| Binary | 11001011 | 11010111 | 10101010 | 110 | 0 | 10101 | 10000 | 1001100 | 100100 | 1001011 |
Color Harmonies of #CBD7AA
Complementary color
Monochromatic Colors of #CBD7AA
Black with #CBD7AA
Text Example
Text Example
White with #CBD7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD7AA; }
p { color: rgb(203,215,170); }
H1.HeaderClassName
{
color: #CBD7AA;
}
.AnyTagClassName
{
color: #CBD7AA;
}
</style>
background-color css
<style>
a { background-color: #CBD7AA; }
a { background-color: rgb(203,215,170); }
div.DivClassName
{
background-color: #CBD7AA;
}
.BgClassName
{
background-color: #CBD7AA;
}
</style>
border-color css
<style>
span { border-color: #CBD7AA; }
span { border-color: rgb(203,215,170); }
td.TdClassName
{
border-color: #CBD7AA;
}
.TagClassName
{
border-color: #CBD7AA;
}
</style>