Shades of Pale Leaf #C3CEB2
Tints of Pale Leaf #C3CEB2
RGB
CMYK
RGB Variations
Color information
#C3CEB2 (or 0xC3CEB2) is known color: Pale Leaf. HEX triplet: C3, CE and B2. RGB value is (195,206,178). Sum of RGB (Red+Green+Blue) = 195+206+178=579 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.68% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 178 (69.92% from 255 or 30.74% from 579); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CEB2 is #3C314D. Grayscale: #C7C7C7. Windows color (decimal): -3944782 or 11718339. OLE color: 11718339.
HSL color Cylindrical-coordinate representation of color #C3CEB2: hue angle of 83.57º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3CEB2 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 206 | 178 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.19 |
| HSL | 83.57º | 0.22% | 0.75% | - |
| HSV(B) | 83.57º | 0.14% | 0.81% | - |
| XYZ | 52.61 | 58.96 | 50.73 | - |
| YUV | 199.52 | 115.86 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 206 | 178 | 0.05 | 0 | 0.14 | 0.19 | 83.57 | 0.22 | 0.75 |
| Hex | C3 | CE | B2 | 5 | 0 | E | 13 | 54 | 16 | 4B |
| Octal | 303 | 316 | 262 | 5 | 0 | 16 | 23 | 124 | 26 | 113 |
| Binary | 11000011 | 11001110 | 10110010 | 101 | 0 | 1110 | 10011 | 1010100 | 10110 | 1001011 |
Color Harmonies of #C3CEB2
Complementary color
Monochromatic Colors of #C3CEB2
Black with #C3CEB2
Text Example
Text Example
White with #C3CEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CEB2; }
p { color: rgb(195,206,178); }
H1.HeaderClassName
{
color: #C3CEB2;
}
.AnyTagClassName
{
color: #C3CEB2;
}
</style>
background-color css
<style>
a { background-color: #C3CEB2; }
a { background-color: rgb(195,206,178); }
div.DivClassName
{
background-color: #C3CEB2;
}
.BgClassName
{
background-color: #C3CEB2;
}
</style>
border-color css
<style>
span { border-color: #C3CEB2; }
span { border-color: rgb(195,206,178); }
td.TdClassName
{
border-color: #C3CEB2;
}
.TagClassName
{
border-color: #C3CEB2;
}
</style>