Shades of Pale Leaf #C5D0B1
Tints of Pale Leaf #C5D0B1
RGB
CMYK
RGB Variations
Color information
#C5D0B1 (or 0xC5D0B1) is known color: Pale Leaf. HEX triplet: C5, D0 and B1. RGB value is (197,208,177). Sum of RGB (Red+Green+Blue) = 197+208+177=582 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.85% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 177 (69.53% from 255 or 30.41% from 582); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D0B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D0B1 is #3A2F4E. Grayscale: #C9C9C9. Windows color (decimal): -3813199 or 11653317. OLE color: 11653317.
HSL color Cylindrical-coordinate representation of color #C5D0B1: hue angle of 81.29º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5D0B1 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 208 | 177 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.18 |
| HSL | 81.29º | 0.25% | 0.75% | - |
| HSV(B) | 81.29º | 0.15% | 0.82% | - |
| XYZ | 53.52 | 60.16 | 50.39 | - |
| YUV | 201.18 | 114.36 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 208 | 177 | 0.05 | 0 | 0.15 | 0.18 | 81.29 | 0.25 | 0.75 |
| Hex | C5 | D0 | B1 | 5 | 0 | F | 12 | 51 | 19 | 4B |
| Octal | 305 | 320 | 261 | 5 | 0 | 17 | 22 | 121 | 31 | 113 |
| Binary | 11000101 | 11010000 | 10110001 | 101 | 0 | 1111 | 10010 | 1010001 | 11001 | 1001011 |
Color Harmonies of #C5D0B1
Complementary color
Monochromatic Colors of #C5D0B1
Black with #C5D0B1
Text Example
Text Example
White with #C5D0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D0B1; }
p { color: rgb(197,208,177); }
H1.HeaderClassName
{
color: #C5D0B1;
}
.AnyTagClassName
{
color: #C5D0B1;
}
</style>
background-color css
<style>
a { background-color: #C5D0B1; }
a { background-color: rgb(197,208,177); }
div.DivClassName
{
background-color: #C5D0B1;
}
.BgClassName
{
background-color: #C5D0B1;
}
</style>
border-color css
<style>
span { border-color: #C5D0B1; }
span { border-color: rgb(197,208,177); }
td.TdClassName
{
border-color: #C5D0B1;
}
.TagClassName
{
border-color: #C5D0B1;
}
</style>