Shades of Pale Leaf #C8DAA4
Tints of Pale Leaf #C8DAA4
RGB
CMYK
RGB Variations
Color information
#C8DAA4 (or 0xC8DAA4) is known color: Pale Leaf. HEX triplet: C8, DA and A4. RGB value is (200,218,164). Sum of RGB (Red+Green+Blue) = 200+218+164=582 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.36% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 164 (64.45% from 255 or 28.18% from 582); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DAA4 is #37255B. Grayscale: #CECECE. Windows color (decimal): -3614044 or 10803912. OLE color: 10803912.
HSL color Cylindrical-coordinate representation of color #C8DAA4: hue angle of 80º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8DAA4 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 218 | 164 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.15 |
| HSL | 80º | 0.42% | 0.75% | - |
| HSV(B) | 80º | 0.25% | 0.85% | - |
| XYZ | 55.59 | 65.1 | 44.76 | - |
| YUV | 206.46 | 104.04 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 218 | 164 | 0.08 | 0 | 0.25 | 0.15 | 80 | 0.42 | 0.75 |
| Hex | C8 | DA | A4 | 8 | 0 | 19 | F | 50 | 2A | 4B |
| Octal | 310 | 332 | 244 | 10 | 0 | 31 | 17 | 120 | 52 | 113 |
| Binary | 11001000 | 11011010 | 10100100 | 1000 | 0 | 11001 | 1111 | 1010000 | 101010 | 1001011 |
Color Harmonies of #C8DAA4
Complementary color
Monochromatic Colors of #C8DAA4
Black with #C8DAA4
Text Example
Text Example
White with #C8DAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DAA4; }
p { color: rgb(200,218,164); }
H1.HeaderClassName
{
color: #C8DAA4;
}
.AnyTagClassName
{
color: #C8DAA4;
}
</style>
background-color css
<style>
a { background-color: #C8DAA4; }
a { background-color: rgb(200,218,164); }
div.DivClassName
{
background-color: #C8DAA4;
}
.BgClassName
{
background-color: #C8DAA4;
}
</style>
border-color css
<style>
span { border-color: #C8DAA4; }
span { border-color: rgb(200,218,164); }
td.TdClassName
{
border-color: #C8DAA4;
}
.TagClassName
{
border-color: #C8DAA4;
}
</style>