Shades of Pale Leaf #C5CDB2
Tints of Pale Leaf #C5CDB2
RGB
CMYK
RGB Variations
Color information
#C5CDB2 (or 0xC5CDB2) is known color: Pale Leaf. HEX triplet: C5, CD and B2. RGB value is (197,205,178). Sum of RGB (Red+Green+Blue) = 197+205+178=580 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.97% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 178 (69.92% from 255 or 30.69% from 580); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CDB2 is #3A324D. Grayscale: #C7C7C7. Windows color (decimal): -3813966 or 11718085. OLE color: 11718085.
HSL color Cylindrical-coordinate representation of color #C5CDB2: hue angle of 77.78º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5CDB2 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 205 | 178 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.20 |
| HSL | 77.78º | 0.21% | 0.75% | - |
| HSV(B) | 77.78º | 0.13% | 0.8% | - |
| XYZ | 52.89 | 58.75 | 50.67 | - |
| YUV | 199.53 | 115.85 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 205 | 178 | 0.04 | 0 | 0.13 | 0.20 | 77.78 | 0.21 | 0.75 |
| Hex | C5 | CD | B2 | 4 | 0 | D | 14 | 4E | 15 | 4B |
| Octal | 305 | 315 | 262 | 4 | 0 | 15 | 24 | 116 | 25 | 113 |
| Binary | 11000101 | 11001101 | 10110010 | 100 | 0 | 1101 | 10100 | 1001110 | 10101 | 1001011 |
Color Harmonies of #C5CDB2
Complementary color
Monochromatic Colors of #C5CDB2
Black with #C5CDB2
Text Example
Text Example
White with #C5CDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CDB2; }
p { color: rgb(197,205,178); }
H1.HeaderClassName
{
color: #C5CDB2;
}
.AnyTagClassName
{
color: #C5CDB2;
}
</style>
background-color css
<style>
a { background-color: #C5CDB2; }
a { background-color: rgb(197,205,178); }
div.DivClassName
{
background-color: #C5CDB2;
}
.BgClassName
{
background-color: #C5CDB2;
}
</style>
border-color css
<style>
span { border-color: #C5CDB2; }
span { border-color: rgb(197,205,178); }
td.TdClassName
{
border-color: #C5CDB2;
}
.TagClassName
{
border-color: #C5CDB2;
}
</style>