Shades of Pale Leaf #C2CEB3
Tints of Pale Leaf #C2CEB3
RGB
CMYK
RGB Variations
Color information
#C2CEB3 (or 0xC2CEB3) is known color: Pale Leaf. HEX triplet: C2, CE and B3. RGB value is (194,206,179). Sum of RGB (Red+Green+Blue) = 194+206+179=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 179 (70.31% from 255 or 30.92% from 579); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CEB3 is #3D314C. Grayscale: #C7C7C7. Windows color (decimal): -4010317 or 11783874. OLE color: 11783874.
HSL color Cylindrical-coordinate representation of color #C2CEB3: hue angle of 86.67º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2CEB3 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 206 | 179 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.19 |
| HSL | 86.67º | 0.22% | 0.75% | - |
| HSV(B) | 86.67º | 0.13% | 0.81% | - |
| XYZ | 52.46 | 58.87 | 51.25 | - |
| YUV | 199.33 | 116.52 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 206 | 179 | 0.06 | 0 | 0.13 | 0.19 | 86.67 | 0.22 | 0.75 |
| Hex | C2 | CE | B3 | 6 | 0 | D | 13 | 57 | 16 | 4B |
| Octal | 302 | 316 | 263 | 6 | 0 | 15 | 23 | 127 | 26 | 113 |
| Binary | 11000010 | 11001110 | 10110011 | 110 | 0 | 1101 | 10011 | 1010111 | 10110 | 1001011 |
Color Harmonies of #C2CEB3
Complementary color
Monochromatic Colors of #C2CEB3
Black with #C2CEB3
Text Example
Text Example
White with #C2CEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CEB3; }
p { color: rgb(194,206,179); }
H1.HeaderClassName
{
color: #C2CEB3;
}
.AnyTagClassName
{
color: #C2CEB3;
}
</style>
background-color css
<style>
a { background-color: #C2CEB3; }
a { background-color: rgb(194,206,179); }
div.DivClassName
{
background-color: #C2CEB3;
}
.BgClassName
{
background-color: #C2CEB3;
}
</style>
border-color css
<style>
span { border-color: #C2CEB3; }
span { border-color: rgb(194,206,179); }
td.TdClassName
{
border-color: #C2CEB3;
}
.TagClassName
{
border-color: #C2CEB3;
}
</style>