Shades of Pale Leaf #C8D6AA
Tints of Pale Leaf #C8D6AA
RGB
CMYK
RGB Variations
Color information
#C8D6AA (or 0xC8D6AA) is known color: Pale Leaf. HEX triplet: C8, D6 and AA. RGB value is (200,214,170). Sum of RGB (Red+Green+Blue) = 200+214+170=584 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.25% from 584); Green value is 214 (83.98% from 255 or 36.64% from 584); Blue value is 170 (66.80% from 255 or 29.11% from 584); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D6AA is #372955. Grayscale: #CCCCCC. Windows color (decimal): -3615062 or 11196104. OLE color: 11196104.
HSL color Cylindrical-coordinate representation of color #C8D6AA: hue angle of 79.09º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8D6AA is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 214 | 170 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.16 |
| HSL | 79.09º | 0.35% | 0.75% | - |
| HSV(B) | 79.09º | 0.21% | 0.84% | - |
| XYZ | 55.12 | 63.27 | 47.34 | - |
| YUV | 204.8 | 108.36 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 214 | 170 | 0.07 | 0 | 0.21 | 0.16 | 79.09 | 0.35 | 0.75 |
| Hex | C8 | D6 | AA | 7 | 0 | 15 | 10 | 4F | 23 | 4B |
| Octal | 310 | 326 | 252 | 7 | 0 | 25 | 20 | 117 | 43 | 113 |
| Binary | 11001000 | 11010110 | 10101010 | 111 | 0 | 10101 | 10000 | 1001111 | 100011 | 1001011 |
Color Harmonies of #C8D6AA
Complementary color
Monochromatic Colors of #C8D6AA
Black with #C8D6AA
Text Example
Text Example
White with #C8D6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D6AA; }
p { color: rgb(200,214,170); }
H1.HeaderClassName
{
color: #C8D6AA;
}
.AnyTagClassName
{
color: #C8D6AA;
}
</style>
background-color css
<style>
a { background-color: #C8D6AA; }
a { background-color: rgb(200,214,170); }
div.DivClassName
{
background-color: #C8D6AA;
}
.BgClassName
{
background-color: #C8D6AA;
}
</style>
border-color css
<style>
span { border-color: #C8D6AA; }
span { border-color: rgb(200,214,170); }
td.TdClassName
{
border-color: #C8D6AA;
}
.TagClassName
{
border-color: #C8D6AA;
}
</style>