Shades of Pale Leaf #C2CEB4
Tints of Pale Leaf #C2CEB4
RGB
CMYK
RGB Variations
Color information
#C2CEB4 (or 0xC2CEB4) is known color: Pale Leaf. HEX triplet: C2, CE and B4. RGB value is (194,206,180). Sum of RGB (Red+Green+Blue) = 194+206+180=580 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.45% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 180 (70.70% from 255 or 31.03% from 580); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CEB4 is #3D314B. Grayscale: #C7C7C7. Windows color (decimal): -4010316 or 11849410. OLE color: 11849410.
HSL color Cylindrical-coordinate representation of color #C2CEB4: hue angle of 87.69º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2CEB4 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 206 | 180 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.19 |
| HSL | 87.69º | 0.21% | 0.76% | - |
| HSV(B) | 87.69º | 0.13% | 0.81% | - |
| XYZ | 52.56 | 58.91 | 51.78 | - |
| YUV | 199.45 | 117.02 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 206 | 180 | 0.06 | 0 | 0.13 | 0.19 | 87.69 | 0.21 | 0.76 |
| Hex | C2 | CE | B4 | 6 | 0 | D | 13 | 58 | 15 | 4C |
| Octal | 302 | 316 | 264 | 6 | 0 | 15 | 23 | 130 | 25 | 114 |
| Binary | 11000010 | 11001110 | 10110100 | 110 | 0 | 1101 | 10011 | 1011000 | 10101 | 1001100 |
Color Harmonies of #C2CEB4
Complementary color
Monochromatic Colors of #C2CEB4
Black with #C2CEB4
Text Example
Text Example
White with #C2CEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CEB4; }
p { color: rgb(194,206,180); }
H1.HeaderClassName
{
color: #C2CEB4;
}
.AnyTagClassName
{
color: #C2CEB4;
}
</style>
background-color css
<style>
a { background-color: #C2CEB4; }
a { background-color: rgb(194,206,180); }
div.DivClassName
{
background-color: #C2CEB4;
}
.BgClassName
{
background-color: #C2CEB4;
}
</style>
border-color css
<style>
span { border-color: #C2CEB4; }
span { border-color: rgb(194,206,180); }
td.TdClassName
{
border-color: #C2CEB4;
}
.TagClassName
{
border-color: #C2CEB4;
}
</style>