Shades of Pale Leaf #C8DAAA
Tints of Pale Leaf #C8DAAA
RGB
CMYK
RGB Variations
Color information
#C8DAAA (or 0xC8DAAA) is known color: Pale Leaf. HEX triplet: C8, DA and AA. RGB value is (200,218,170). Sum of RGB (Red+Green+Blue) = 200+218+170=588 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.01% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 170 (66.80% from 255 or 28.91% from 588); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DAAA is #372555. Grayscale: #CFCFCF. Windows color (decimal): -3614038 or 11197128. OLE color: 11197128.
HSL color Cylindrical-coordinate representation of color #C8DAAA: hue angle of 82.5º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8DAAA is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 218 | 170 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.15 |
| HSL | 82.5º | 0.39% | 0.76% | - |
| HSV(B) | 82.5º | 0.22% | 0.85% | - |
| XYZ | 56.15 | 65.32 | 47.68 | - |
| YUV | 207.15 | 107.04 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 218 | 170 | 0.08 | 0 | 0.22 | 0.15 | 82.5 | 0.39 | 0.76 |
| Hex | C8 | DA | AA | 8 | 0 | 16 | F | 52 | 27 | 4C |
| Octal | 310 | 332 | 252 | 10 | 0 | 26 | 17 | 122 | 47 | 114 |
| Binary | 11001000 | 11011010 | 10101010 | 1000 | 0 | 10110 | 1111 | 1010010 | 100111 | 1001100 |
Color Harmonies of #C8DAAA
Complementary color
Monochromatic Colors of #C8DAAA
Black with #C8DAAA
Text Example
Text Example
White with #C8DAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DAAA; }
p { color: rgb(200,218,170); }
H1.HeaderClassName
{
color: #C8DAAA;
}
.AnyTagClassName
{
color: #C8DAAA;
}
</style>
background-color css
<style>
a { background-color: #C8DAAA; }
a { background-color: rgb(200,218,170); }
div.DivClassName
{
background-color: #C8DAAA;
}
.BgClassName
{
background-color: #C8DAAA;
}
</style>
border-color css
<style>
span { border-color: #C8DAAA; }
span { border-color: rgb(200,218,170); }
td.TdClassName
{
border-color: #C8DAAA;
}
.TagClassName
{
border-color: #C8DAAA;
}
</style>