Shades of Pale Leaf #C5D4B4
Tints of Pale Leaf #C5D4B4
RGB
CMYK
RGB Variations
Color information
#C5D4B4 (or 0xC5D4B4) is known color: Pale Leaf. HEX triplet: C5, D4 and B4. RGB value is (197,212,180). Sum of RGB (Red+Green+Blue) = 197+212+180=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 212 (83.20% from 255 or 35.99% from 589); Blue value is 180 (70.70% from 255 or 30.56% from 589); Max value from RGB is 212 - color contains mainly: green. Hex color #C5D4B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D4B4 is #3A2B4B. Grayscale: #CBCBCB. Windows color (decimal): -3812172 or 11850949. OLE color: 11850949.
HSL color Cylindrical-coordinate representation of color #C5D4B4: hue angle of 88.12º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5D4B4 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 212 | 180 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.17 |
| HSL | 88.13º | 0.27% | 0.77% | - |
| HSV(B) | 88.13º | 0.15% | 0.83% | - |
| XYZ | 54.81 | 62.25 | 52.31 | - |
| YUV | 203.87 | 114.53 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 212 | 180 | 0.07 | 0 | 0.15 | 0.17 | 88.13 | 0.27 | 0.77 |
| Hex | C5 | D4 | B4 | 7 | 0 | F | 11 | 58 | 1B | 4D |
| Octal | 305 | 324 | 264 | 7 | 0 | 17 | 21 | 130 | 33 | 115 |
| Binary | 11000101 | 11010100 | 10110100 | 111 | 0 | 1111 | 10001 | 1011000 | 11011 | 1001101 |
Color Harmonies of #C5D4B4
Complementary color
Monochromatic Colors of #C5D4B4
Black with #C5D4B4
Text Example
Text Example
White with #C5D4B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D4B4; }
p { color: rgb(197,212,180); }
H1.HeaderClassName
{
color: #C5D4B4;
}
.AnyTagClassName
{
color: #C5D4B4;
}
</style>
background-color css
<style>
a { background-color: #C5D4B4; }
a { background-color: rgb(197,212,180); }
div.DivClassName
{
background-color: #C5D4B4;
}
.BgClassName
{
background-color: #C5D4B4;
}
</style>
border-color css
<style>
span { border-color: #C5D4B4; }
span { border-color: rgb(197,212,180); }
td.TdClassName
{
border-color: #C5D4B4;
}
.TagClassName
{
border-color: #C5D4B4;
}
</style>