Shades of Pale Leaf #C5D3A7
Tints of Pale Leaf #C5D3A7
RGB
CMYK
RGB Variations
Color information
#C5D3A7 (or 0xC5D3A7) is known color: Pale Leaf. HEX triplet: C5, D3 and A7. RGB value is (197,211,167). Sum of RGB (Red+Green+Blue) = 197+211+167=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 211 (82.81% from 255 or 36.70% from 575); Blue value is 167 (65.62% from 255 or 29.04% from 575); Max value from RGB is 211 - color contains mainly: green. Hex color #C5D3A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D3A7 is #3A2C58. Grayscale: #C9C9C9. Windows color (decimal): -3812441 or 10998725. OLE color: 10998725.
HSL color Cylindrical-coordinate representation of color #C5D3A7: hue angle of 79.09º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5D3A7 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 211 | 167 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.17 |
| HSL | 79.09º | 0.33% | 0.74% | - |
| HSV(B) | 79.09º | 0.21% | 0.83% | - |
| XYZ | 53.3 | 61.25 | 45.57 | - |
| YUV | 201.8 | 108.36 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 211 | 167 | 0.07 | 0 | 0.21 | 0.17 | 79.09 | 0.33 | 0.74 |
| Hex | C5 | D3 | A7 | 7 | 0 | 15 | 11 | 4F | 21 | 4A |
| Octal | 305 | 323 | 247 | 7 | 0 | 25 | 21 | 117 | 41 | 112 |
| Binary | 11000101 | 11010011 | 10100111 | 111 | 0 | 10101 | 10001 | 1001111 | 100001 | 1001010 |
Color Harmonies of #C5D3A7
Complementary color
Monochromatic Colors of #C5D3A7
Black with #C5D3A7
Text Example
Text Example
White with #C5D3A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D3A7; }
p { color: rgb(197,211,167); }
H1.HeaderClassName
{
color: #C5D3A7;
}
.AnyTagClassName
{
color: #C5D3A7;
}
</style>
background-color css
<style>
a { background-color: #C5D3A7; }
a { background-color: rgb(197,211,167); }
div.DivClassName
{
background-color: #C5D3A7;
}
.BgClassName
{
background-color: #C5D3A7;
}
</style>
border-color css
<style>
span { border-color: #C5D3A7; }
span { border-color: rgb(197,211,167); }
td.TdClassName
{
border-color: #C5D3A7;
}
.TagClassName
{
border-color: #C5D3A7;
}
</style>