Shades of Pale Leaf #C2CEAA
Tints of Pale Leaf #C2CEAA
RGB
CMYK
RGB Variations
Color information
#C2CEAA (or 0xC2CEAA) is known color: Pale Leaf. HEX triplet: C2, CE and AA. RGB value is (194,206,170). Sum of RGB (Red+Green+Blue) = 194+206+170=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CEAA is #3D3155. Grayscale: #C6C6C6. Windows color (decimal): -4010326 or 11194050. OLE color: 11194050.
HSL color Cylindrical-coordinate representation of color #C2CEAA: hue angle of 80º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2CEAA is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 206 | 170 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.19 |
| HSL | 80º | 0.27% | 0.74% | - |
| HSV(B) | 80º | 0.17% | 0.81% | - |
| XYZ | 51.58 | 58.51 | 46.61 | - |
| YUV | 198.31 | 112.02 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 206 | 170 | 0.06 | 0 | 0.17 | 0.19 | 80 | 0.27 | 0.74 |
| Hex | C2 | CE | AA | 6 | 0 | 11 | 13 | 50 | 1B | 4A |
| Octal | 302 | 316 | 252 | 6 | 0 | 21 | 23 | 120 | 33 | 112 |
| Binary | 11000010 | 11001110 | 10101010 | 110 | 0 | 10001 | 10011 | 1010000 | 11011 | 1001010 |
Color Harmonies of #C2CEAA
Complementary color
Monochromatic Colors of #C2CEAA
Black with #C2CEAA
Text Example
Text Example
White with #C2CEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CEAA; }
p { color: rgb(194,206,170); }
H1.HeaderClassName
{
color: #C2CEAA;
}
.AnyTagClassName
{
color: #C2CEAA;
}
</style>
background-color css
<style>
a { background-color: #C2CEAA; }
a { background-color: rgb(194,206,170); }
div.DivClassName
{
background-color: #C2CEAA;
}
.BgClassName
{
background-color: #C2CEAA;
}
</style>
border-color css
<style>
span { border-color: #C2CEAA; }
span { border-color: rgb(194,206,170); }
td.TdClassName
{
border-color: #C2CEAA;
}
.TagClassName
{
border-color: #C2CEAA;
}
</style>