Shades of Parchment #D1CAB5
Tints of Parchment #D1CAB5
RGB
CMYK
RGB Variations
Color information
#D1CAB5 (or 0xD1CAB5) is known color: Parchment. HEX triplet: D1, CA and B5. RGB value is (209,202,181). Sum of RGB (Red+Green+Blue) = 209+202+181=592 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.30% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 181 (71.09% from 255 or 30.57% from 592); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CAB5 is #2E354A. Grayscale: #C9C9C9. Windows color (decimal): -3028299 or 11913937. OLE color: 11913937.
HSL color Cylindrical-coordinate representation of color #D1CAB5: hue angle of 45º 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 #D1CAB5 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 202 | 181 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.18 |
| HSL | 45º | 0.23% | 0.76% | - |
| HSV(B) | 45º | 0.13% | 0.82% | - |
| XYZ | 55.76 | 59.13 | 52.19 | - |
| YUV | 201.7 | 116.32 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 202 | 181 | 0 | 0.03 | 0.13 | 0.18 | 45 | 0.23 | 0.76 |
| Hex | D1 | CA | B5 | 0 | 3 | D | 12 | 2D | 17 | 4C |
| Octal | 321 | 312 | 265 | 0 | 3 | 15 | 22 | 55 | 27 | 114 |
| Binary | 11010001 | 11001010 | 10110101 | 0 | 11 | 1101 | 10010 | 101101 | 10111 | 1001100 |
Color Harmonies of #D1CAB5
Complementary color
Monochromatic Colors of #D1CAB5
Black with #D1CAB5
Text Example
Text Example
White with #D1CAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CAB5; }
p { color: rgb(209,202,181); }
H1.HeaderClassName
{
color: #D1CAB5;
}
.AnyTagClassName
{
color: #D1CAB5;
}
</style>
background-color css
<style>
a { background-color: #D1CAB5; }
a { background-color: rgb(209,202,181); }
div.DivClassName
{
background-color: #D1CAB5;
}
.BgClassName
{
background-color: #D1CAB5;
}
</style>
border-color css
<style>
span { border-color: #D1CAB5; }
span { border-color: rgb(209,202,181); }
td.TdClassName
{
border-color: #D1CAB5;
}
.TagClassName
{
border-color: #D1CAB5;
}
</style>