Shades of Pale Leaf #C8D2AA
Tints of Pale Leaf #C8D2AA
RGB
CMYK
RGB Variations
Color information
#C8D2AA (or 0xC8D2AA) is known color: Pale Leaf. HEX triplet: C8, D2 and AA. RGB value is (200,210,170). Sum of RGB (Red+Green+Blue) = 200+210+170=580 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.48% from 580); Green value is 210 (82.42% from 255 or 36.21% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 210 - color contains mainly: green. Hex color #C8D2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D2AA is #372D55. Grayscale: #CACACA. Windows color (decimal): -3616086 or 11195080. OLE color: 11195080.
HSL color Cylindrical-coordinate representation of color #C8D2AA: hue angle of 75º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8D2AA is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 210 | 170 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.18 |
| HSL | 75º | 0.31% | 0.75% | - |
| HSV(B) | 75º | 0.19% | 0.82% | - |
| XYZ | 54.12 | 61.27 | 47 | - |
| YUV | 202.45 | 109.69 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 210 | 170 | 0.05 | 0 | 0.19 | 0.18 | 75 | 0.31 | 0.75 |
| Hex | C8 | D2 | AA | 5 | 0 | 13 | 12 | 4B | 1F | 4B |
| Octal | 310 | 322 | 252 | 5 | 0 | 23 | 22 | 113 | 37 | 113 |
| Binary | 11001000 | 11010010 | 10101010 | 101 | 0 | 10011 | 10010 | 1001011 | 11111 | 1001011 |
Color Harmonies of #C8D2AA
Complementary color
Monochromatic Colors of #C8D2AA
Black with #C8D2AA
Text Example
Text Example
White with #C8D2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D2AA; }
p { color: rgb(200,210,170); }
H1.HeaderClassName
{
color: #C8D2AA;
}
.AnyTagClassName
{
color: #C8D2AA;
}
</style>
background-color css
<style>
a { background-color: #C8D2AA; }
a { background-color: rgb(200,210,170); }
div.DivClassName
{
background-color: #C8D2AA;
}
.BgClassName
{
background-color: #C8D2AA;
}
</style>
border-color css
<style>
span { border-color: #C8D2AA; }
span { border-color: rgb(200,210,170); }
td.TdClassName
{
border-color: #C8D2AA;
}
.TagClassName
{
border-color: #C8D2AA;
}
</style>