Shades of Pale Leaf #C8D8A3
Tints of Pale Leaf #C8D8A3
RGB
CMYK
RGB Variations
Color information
#C8D8A3 (or 0xC8D8A3) is known color: Pale Leaf. HEX triplet: C8, D8 and A3. RGB value is (200,216,163). Sum of RGB (Red+Green+Blue) = 200+216+163=579 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.54% from 579); Green value is 216 (84.77% from 255 or 37.31% from 579); Blue value is 163 (64.06% from 255 or 28.15% from 579); Max value from RGB is 216 - color contains mainly: green. Hex color #C8D8A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D8A3 is #37275C. Grayscale: #CDCDCD. Windows color (decimal): -3614557 or 10737864. OLE color: 10737864.
HSL color Cylindrical-coordinate representation of color #C8D8A3: hue angle of 78.11º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8D8A3 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 216 | 163 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.15 |
| HSL | 78.11º | 0.4% | 0.74% | - |
| HSV(B) | 78.11º | 0.25% | 0.85% | - |
| XYZ | 54.99 | 64.04 | 44.11 | - |
| YUV | 205.17 | 104.2 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 216 | 163 | 0.07 | 0 | 0.25 | 0.15 | 78.11 | 0.4 | 0.74 |
| Hex | C8 | D8 | A3 | 7 | 0 | 19 | F | 4E | 28 | 4A |
| Octal | 310 | 330 | 243 | 7 | 0 | 31 | 17 | 116 | 50 | 112 |
| Binary | 11001000 | 11011000 | 10100011 | 111 | 0 | 11001 | 1111 | 1001110 | 101000 | 1001010 |
Color Harmonies of #C8D8A3
Complementary color
Monochromatic Colors of #C8D8A3
Black with #C8D8A3
Text Example
Text Example
White with #C8D8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D8A3; }
p { color: rgb(200,216,163); }
H1.HeaderClassName
{
color: #C8D8A3;
}
.AnyTagClassName
{
color: #C8D8A3;
}
</style>
background-color css
<style>
a { background-color: #C8D8A3; }
a { background-color: rgb(200,216,163); }
div.DivClassName
{
background-color: #C8D8A3;
}
.BgClassName
{
background-color: #C8D8A3;
}
</style>
border-color css
<style>
span { border-color: #C8D8A3; }
span { border-color: rgb(200,216,163); }
td.TdClassName
{
border-color: #C8D8A3;
}
.TagClassName
{
border-color: #C8D8A3;
}
</style>