Shades of Pale Leaf #C8D6A3
Tints of Pale Leaf #C8D6A3
RGB
CMYK
RGB Variations
Color information
#C8D6A3 (or 0xC8D6A3) is known color: Pale Leaf. HEX triplet: C8, D6 and A3. RGB value is (200,214,163). Sum of RGB (Red+Green+Blue) = 200+214+163=577 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.66% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 163 (64.06% from 255 or 28.25% from 577); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D6A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D6A3 is #37295C. Grayscale: #CCCCCC. Windows color (decimal): -3615069 or 10737352. OLE color: 10737352.
HSL color Cylindrical-coordinate representation of color #C8D6A3: hue angle of 76.47º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8D6A3 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 214 | 163 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.16 |
| HSL | 76.47º | 0.38% | 0.74% | - |
| HSV(B) | 76.47º | 0.24% | 0.84% | - |
| XYZ | 54.48 | 63.02 | 43.94 | - |
| YUV | 204 | 104.86 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 214 | 163 | 0.07 | 0 | 0.24 | 0.16 | 76.47 | 0.38 | 0.74 |
| Hex | C8 | D6 | A3 | 7 | 0 | 18 | 10 | 4C | 26 | 4A |
| Octal | 310 | 326 | 243 | 7 | 0 | 30 | 20 | 114 | 46 | 112 |
| Binary | 11001000 | 11010110 | 10100011 | 111 | 0 | 11000 | 10000 | 1001100 | 100110 | 1001010 |
Color Harmonies of #C8D6A3
Complementary color
Monochromatic Colors of #C8D6A3
Black with #C8D6A3
Text Example
Text Example
White with #C8D6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D6A3; }
p { color: rgb(200,214,163); }
H1.HeaderClassName
{
color: #C8D6A3;
}
.AnyTagClassName
{
color: #C8D6A3;
}
</style>
background-color css
<style>
a { background-color: #C8D6A3; }
a { background-color: rgb(200,214,163); }
div.DivClassName
{
background-color: #C8D6A3;
}
.BgClassName
{
background-color: #C8D6A3;
}
</style>
border-color css
<style>
span { border-color: #C8D6A3; }
span { border-color: rgb(200,214,163); }
td.TdClassName
{
border-color: #C8D6A3;
}
.TagClassName
{
border-color: #C8D6A3;
}
</style>