Shades of Pale Leaf #C5CDB0
Tints of Pale Leaf #C5CDB0
RGB
CMYK
RGB Variations
Color information
#C5CDB0 (or 0xC5CDB0) is known color: Pale Leaf. HEX triplet: C5, CD and B0. RGB value is (197,205,176). Sum of RGB (Red+Green+Blue) = 197+205+176=578 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.08% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 176 (69.14% from 255 or 30.45% from 578); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CDB0 is #3A324F. Grayscale: #C7C7C7. Windows color (decimal): -3813968 or 11587013. OLE color: 11587013.
HSL color Cylindrical-coordinate representation of color #C5CDB0: hue angle of 76.55º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5CDB0 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 205 | 176 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.20 |
| HSL | 76.55º | 0.22% | 0.75% | - |
| HSV(B) | 76.55º | 0.14% | 0.8% | - |
| XYZ | 52.69 | 58.67 | 49.62 | - |
| YUV | 199.3 | 114.85 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 205 | 176 | 0.04 | 0 | 0.14 | 0.20 | 76.55 | 0.22 | 0.75 |
| Hex | C5 | CD | B0 | 4 | 0 | E | 14 | 4D | 16 | 4B |
| Octal | 305 | 315 | 260 | 4 | 0 | 16 | 24 | 115 | 26 | 113 |
| Binary | 11000101 | 11001101 | 10110000 | 100 | 0 | 1110 | 10100 | 1001101 | 10110 | 1001011 |
Color Harmonies of #C5CDB0
Complementary color
Monochromatic Colors of #C5CDB0
Black with #C5CDB0
Text Example
Text Example
White with #C5CDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CDB0; }
p { color: rgb(197,205,176); }
H1.HeaderClassName
{
color: #C5CDB0;
}
.AnyTagClassName
{
color: #C5CDB0;
}
</style>
background-color css
<style>
a { background-color: #C5CDB0; }
a { background-color: rgb(197,205,176); }
div.DivClassName
{
background-color: #C5CDB0;
}
.BgClassName
{
background-color: #C5CDB0;
}
</style>
border-color css
<style>
span { border-color: #C5CDB0; }
span { border-color: rgb(197,205,176); }
td.TdClassName
{
border-color: #C5CDB0;
}
.TagClassName
{
border-color: #C5CDB0;
}
</style>