Shades of Pale Leaf #C8DBAA
Tints of Pale Leaf #C8DBAA
RGB
CMYK
RGB Variations
Color information
#C8DBAA (or 0xC8DBAA) is known color: Pale Leaf. HEX triplet: C8, DB and AA. RGB value is (200,219,170). Sum of RGB (Red+Green+Blue) = 200+219+170=589 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.96% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 170 (66.80% from 255 or 28.86% from 589); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DBAA is #372455. Grayscale: #CFCFCF. Windows color (decimal): -3613782 or 11197384. OLE color: 11197384.
HSL color Cylindrical-coordinate representation of color #C8DBAA: hue angle of 83.27º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8DBAA is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 219 | 170 | - |
| CMYK | 0.09 | 0 | 0.22 | 0.14 |
| HSL | 83.27º | 0.4% | 0.76% | - |
| HSV(B) | 83.27º | 0.22% | 0.86% | - |
| XYZ | 56.41 | 65.84 | 47.77 | - |
| YUV | 207.73 | 106.71 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 219 | 170 | 0.09 | 0 | 0.22 | 0.14 | 83.27 | 0.4 | 0.76 |
| Hex | C8 | DB | AA | 9 | 0 | 16 | E | 53 | 28 | 4C |
| Octal | 310 | 333 | 252 | 11 | 0 | 26 | 16 | 123 | 50 | 114 |
| Binary | 11001000 | 11011011 | 10101010 | 1001 | 0 | 10110 | 1110 | 1010011 | 101000 | 1001100 |
Color Harmonies of #C8DBAA
Complementary color
Monochromatic Colors of #C8DBAA
Black with #C8DBAA
Text Example
Text Example
White with #C8DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DBAA; }
p { color: rgb(200,219,170); }
H1.HeaderClassName
{
color: #C8DBAA;
}
.AnyTagClassName
{
color: #C8DBAA;
}
</style>
background-color css
<style>
a { background-color: #C8DBAA; }
a { background-color: rgb(200,219,170); }
div.DivClassName
{
background-color: #C8DBAA;
}
.BgClassName
{
background-color: #C8DBAA;
}
</style>
border-color css
<style>
span { border-color: #C8DBAA; }
span { border-color: rgb(200,219,170); }
td.TdClassName
{
border-color: #C8DBAA;
}
.TagClassName
{
border-color: #C8DBAA;
}
</style>