Shades of Pale Leaf #C2CD9E
Tints of Pale Leaf #C2CD9E
RGB
CMYK
RGB Variations
Color information
#C2CD9E (or 0xC2CD9E) is known color: Pale Leaf. HEX triplet: C2, CD and 9E. RGB value is (194,205,158). Sum of RGB (Red+Green+Blue) = 194+205+158=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 158 (62.11% from 255 or 28.37% from 557); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CD9E is #3D3261. Grayscale: #C4C4C4. Windows color (decimal): -4010594 or 10407362. OLE color: 10407362.
HSL color Cylindrical-coordinate representation of color #C2CD9E: hue angle of 74.04º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2CD9E is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 205 | 158 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.20 |
| HSL | 74.04º | 0.32% | 0.71% | - |
| HSV(B) | 74.04º | 0.23% | 0.8% | - |
| XYZ | 50.25 | 57.6 | 40.82 | - |
| YUV | 196.35 | 106.36 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 205 | 158 | 0.05 | 0 | 0.23 | 0.20 | 74.04 | 0.32 | 0.71 |
| Hex | C2 | CD | 9E | 5 | 0 | 17 | 14 | 4A | 20 | 47 |
| Octal | 302 | 315 | 236 | 5 | 0 | 27 | 24 | 112 | 40 | 107 |
| Binary | 11000010 | 11001101 | 10011110 | 101 | 0 | 10111 | 10100 | 1001010 | 100000 | 1000111 |
Color Harmonies of #C2CD9E
Complementary color
Monochromatic Colors of #C2CD9E
Black with #C2CD9E
Text Example
Text Example
White with #C2CD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CD9E; }
p { color: rgb(194,205,158); }
H1.HeaderClassName
{
color: #C2CD9E;
}
.AnyTagClassName
{
color: #C2CD9E;
}
</style>
background-color css
<style>
a { background-color: #C2CD9E; }
a { background-color: rgb(194,205,158); }
div.DivClassName
{
background-color: #C2CD9E;
}
.BgClassName
{
background-color: #C2CD9E;
}
</style>
border-color css
<style>
span { border-color: #C2CD9E; }
span { border-color: rgb(194,205,158); }
td.TdClassName
{
border-color: #C2CD9E;
}
.TagClassName
{
border-color: #C2CD9E;
}
</style>