Shades of Pale Leaf #C2CEAD
Tints of Pale Leaf #C2CEAD
RGB
CMYK
RGB Variations
Color information
#C2CEAD (or 0xC2CEAD) is known color: Pale Leaf. HEX triplet: C2, CE and AD. RGB value is (194,206,173). Sum of RGB (Red+Green+Blue) = 194+206+173=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 173 (67.97% from 255 or 30.19% from 573); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CEAD is #3D3152. Grayscale: #C6C6C6. Windows color (decimal): -4010323 or 11390658. OLE color: 11390658.
HSL color Cylindrical-coordinate representation of color #C2CEAD: hue angle of 81.82º 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 #C2CEAD is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 206 | 173 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.19 |
| HSL | 81.82º | 0.25% | 0.74% | - |
| HSV(B) | 81.82º | 0.16% | 0.81% | - |
| XYZ | 51.86 | 58.63 | 48.12 | - |
| YUV | 198.65 | 113.52 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 206 | 173 | 0.06 | 0 | 0.16 | 0.19 | 81.82 | 0.25 | 0.74 |
| Hex | C2 | CE | AD | 6 | 0 | 10 | 13 | 52 | 19 | 4A |
| Octal | 302 | 316 | 255 | 6 | 0 | 20 | 23 | 122 | 31 | 112 |
| Binary | 11000010 | 11001110 | 10101101 | 110 | 0 | 10000 | 10011 | 1010010 | 11001 | 1001010 |
Color Harmonies of #C2CEAD
Complementary color
Monochromatic Colors of #C2CEAD
Black with #C2CEAD
Text Example
Text Example
White with #C2CEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CEAD; }
p { color: rgb(194,206,173); }
H1.HeaderClassName
{
color: #C2CEAD;
}
.AnyTagClassName
{
color: #C2CEAD;
}
</style>
background-color css
<style>
a { background-color: #C2CEAD; }
a { background-color: rgb(194,206,173); }
div.DivClassName
{
background-color: #C2CEAD;
}
.BgClassName
{
background-color: #C2CEAD;
}
</style>
border-color css
<style>
span { border-color: #C2CEAD; }
span { border-color: rgb(194,206,173); }
td.TdClassName
{
border-color: #C2CEAD;
}
.TagClassName
{
border-color: #C2CEAD;
}
</style>