Shades of Pale Leaf #C4CEAD
Tints of Pale Leaf #C4CEAD
RGB
CMYK
RGB Variations
Color information
#C4CEAD (or 0xC4CEAD) is known color: Pale Leaf. HEX triplet: C4, CE and AD. RGB value is (196,206,173). Sum of RGB (Red+Green+Blue) = 196+206+173=575 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.09% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 173 (67.97% from 255 or 30.09% from 575); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CEAD is #3B3152. Grayscale: #C7C7C7. Windows color (decimal): -3879251 or 11390660. OLE color: 11390660.
HSL color Cylindrical-coordinate representation of color #C4CEAD: hue angle of 78.18º 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 #C4CEAD is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 206 | 173 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.19 |
| HSL | 78.18º | 0.25% | 0.74% | - |
| HSV(B) | 78.18º | 0.16% | 0.81% | - |
| XYZ | 52.38 | 58.9 | 48.14 | - |
| YUV | 199.25 | 113.19 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 206 | 173 | 0.05 | 0 | 0.16 | 0.19 | 78.18 | 0.25 | 0.74 |
| Hex | C4 | CE | AD | 5 | 0 | 10 | 13 | 4E | 19 | 4A |
| Octal | 304 | 316 | 255 | 5 | 0 | 20 | 23 | 116 | 31 | 112 |
| Binary | 11000100 | 11001110 | 10101101 | 101 | 0 | 10000 | 10011 | 1001110 | 11001 | 1001010 |
Color Harmonies of #C4CEAD
Complementary color
Monochromatic Colors of #C4CEAD
Black with #C4CEAD
Text Example
Text Example
White with #C4CEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CEAD; }
p { color: rgb(196,206,173); }
H1.HeaderClassName
{
color: #C4CEAD;
}
.AnyTagClassName
{
color: #C4CEAD;
}
</style>
background-color css
<style>
a { background-color: #C4CEAD; }
a { background-color: rgb(196,206,173); }
div.DivClassName
{
background-color: #C4CEAD;
}
.BgClassName
{
background-color: #C4CEAD;
}
</style>
border-color css
<style>
span { border-color: #C4CEAD; }
span { border-color: rgb(196,206,173); }
td.TdClassName
{
border-color: #C4CEAD;
}
.TagClassName
{
border-color: #C4CEAD;
}
</style>