Shades of Pale Leaf #C2CFAB
Tints of Pale Leaf #C2CFAB
RGB
CMYK
RGB Variations
Color information
#C2CFAB (or 0xC2CFAB) is known color: Pale Leaf. HEX triplet: C2, CF and AB. RGB value is (194,207,171). Sum of RGB (Red+Green+Blue) = 194+207+171=572 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.92% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 171 (67.19% from 255 or 29.90% from 572); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CFAB is #3D3054. Grayscale: #C7C7C7. Windows color (decimal): -4010069 or 11259842. OLE color: 11259842.
HSL color Cylindrical-coordinate representation of color #C2CFAB: hue angle of 81.67º degrees, saturation: 0.27, 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 #C2CFAB is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 207 | 171 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.19 |
| HSL | 81.67º | 0.27% | 0.74% | - |
| HSV(B) | 81.67º | 0.17% | 0.81% | - |
| XYZ | 51.91 | 59.04 | 47.19 | - |
| YUV | 199.01 | 112.19 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 207 | 171 | 0.06 | 0 | 0.17 | 0.19 | 81.67 | 0.27 | 0.74 |
| Hex | C2 | CF | AB | 6 | 0 | 11 | 13 | 52 | 1B | 4A |
| Octal | 302 | 317 | 253 | 6 | 0 | 21 | 23 | 122 | 33 | 112 |
| Binary | 11000010 | 11001111 | 10101011 | 110 | 0 | 10001 | 10011 | 1010010 | 11011 | 1001010 |
Color Harmonies of #C2CFAB
Complementary color
Monochromatic Colors of #C2CFAB
Black with #C2CFAB
Text Example
Text Example
White with #C2CFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CFAB; }
p { color: rgb(194,207,171); }
H1.HeaderClassName
{
color: #C2CFAB;
}
.AnyTagClassName
{
color: #C2CFAB;
}
</style>
background-color css
<style>
a { background-color: #C2CFAB; }
a { background-color: rgb(194,207,171); }
div.DivClassName
{
background-color: #C2CFAB;
}
.BgClassName
{
background-color: #C2CFAB;
}
</style>
border-color css
<style>
span { border-color: #C2CFAB; }
span { border-color: rgb(194,207,171); }
td.TdClassName
{
border-color: #C2CFAB;
}
.TagClassName
{
border-color: #C2CFAB;
}
</style>