Shades of Parchment #CEC8B2
Tints of Parchment #CEC8B2
RGB
CMYK
RGB Variations
Color information
#CEC8B2 (or 0xCEC8B2) is known color: Parchment. HEX triplet: CE, C8 and B2. RGB value is (206,200,178). Sum of RGB (Red+Green+Blue) = 206+200+178=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 200 (78.52% from 255 or 34.25% from 584); Blue value is 178 (69.92% from 255 or 30.48% from 584); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC8B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC8B2 is #31374D. Grayscale: #C7C7C7. Windows color (decimal): -3225422 or 11716814. OLE color: 11716814.
HSL color Cylindrical-coordinate representation of color #CEC8B2: hue angle of 47.14º degrees, saturation: 0.22, 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 #CEC8B2 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 178 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.19 |
| HSL | 47.14º | 0.22% | 0.75% | - |
| HSV(B) | 47.14º | 0.14% | 0.81% | - |
| XYZ | 54.14 | 57.64 | 50.39 | - |
| YUV | 199.29 | 115.99 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 178 | 0 | 0.03 | 0.14 | 0.19 | 47.14 | 0.22 | 0.75 |
| Hex | CE | C8 | B2 | 0 | 3 | E | 13 | 2F | 16 | 4B |
| Octal | 316 | 310 | 262 | 0 | 3 | 16 | 23 | 57 | 26 | 113 |
| Binary | 11001110 | 11001000 | 10110010 | 0 | 11 | 1110 | 10011 | 101111 | 10110 | 1001011 |
Color Harmonies of #CEC8B2
Complementary color
Monochromatic Colors of #CEC8B2
Black with #CEC8B2
Text Example
Text Example
White with #CEC8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC8B2; }
p { color: rgb(206,200,178); }
H1.HeaderClassName
{
color: #CEC8B2;
}
.AnyTagClassName
{
color: #CEC8B2;
}
</style>
background-color css
<style>
a { background-color: #CEC8B2; }
a { background-color: rgb(206,200,178); }
div.DivClassName
{
background-color: #CEC8B2;
}
.BgClassName
{
background-color: #CEC8B2;
}
</style>
border-color css
<style>
span { border-color: #CEC8B2; }
span { border-color: rgb(206,200,178); }
td.TdClassName
{
border-color: #CEC8B2;
}
.TagClassName
{
border-color: #CEC8B2;
}
</style>