Shades of Pale Leaf #C8D1AF
Tints of Pale Leaf #C8D1AF
RGB
CMYK
RGB Variations
Color information
#C8D1AF (or 0xC8D1AF) is known color: Pale Leaf. HEX triplet: C8, D1 and AF. RGB value is (200,209,175). Sum of RGB (Red+Green+Blue) = 200+209+175=584 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.25% from 584); Green value is 209 (82.03% from 255 or 35.79% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 209 - color contains mainly: green. Hex color #C8D1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D1AF is #372E50. Grayscale: #CACACA. Windows color (decimal): -3616337 or 11522504. OLE color: 11522504.
HSL color Cylindrical-coordinate representation of color #C8D1AF: hue angle of 75.88º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8D1AF is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 209 | 175 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.18 |
| HSL | 75.88º | 0.27% | 0.75% | - |
| HSV(B) | 75.88º | 0.16% | 0.82% | - |
| XYZ | 54.36 | 60.98 | 49.46 | - |
| YUV | 202.43 | 112.52 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 209 | 175 | 0.04 | 0 | 0.16 | 0.18 | 75.88 | 0.27 | 0.75 |
| Hex | C8 | D1 | AF | 4 | 0 | 10 | 12 | 4C | 1B | 4B |
| Octal | 310 | 321 | 257 | 4 | 0 | 20 | 22 | 114 | 33 | 113 |
| Binary | 11001000 | 11010001 | 10101111 | 100 | 0 | 10000 | 10010 | 1001100 | 11011 | 1001011 |
Color Harmonies of #C8D1AF
Complementary color
Monochromatic Colors of #C8D1AF
Black with #C8D1AF
Text Example
Text Example
White with #C8D1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D1AF; }
p { color: rgb(200,209,175); }
H1.HeaderClassName
{
color: #C8D1AF;
}
.AnyTagClassName
{
color: #C8D1AF;
}
</style>
background-color css
<style>
a { background-color: #C8D1AF; }
a { background-color: rgb(200,209,175); }
div.DivClassName
{
background-color: #C8D1AF;
}
.BgClassName
{
background-color: #C8D1AF;
}
</style>
border-color css
<style>
span { border-color: #C8D1AF; }
span { border-color: rgb(200,209,175); }
td.TdClassName
{
border-color: #C8D1AF;
}
.TagClassName
{
border-color: #C8D1AF;
}
</style>