Shades of Pale Leaf #C2CDAE
Tints of Pale Leaf #C2CDAE
RGB
CMYK
RGB Variations
Color information
#C2CDAE (or 0xC2CDAE) is known color: Pale Leaf. HEX triplet: C2, CD and AE. RGB value is (194,205,174). Sum of RGB (Red+Green+Blue) = 194+205+174=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 174 (68.36% from 255 or 30.37% from 573); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CDAE is #3D3251. Grayscale: #C6C6C6. Windows color (decimal): -4010578 or 11455938. OLE color: 11455938.
HSL color Cylindrical-coordinate representation of color #C2CDAE: hue angle of 81.29º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2CDAE is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 205 | 174 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.20 |
| HSL | 81.29º | 0.24% | 0.74% | - |
| HSV(B) | 81.29º | 0.15% | 0.8% | - |
| XYZ | 51.72 | 58.19 | 48.55 | - |
| YUV | 198.18 | 114.36 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 205 | 174 | 0.05 | 0 | 0.15 | 0.20 | 81.29 | 0.24 | 0.74 |
| Hex | C2 | CD | AE | 5 | 0 | F | 14 | 51 | 18 | 4A |
| Octal | 302 | 315 | 256 | 5 | 0 | 17 | 24 | 121 | 30 | 112 |
| Binary | 11000010 | 11001101 | 10101110 | 101 | 0 | 1111 | 10100 | 1010001 | 11000 | 1001010 |
Color Harmonies of #C2CDAE
Complementary color
Monochromatic Colors of #C2CDAE
Black with #C2CDAE
Text Example
Text Example
White with #C2CDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CDAE; }
p { color: rgb(194,205,174); }
H1.HeaderClassName
{
color: #C2CDAE;
}
.AnyTagClassName
{
color: #C2CDAE;
}
</style>
background-color css
<style>
a { background-color: #C2CDAE; }
a { background-color: rgb(194,205,174); }
div.DivClassName
{
background-color: #C2CDAE;
}
.BgClassName
{
background-color: #C2CDAE;
}
</style>
border-color css
<style>
span { border-color: #C2CDAE; }
span { border-color: rgb(194,205,174); }
td.TdClassName
{
border-color: #C2CDAE;
}
.TagClassName
{
border-color: #C2CDAE;
}
</style>