Shades of Pale Leaf #C8DAA5
Tints of Pale Leaf #C8DAA5
RGB
CMYK
RGB Variations
Color information
#C8DAA5 (or 0xC8DAA5) is known color: Pale Leaf. HEX triplet: C8, DA and A5. RGB value is (200,218,165). Sum of RGB (Red+Green+Blue) = 200+218+165=583 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.31% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 165 (64.84% from 255 or 28.30% from 583); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DAA5 is #37255A. Grayscale: #CECECE. Windows color (decimal): -3614043 or 10869448. OLE color: 10869448.
HSL color Cylindrical-coordinate representation of color #C8DAA5: hue angle of 80.38º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8DAA5 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 218 | 165 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.15 |
| HSL | 80.38º | 0.42% | 0.75% | - |
| HSV(B) | 80.38º | 0.24% | 0.85% | - |
| XYZ | 55.68 | 65.14 | 45.24 | - |
| YUV | 206.58 | 104.54 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 218 | 165 | 0.08 | 0 | 0.24 | 0.15 | 80.38 | 0.42 | 0.75 |
| Hex | C8 | DA | A5 | 8 | 0 | 18 | F | 50 | 2A | 4B |
| Octal | 310 | 332 | 245 | 10 | 0 | 30 | 17 | 120 | 52 | 113 |
| Binary | 11001000 | 11011010 | 10100101 | 1000 | 0 | 11000 | 1111 | 1010000 | 101010 | 1001011 |
Color Harmonies of #C8DAA5
Complementary color
Monochromatic Colors of #C8DAA5
Black with #C8DAA5
Text Example
Text Example
White with #C8DAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DAA5; }
p { color: rgb(200,218,165); }
H1.HeaderClassName
{
color: #C8DAA5;
}
.AnyTagClassName
{
color: #C8DAA5;
}
</style>
background-color css
<style>
a { background-color: #C8DAA5; }
a { background-color: rgb(200,218,165); }
div.DivClassName
{
background-color: #C8DAA5;
}
.BgClassName
{
background-color: #C8DAA5;
}
</style>
border-color css
<style>
span { border-color: #C8DAA5; }
span { border-color: rgb(200,218,165); }
td.TdClassName
{
border-color: #C8DAA5;
}
.TagClassName
{
border-color: #C8DAA5;
}
</style>