Shades of Parchment #CEC4B1
Tints of Parchment #CEC4B1
RGB
CMYK
RGB Variations
Color information
#CEC4B1 (or 0xCEC4B1) is known color: Parchment. HEX triplet: CE, C4 and B1. RGB value is (206,196,177). Sum of RGB (Red+Green+Blue) = 206+196+177=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 196 (76.95% from 255 or 33.85% from 579); Blue value is 177 (69.53% from 255 or 30.57% from 579); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC4B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC4B1 is #313B4E. Grayscale: #C4C4C4. Windows color (decimal): -3226447 or 11650254. OLE color: 11650254.
HSL color Cylindrical-coordinate representation of color #CEC4B1: hue angle of 39.31º 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 #CEC4B1 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 177 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.19 |
| HSL | 39.31º | 0.23% | 0.75% | - |
| HSV(B) | 39.31º | 0.14% | 0.81% | - |
| XYZ | 53.13 | 55.78 | 49.56 | - |
| YUV | 196.82 | 116.81 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 177 | 0 | 0.05 | 0.14 | 0.19 | 39.31 | 0.23 | 0.75 |
| Hex | CE | C4 | B1 | 0 | 5 | E | 13 | 27 | 17 | 4B |
| Octal | 316 | 304 | 261 | 0 | 5 | 16 | 23 | 47 | 27 | 113 |
| Binary | 11001110 | 11000100 | 10110001 | 0 | 101 | 1110 | 10011 | 100111 | 10111 | 1001011 |
Color Harmonies of #CEC4B1
Complementary color
Monochromatic Colors of #CEC4B1
Black with #CEC4B1
Text Example
Text Example
White with #CEC4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC4B1; }
p { color: rgb(206,196,177); }
H1.HeaderClassName
{
color: #CEC4B1;
}
.AnyTagClassName
{
color: #CEC4B1;
}
</style>
background-color css
<style>
a { background-color: #CEC4B1; }
a { background-color: rgb(206,196,177); }
div.DivClassName
{
background-color: #CEC4B1;
}
.BgClassName
{
background-color: #CEC4B1;
}
</style>
border-color css
<style>
span { border-color: #CEC4B1; }
span { border-color: rgb(206,196,177); }
td.TdClassName
{
border-color: #CEC4B1;
}
.TagClassName
{
border-color: #CEC4B1;
}
</style>