Shades of Parchment #CEC8B3
Tints of Parchment #CEC8B3
RGB
CMYK
RGB Variations
Color information
#CEC8B3 (or 0xCEC8B3) is known color: Parchment. HEX triplet: CE, C8 and B3. RGB value is (206,200,179). Sum of RGB (Red+Green+Blue) = 206+200+179=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 200 (78.52% from 255 or 34.19% from 585); Blue value is 179 (70.31% from 255 or 30.60% from 585); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC8B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC8B3 is #31374C. Grayscale: #C7C7C7. Windows color (decimal): -3225421 or 11782350. OLE color: 11782350.
HSL color Cylindrical-coordinate representation of color #CEC8B3: hue angle of 46.67º 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 #CEC8B3 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 179 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.19 |
| HSL | 46.67º | 0.22% | 0.75% | - |
| HSV(B) | 46.67º | 0.13% | 0.81% | - |
| XYZ | 54.24 | 57.69 | 50.92 | - |
| YUV | 199.4 | 116.49 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 179 | 0 | 0.03 | 0.13 | 0.19 | 46.67 | 0.22 | 0.75 |
| Hex | CE | C8 | B3 | 0 | 3 | D | 13 | 2F | 16 | 4B |
| Octal | 316 | 310 | 263 | 0 | 3 | 15 | 23 | 57 | 26 | 113 |
| Binary | 11001110 | 11001000 | 10110011 | 0 | 11 | 1101 | 10011 | 101111 | 10110 | 1001011 |
Color Harmonies of #CEC8B3
Complementary color
Monochromatic Colors of #CEC8B3
Black with #CEC8B3
Text Example
Text Example
White with #CEC8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC8B3; }
p { color: rgb(206,200,179); }
H1.HeaderClassName
{
color: #CEC8B3;
}
.AnyTagClassName
{
color: #CEC8B3;
}
</style>
background-color css
<style>
a { background-color: #CEC8B3; }
a { background-color: rgb(206,200,179); }
div.DivClassName
{
background-color: #CEC8B3;
}
.BgClassName
{
background-color: #CEC8B3;
}
</style>
border-color css
<style>
span { border-color: #CEC8B3; }
span { border-color: rgb(206,200,179); }
td.TdClassName
{
border-color: #CEC8B3;
}
.TagClassName
{
border-color: #CEC8B3;
}
</style>