Shades of Pale Leaf #C2CFB3
Tints of Pale Leaf #C2CFB3
RGB
CMYK
RGB Variations
Color information
#C2CFB3 (or 0xC2CFB3) is known color: Pale Leaf. HEX triplet: C2, CF and B3. RGB value is (194,207,179). Sum of RGB (Red+Green+Blue) = 194+207+179=580 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.45% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 179 (70.31% from 255 or 30.86% from 580); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CFB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CFB3 is #3D304C. Grayscale: #C8C8C8. Windows color (decimal): -4010061 or 11784130. OLE color: 11784130.
HSL color Cylindrical-coordinate representation of color #C2CFB3: hue angle of 87.86º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2CFB3 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 207 | 179 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.19 |
| HSL | 87.86º | 0.23% | 0.76% | - |
| HSV(B) | 87.86º | 0.14% | 0.81% | - |
| XYZ | 52.7 | 59.35 | 51.33 | - |
| YUV | 199.92 | 116.19 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 207 | 179 | 0.06 | 0 | 0.14 | 0.19 | 87.86 | 0.23 | 0.76 |
| Hex | C2 | CF | B3 | 6 | 0 | E | 13 | 58 | 17 | 4C |
| Octal | 302 | 317 | 263 | 6 | 0 | 16 | 23 | 130 | 27 | 114 |
| Binary | 11000010 | 11001111 | 10110011 | 110 | 0 | 1110 | 10011 | 1011000 | 10111 | 1001100 |
Color Harmonies of #C2CFB3
Complementary color
Monochromatic Colors of #C2CFB3
Black with #C2CFB3
Text Example
Text Example
White with #C2CFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CFB3; }
p { color: rgb(194,207,179); }
H1.HeaderClassName
{
color: #C2CFB3;
}
.AnyTagClassName
{
color: #C2CFB3;
}
</style>
background-color css
<style>
a { background-color: #C2CFB3; }
a { background-color: rgb(194,207,179); }
div.DivClassName
{
background-color: #C2CFB3;
}
.BgClassName
{
background-color: #C2CFB3;
}
</style>
border-color css
<style>
span { border-color: #C2CFB3; }
span { border-color: rgb(194,207,179); }
td.TdClassName
{
border-color: #C2CFB3;
}
.TagClassName
{
border-color: #C2CFB3;
}
</style>