Shades of Pale Leaf #C5D4AC
Tints of Pale Leaf #C5D4AC
RGB
CMYK
RGB Variations
Color information
#C5D4AC (or 0xC5D4AC) is known color: Pale Leaf. HEX triplet: C5, D4 and AC. RGB value is (197,212,172). Sum of RGB (Red+Green+Blue) = 197+212+172=581 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.91% from 581); Green value is 212 (83.20% from 255 or 36.49% from 581); Blue value is 172 (67.58% from 255 or 29.60% from 581); Max value from RGB is 212 - color contains mainly: green. Hex color #C5D4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D4AC is #3A2B53. Grayscale: #CBCBCB. Windows color (decimal): -3812180 or 11326661. OLE color: 11326661.
HSL color Cylindrical-coordinate representation of color #C5D4AC: hue angle of 82.5º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5D4AC is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 212 | 172 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.17 |
| HSL | 82.5º | 0.32% | 0.75% | - |
| HSV(B) | 82.5º | 0.19% | 0.83% | - |
| XYZ | 54.02 | 61.94 | 48.14 | - |
| YUV | 202.96 | 110.53 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 212 | 172 | 0.07 | 0 | 0.19 | 0.17 | 82.5 | 0.32 | 0.75 |
| Hex | C5 | D4 | AC | 7 | 0 | 13 | 11 | 52 | 20 | 4B |
| Octal | 305 | 324 | 254 | 7 | 0 | 23 | 21 | 122 | 40 | 113 |
| Binary | 11000101 | 11010100 | 10101100 | 111 | 0 | 10011 | 10001 | 1010010 | 100000 | 1001011 |
Color Harmonies of #C5D4AC
Complementary color
Monochromatic Colors of #C5D4AC
Black with #C5D4AC
Text Example
Text Example
White with #C5D4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D4AC; }
p { color: rgb(197,212,172); }
H1.HeaderClassName
{
color: #C5D4AC;
}
.AnyTagClassName
{
color: #C5D4AC;
}
</style>
background-color css
<style>
a { background-color: #C5D4AC; }
a { background-color: rgb(197,212,172); }
div.DivClassName
{
background-color: #C5D4AC;
}
.BgClassName
{
background-color: #C5D4AC;
}
</style>
border-color css
<style>
span { border-color: #C5D4AC; }
span { border-color: rgb(197,212,172); }
td.TdClassName
{
border-color: #C5D4AC;
}
.TagClassName
{
border-color: #C5D4AC;
}
</style>