Shades of Pale Leaf #C1CFB2
Tints of Pale Leaf #C1CFB2
RGB
CMYK
RGB Variations
Color information
#C1CFB2 (or 0xC1CFB2) is known color: Pale Leaf. HEX triplet: C1, CF and B2. RGB value is (193,207,178). Sum of RGB (Red+Green+Blue) = 193+207+178=578 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.39% from 578); Green value is 207 (81.25% from 255 or 35.81% from 578); Blue value is 178 (69.92% from 255 or 30.80% from 578); Max value from RGB is 207 - color contains mainly: green. Hex color #C1CFB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CFB2 is #3E304D. Grayscale: #C7C7C7. Windows color (decimal): -4075598 or 11718593. OLE color: 11718593.
HSL color Cylindrical-coordinate representation of color #C1CFB2: hue angle of 88.97º degrees, saturation: 0.23, 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 #C1CFB2 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 207 | 178 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.19 |
| HSL | 88.97º | 0.23% | 0.75% | - |
| HSV(B) | 88.97º | 0.14% | 0.81% | - |
| XYZ | 52.34 | 59.18 | 50.78 | - |
| YUV | 199.51 | 115.86 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 207 | 178 | 0.07 | 0 | 0.14 | 0.19 | 88.97 | 0.23 | 0.75 |
| Hex | C1 | CF | B2 | 7 | 0 | E | 13 | 59 | 17 | 4B |
| Octal | 301 | 317 | 262 | 7 | 0 | 16 | 23 | 131 | 27 | 113 |
| Binary | 11000001 | 11001111 | 10110010 | 111 | 0 | 1110 | 10011 | 1011001 | 10111 | 1001011 |
Color Harmonies of #C1CFB2
Complementary color
Monochromatic Colors of #C1CFB2
Black with #C1CFB2
Text Example
Text Example
White with #C1CFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CFB2; }
p { color: rgb(193,207,178); }
H1.HeaderClassName
{
color: #C1CFB2;
}
.AnyTagClassName
{
color: #C1CFB2;
}
</style>
background-color css
<style>
a { background-color: #C1CFB2; }
a { background-color: rgb(193,207,178); }
div.DivClassName
{
background-color: #C1CFB2;
}
.BgClassName
{
background-color: #C1CFB2;
}
</style>
border-color css
<style>
span { border-color: #C1CFB2; }
span { border-color: rgb(193,207,178); }
td.TdClassName
{
border-color: #C1CFB2;
}
.TagClassName
{
border-color: #C1CFB2;
}
</style>