Shades of Pale Leaf #C6D2AA
Tints of Pale Leaf #C6D2AA
RGB
CMYK
RGB Variations
Color information
#C6D2AA (or 0xC6D2AA) is known color: Pale Leaf. HEX triplet: C6, D2 and AA. RGB value is (198,210,170). Sum of RGB (Red+Green+Blue) = 198+210+170=578 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.26% from 578); Green value is 210 (82.42% from 255 or 36.33% from 578); Blue value is 170 (66.80% from 255 or 29.41% from 578); Max value from RGB is 210 - color contains mainly: green. Hex color #C6D2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6D2AA is #392D55. Grayscale: #C9C9C9. Windows color (decimal): -3747158 or 11195078. OLE color: 11195078.
HSL color Cylindrical-coordinate representation of color #C6D2AA: hue angle of 78º 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 #C6D2AA is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 210 | 170 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.18 |
| HSL | 78º | 0.31% | 0.75% | - |
| HSV(B) | 78º | 0.19% | 0.82% | - |
| XYZ | 53.59 | 61 | 46.98 | - |
| YUV | 201.85 | 110.02 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 210 | 170 | 0.06 | 0 | 0.19 | 0.18 | 78 | 0.31 | 0.75 |
| Hex | C6 | D2 | AA | 6 | 0 | 13 | 12 | 4E | 1F | 4B |
| Octal | 306 | 322 | 252 | 6 | 0 | 23 | 22 | 116 | 37 | 113 |
| Binary | 11000110 | 11010010 | 10101010 | 110 | 0 | 10011 | 10010 | 1001110 | 11111 | 1001011 |
Color Harmonies of #C6D2AA
Complementary color
Monochromatic Colors of #C6D2AA
Black with #C6D2AA
Text Example
Text Example
White with #C6D2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D2AA; }
p { color: rgb(198,210,170); }
H1.HeaderClassName
{
color: #C6D2AA;
}
.AnyTagClassName
{
color: #C6D2AA;
}
</style>
background-color css
<style>
a { background-color: #C6D2AA; }
a { background-color: rgb(198,210,170); }
div.DivClassName
{
background-color: #C6D2AA;
}
.BgClassName
{
background-color: #C6D2AA;
}
</style>
border-color css
<style>
span { border-color: #C6D2AA; }
span { border-color: rgb(198,210,170); }
td.TdClassName
{
border-color: #C6D2AA;
}
.TagClassName
{
border-color: #C6D2AA;
}
</style>