Shades of Parchment #D1CBB5
Tints of Parchment #D1CBB5
RGB
CMYK
RGB Variations
Color information
#D1CBB5 (or 0xD1CBB5) is known color: Parchment. HEX triplet: D1, CB and B5. RGB value is (209,203,181). Sum of RGB (Red+Green+Blue) = 209+203+181=593 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.24% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 181 (71.09% from 255 or 30.52% from 593); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CBB5 is #2E344A. Grayscale: #CACACA. Windows color (decimal): -3028043 or 11914193. OLE color: 11914193.
HSL color Cylindrical-coordinate representation of color #D1CBB5: hue angle of 47.14º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1CBB5 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 203 | 181 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.18 |
| HSL | 47.14º | 0.23% | 0.76% | - |
| HSV(B) | 47.14º | 0.13% | 0.82% | - |
| XYZ | 55.99 | 59.6 | 52.27 | - |
| YUV | 202.29 | 115.99 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 203 | 181 | 0 | 0.03 | 0.13 | 0.18 | 47.14 | 0.23 | 0.76 |
| Hex | D1 | CB | B5 | 0 | 3 | D | 12 | 2F | 17 | 4C |
| Octal | 321 | 313 | 265 | 0 | 3 | 15 | 22 | 57 | 27 | 114 |
| Binary | 11010001 | 11001011 | 10110101 | 0 | 11 | 1101 | 10010 | 101111 | 10111 | 1001100 |
Color Harmonies of #D1CBB5
Complementary color
Monochromatic Colors of #D1CBB5
Black with #D1CBB5
Text Example
Text Example
White with #D1CBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CBB5; }
p { color: rgb(209,203,181); }
H1.HeaderClassName
{
color: #D1CBB5;
}
.AnyTagClassName
{
color: #D1CBB5;
}
</style>
background-color css
<style>
a { background-color: #D1CBB5; }
a { background-color: rgb(209,203,181); }
div.DivClassName
{
background-color: #D1CBB5;
}
.BgClassName
{
background-color: #D1CBB5;
}
</style>
border-color css
<style>
span { border-color: #D1CBB5; }
span { border-color: rgb(209,203,181); }
td.TdClassName
{
border-color: #D1CBB5;
}
.TagClassName
{
border-color: #D1CBB5;
}
</style>