Shades of Pale Leaf #C1CEAB
Tints of Pale Leaf #C1CEAB
RGB
CMYK
RGB Variations
Color information
#C1CEAB (or 0xC1CEAB) is known color: Pale Leaf. HEX triplet: C1, CE and AB. RGB value is (193,206,171). Sum of RGB (Red+Green+Blue) = 193+206+171=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CEAB is #3E3154. Grayscale: #C6C6C6. Windows color (decimal): -4075861 or 11259585. OLE color: 11259585.
HSL color Cylindrical-coordinate representation of color #C1CEAB: hue angle of 82.29º degrees, saturation: 0.26, 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 #C1CEAB is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 206 | 171 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.19 |
| HSL | 82.29º | 0.26% | 0.74% | - |
| HSV(B) | 82.29º | 0.17% | 0.81% | - |
| XYZ | 51.41 | 58.42 | 47.09 | - |
| YUV | 198.12 | 112.69 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 206 | 171 | 0.06 | 0 | 0.17 | 0.19 | 82.29 | 0.26 | 0.74 |
| Hex | C1 | CE | AB | 6 | 0 | 11 | 13 | 52 | 1A | 4A |
| Octal | 301 | 316 | 253 | 6 | 0 | 21 | 23 | 122 | 32 | 112 |
| Binary | 11000001 | 11001110 | 10101011 | 110 | 0 | 10001 | 10011 | 1010010 | 11010 | 1001010 |
Color Harmonies of #C1CEAB
Complementary color
Monochromatic Colors of #C1CEAB
Black with #C1CEAB
Text Example
Text Example
White with #C1CEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CEAB; }
p { color: rgb(193,206,171); }
H1.HeaderClassName
{
color: #C1CEAB;
}
.AnyTagClassName
{
color: #C1CEAB;
}
</style>
background-color css
<style>
a { background-color: #C1CEAB; }
a { background-color: rgb(193,206,171); }
div.DivClassName
{
background-color: #C1CEAB;
}
.BgClassName
{
background-color: #C1CEAB;
}
</style>
border-color css
<style>
span { border-color: #C1CEAB; }
span { border-color: rgb(193,206,171); }
td.TdClassName
{
border-color: #C1CEAB;
}
.TagClassName
{
border-color: #C1CEAB;
}
</style>