Shades of Parchment #CEC7B8
Tints of Parchment #CEC7B8
RGB
CMYK
RGB Variations
Color information
#CEC7B8 (or 0xCEC7B8) is known color: Parchment. HEX triplet: CE, C7 and B8. RGB value is (206,199,184). Sum of RGB (Red+Green+Blue) = 206+199+184=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 199 (78.12% from 255 or 33.79% from 589); Blue value is 184 (72.27% from 255 or 31.24% from 589); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC7B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC7B8 is #313847. Grayscale: #C7C7C7. Windows color (decimal): -3225672 or 12109774. OLE color: 12109774.
HSL color Cylindrical-coordinate representation of color #CEC7B8: hue angle of 40.91º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEC7B8 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 184 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.19 |
| HSL | 40.91º | 0.18% | 0.76% | - |
| HSV(B) | 40.91º | 0.11% | 0.81% | - |
| XYZ | 54.53 | 57.43 | 53.56 | - |
| YUV | 199.38 | 119.32 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 184 | 0 | 0.03 | 0.11 | 0.19 | 40.91 | 0.18 | 0.76 |
| Hex | CE | C7 | B8 | 0 | 3 | B | 13 | 29 | 12 | 4C |
| Octal | 316 | 307 | 270 | 0 | 3 | 13 | 23 | 51 | 22 | 114 |
| Binary | 11001110 | 11000111 | 10111000 | 0 | 11 | 1011 | 10011 | 101001 | 10010 | 1001100 |
Color Harmonies of #CEC7B8
Complementary color
Monochromatic Colors of #CEC7B8
Black with #CEC7B8
Text Example
Text Example
White with #CEC7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC7B8; }
p { color: rgb(206,199,184); }
H1.HeaderClassName
{
color: #CEC7B8;
}
.AnyTagClassName
{
color: #CEC7B8;
}
</style>
background-color css
<style>
a { background-color: #CEC7B8; }
a { background-color: rgb(206,199,184); }
div.DivClassName
{
background-color: #CEC7B8;
}
.BgClassName
{
background-color: #CEC7B8;
}
</style>
border-color css
<style>
span { border-color: #CEC7B8; }
span { border-color: rgb(206,199,184); }
td.TdClassName
{
border-color: #CEC7B8;
}
.TagClassName
{
border-color: #CEC7B8;
}
</style>