Shades of Pale Leaf #C8D2AB
Tints of Pale Leaf #C8D2AB
RGB
CMYK
RGB Variations
Color information
#C8D2AB (or 0xC8D2AB) is known color: Pale Leaf. HEX triplet: C8, D2 and AB. RGB value is (200,210,171). Sum of RGB (Red+Green+Blue) = 200+210+171=581 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.42% from 581); Green value is 210 (82.42% from 255 or 36.14% from 581); Blue value is 171 (67.19% from 255 or 29.43% from 581); Max value from RGB is 210 - color contains mainly: green. Hex color #C8D2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D2AB is #372D54. Grayscale: #CACACA. Windows color (decimal): -3616085 or 11260616. OLE color: 11260616.
HSL color Cylindrical-coordinate representation of color #C8D2AB: hue angle of 75.38º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8D2AB is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 210 | 171 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.18 |
| HSL | 75.38º | 0.3% | 0.75% | - |
| HSV(B) | 75.38º | 0.19% | 0.82% | - |
| XYZ | 54.22 | 61.31 | 47.51 | - |
| YUV | 202.56 | 110.19 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 210 | 171 | 0.05 | 0 | 0.19 | 0.18 | 75.38 | 0.3 | 0.75 |
| Hex | C8 | D2 | AB | 5 | 0 | 13 | 12 | 4B | 1E | 4B |
| Octal | 310 | 322 | 253 | 5 | 0 | 23 | 22 | 113 | 36 | 113 |
| Binary | 11001000 | 11010010 | 10101011 | 101 | 0 | 10011 | 10010 | 1001011 | 11110 | 1001011 |
Color Harmonies of #C8D2AB
Complementary color
Monochromatic Colors of #C8D2AB
Black with #C8D2AB
Text Example
Text Example
White with #C8D2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D2AB; }
p { color: rgb(200,210,171); }
H1.HeaderClassName
{
color: #C8D2AB;
}
.AnyTagClassName
{
color: #C8D2AB;
}
</style>
background-color css
<style>
a { background-color: #C8D2AB; }
a { background-color: rgb(200,210,171); }
div.DivClassName
{
background-color: #C8D2AB;
}
.BgClassName
{
background-color: #C8D2AB;
}
</style>
border-color css
<style>
span { border-color: #C8D2AB; }
span { border-color: rgb(200,210,171); }
td.TdClassName
{
border-color: #C8D2AB;
}
.TagClassName
{
border-color: #C8D2AB;
}
</style>