Shades of Pale Leaf #C5CDB1
Tints of Pale Leaf #C5CDB1
RGB
CMYK
RGB Variations
Color information
#C5CDB1 (or 0xC5CDB1) is known color: Pale Leaf. HEX triplet: C5, CD and B1. RGB value is (197,205,177). Sum of RGB (Red+Green+Blue) = 197+205+177=579 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.02% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 177 (69.53% from 255 or 30.57% from 579); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CDB1 is #3A324E. Grayscale: #C7C7C7. Windows color (decimal): -3813967 or 11652549. OLE color: 11652549.
HSL color Cylindrical-coordinate representation of color #C5CDB1: hue angle of 77.14º 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 #C5CDB1 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 205 | 177 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.20 |
| HSL | 77.14º | 0.22% | 0.75% | - |
| HSV(B) | 77.14º | 0.14% | 0.8% | - |
| XYZ | 52.79 | 58.71 | 50.14 | - |
| YUV | 199.42 | 115.35 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 205 | 177 | 0.04 | 0 | 0.14 | 0.20 | 77.14 | 0.22 | 0.75 |
| Hex | C5 | CD | B1 | 4 | 0 | E | 14 | 4D | 16 | 4B |
| Octal | 305 | 315 | 261 | 4 | 0 | 16 | 24 | 115 | 26 | 113 |
| Binary | 11000101 | 11001101 | 10110001 | 100 | 0 | 1110 | 10100 | 1001101 | 10110 | 1001011 |
Color Harmonies of #C5CDB1
Complementary color
Monochromatic Colors of #C5CDB1
Black with #C5CDB1
Text Example
Text Example
White with #C5CDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CDB1; }
p { color: rgb(197,205,177); }
H1.HeaderClassName
{
color: #C5CDB1;
}
.AnyTagClassName
{
color: #C5CDB1;
}
</style>
background-color css
<style>
a { background-color: #C5CDB1; }
a { background-color: rgb(197,205,177); }
div.DivClassName
{
background-color: #C5CDB1;
}
.BgClassName
{
background-color: #C5CDB1;
}
</style>
border-color css
<style>
span { border-color: #C5CDB1; }
span { border-color: rgb(197,205,177); }
td.TdClassName
{
border-color: #C5CDB1;
}
.TagClassName
{
border-color: #C5CDB1;
}
</style>