Shades of Parchment #CEC6B3
Tints of Parchment #CEC6B3
RGB
CMYK
RGB Variations
Color information
#CEC6B3 (or 0xCEC6B3) is known color: Parchment. HEX triplet: CE, C6 and B3. RGB value is (206,198,179). Sum of RGB (Red+Green+Blue) = 206+198+179=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 198 (77.73% from 255 or 33.96% from 583); Blue value is 179 (70.31% from 255 or 30.70% from 583); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC6B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC6B3 is #31394C. Grayscale: #C6C6C6. Windows color (decimal): -3225933 or 11781838. OLE color: 11781838.
HSL color Cylindrical-coordinate representation of color #CEC6B3: hue angle of 42.22º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEC6B3 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 179 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.19 |
| HSL | 42.22º | 0.22% | 0.75% | - |
| HSV(B) | 42.22º | 0.13% | 0.81% | - |
| XYZ | 53.78 | 56.76 | 50.77 | - |
| YUV | 198.23 | 117.15 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 179 | 0 | 0.04 | 0.13 | 0.19 | 42.22 | 0.22 | 0.75 |
| Hex | CE | C6 | B3 | 0 | 4 | D | 13 | 2A | 16 | 4B |
| Octal | 316 | 306 | 263 | 0 | 4 | 15 | 23 | 52 | 26 | 113 |
| Binary | 11001110 | 11000110 | 10110011 | 0 | 100 | 1101 | 10011 | 101010 | 10110 | 1001011 |
Color Harmonies of #CEC6B3
Complementary color
Monochromatic Colors of #CEC6B3
Black with #CEC6B3
Text Example
Text Example
White with #CEC6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC6B3; }
p { color: rgb(206,198,179); }
H1.HeaderClassName
{
color: #CEC6B3;
}
.AnyTagClassName
{
color: #CEC6B3;
}
</style>
background-color css
<style>
a { background-color: #CEC6B3; }
a { background-color: rgb(206,198,179); }
div.DivClassName
{
background-color: #CEC6B3;
}
.BgClassName
{
background-color: #CEC6B3;
}
</style>
border-color css
<style>
span { border-color: #CEC6B3; }
span { border-color: rgb(206,198,179); }
td.TdClassName
{
border-color: #CEC6B3;
}
.TagClassName
{
border-color: #CEC6B3;
}
</style>