Shades of Pale Leaf #C6CEAD
Tints of Pale Leaf #C6CEAD
RGB
CMYK
RGB Variations
Color information
#C6CEAD (or 0xC6CEAD) is known color: Pale Leaf. HEX triplet: C6, CE and AD. RGB value is (198,206,173). Sum of RGB (Red+Green+Blue) = 198+206+173=577 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.32% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 173 (67.97% from 255 or 29.98% from 577); Max value from RGB is 206 - color contains mainly: green. Hex color #C6CEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CEAD is #393152. Grayscale: #C7C7C7. Windows color (decimal): -3748179 or 11390662. OLE color: 11390662.
HSL color Cylindrical-coordinate representation of color #C6CEAD: hue angle of 74.55º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6CEAD is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 206 | 173 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.19 |
| HSL | 74.55º | 0.25% | 0.74% | - |
| HSV(B) | 74.55º | 0.16% | 0.81% | - |
| XYZ | 52.9 | 59.17 | 48.17 | - |
| YUV | 199.85 | 112.85 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 206 | 173 | 0.04 | 0 | 0.16 | 0.19 | 74.55 | 0.25 | 0.74 |
| Hex | C6 | CE | AD | 4 | 0 | 10 | 13 | 4B | 19 | 4A |
| Octal | 306 | 316 | 255 | 4 | 0 | 20 | 23 | 113 | 31 | 112 |
| Binary | 11000110 | 11001110 | 10101101 | 100 | 0 | 10000 | 10011 | 1001011 | 11001 | 1001010 |
Color Harmonies of #C6CEAD
Complementary color
Monochromatic Colors of #C6CEAD
Black with #C6CEAD
Text Example
Text Example
White with #C6CEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CEAD; }
p { color: rgb(198,206,173); }
H1.HeaderClassName
{
color: #C6CEAD;
}
.AnyTagClassName
{
color: #C6CEAD;
}
</style>
background-color css
<style>
a { background-color: #C6CEAD; }
a { background-color: rgb(198,206,173); }
div.DivClassName
{
background-color: #C6CEAD;
}
.BgClassName
{
background-color: #C6CEAD;
}
</style>
border-color css
<style>
span { border-color: #C6CEAD; }
span { border-color: rgb(198,206,173); }
td.TdClassName
{
border-color: #C6CEAD;
}
.TagClassName
{
border-color: #C6CEAD;
}
</style>