Shades of Pale Leaf #C5D0B8
Tints of Pale Leaf #C5D0B8
RGB
CMYK
RGB Variations
Color information
#C5D0B8 (or 0xC5D0B8) is known color: Pale Leaf. HEX triplet: C5, D0 and B8. RGB value is (197,208,184). Sum of RGB (Red+Green+Blue) = 197+208+184=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 208 (81.64% from 255 or 35.31% from 589); Blue value is 184 (72.27% from 255 or 31.24% from 589); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D0B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D0B8 is #3A2F47. Grayscale: #CACACA. Windows color (decimal): -3813192 or 12112069. OLE color: 12112069.
HSL color Cylindrical-coordinate representation of color #C5D0B8: hue angle of 87.5º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5D0B8 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 208 | 184 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.18 |
| HSL | 87.5º | 0.2% | 0.77% | - |
| HSV(B) | 87.5º | 0.12% | 0.82% | - |
| XYZ | 54.23 | 60.44 | 54.16 | - |
| YUV | 201.98 | 117.86 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 208 | 184 | 0.05 | 0 | 0.12 | 0.18 | 87.5 | 0.2 | 0.77 |
| Hex | C5 | D0 | B8 | 5 | 0 | C | 12 | 57 | 14 | 4D |
| Octal | 305 | 320 | 270 | 5 | 0 | 14 | 22 | 127 | 24 | 115 |
| Binary | 11000101 | 11010000 | 10111000 | 101 | 0 | 1100 | 10010 | 1010111 | 10100 | 1001101 |
Color Harmonies of #C5D0B8
Complementary color
Monochromatic Colors of #C5D0B8
Black with #C5D0B8
Text Example
Text Example
White with #C5D0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D0B8; }
p { color: rgb(197,208,184); }
H1.HeaderClassName
{
color: #C5D0B8;
}
.AnyTagClassName
{
color: #C5D0B8;
}
</style>
background-color css
<style>
a { background-color: #C5D0B8; }
a { background-color: rgb(197,208,184); }
div.DivClassName
{
background-color: #C5D0B8;
}
.BgClassName
{
background-color: #C5D0B8;
}
</style>
border-color css
<style>
span { border-color: #C5D0B8; }
span { border-color: rgb(197,208,184); }
td.TdClassName
{
border-color: #C5D0B8;
}
.TagClassName
{
border-color: #C5D0B8;
}
</style>