Shades of Parchment #D1CBB7
Tints of Parchment #D1CBB7
RGB
CMYK
RGB Variations
Color information
#D1CBB7 (or 0xD1CBB7) is known color: Parchment. HEX triplet: D1, CB and B7. RGB value is (209,203,183). Sum of RGB (Red+Green+Blue) = 209+203+183=595 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.13% from 595); Green value is 203 (79.69% from 255 or 34.12% from 595); Blue value is 183 (71.88% from 255 or 30.76% from 595); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CBB7 is #2E3448. Grayscale: #CACACA. Windows color (decimal): -3028041 or 12045265. OLE color: 12045265.
HSL color Cylindrical-coordinate representation of color #D1CBB7: hue angle of 46.15º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1CBB7 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 203 | 183 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.18 |
| HSL | 46.15º | 0.22% | 0.77% | - |
| HSV(B) | 46.15º | 0.12% | 0.82% | - |
| XYZ | 56.2 | 59.69 | 53.36 | - |
| YUV | 202.51 | 116.99 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 203 | 183 | 0 | 0.03 | 0.12 | 0.18 | 46.15 | 0.22 | 0.77 |
| Hex | D1 | CB | B7 | 0 | 3 | C | 12 | 2E | 16 | 4D |
| Octal | 321 | 313 | 267 | 0 | 3 | 14 | 22 | 56 | 26 | 115 |
| Binary | 11010001 | 11001011 | 10110111 | 0 | 11 | 1100 | 10010 | 101110 | 10110 | 1001101 |
Color Harmonies of #D1CBB7
Complementary color
Monochromatic Colors of #D1CBB7
Black with #D1CBB7
Text Example
Text Example
White with #D1CBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CBB7; }
p { color: rgb(209,203,183); }
H1.HeaderClassName
{
color: #D1CBB7;
}
.AnyTagClassName
{
color: #D1CBB7;
}
</style>
background-color css
<style>
a { background-color: #D1CBB7; }
a { background-color: rgb(209,203,183); }
div.DivClassName
{
background-color: #D1CBB7;
}
.BgClassName
{
background-color: #D1CBB7;
}
</style>
border-color css
<style>
span { border-color: #D1CBB7; }
span { border-color: rgb(209,203,183); }
td.TdClassName
{
border-color: #D1CBB7;
}
.TagClassName
{
border-color: #D1CBB7;
}
</style>