Shades of Parchment #D1CBB4
Tints of Parchment #D1CBB4
RGB
CMYK
RGB Variations
Color information
#D1CBB4 (or 0xD1CBB4) is known color: Parchment. HEX triplet: D1, CB and B4. RGB value is (209,203,180). Sum of RGB (Red+Green+Blue) = 209+203+180=592 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.30% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 180 (70.70% from 255 or 30.41% from 592); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CBB4 is #2E344B. Grayscale: #CACACA. Windows color (decimal): -3028044 or 11848657. OLE color: 11848657.
HSL color Cylindrical-coordinate representation of color #D1CBB4: hue angle of 47.59º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1CBB4 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 203 | 180 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.18 |
| HSL | 47.59º | 0.24% | 0.76% | - |
| HSV(B) | 47.59º | 0.14% | 0.82% | - |
| XYZ | 55.89 | 59.56 | 51.73 | - |
| YUV | 202.17 | 115.49 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 203 | 180 | 0 | 0.03 | 0.14 | 0.18 | 47.59 | 0.24 | 0.76 |
| Hex | D1 | CB | B4 | 0 | 3 | E | 12 | 30 | 18 | 4C |
| Octal | 321 | 313 | 264 | 0 | 3 | 16 | 22 | 60 | 30 | 114 |
| Binary | 11010001 | 11001011 | 10110100 | 0 | 11 | 1110 | 10010 | 110000 | 11000 | 1001100 |
Color Harmonies of #D1CBB4
Complementary color
Monochromatic Colors of #D1CBB4
Black with #D1CBB4
Text Example
Text Example
White with #D1CBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CBB4; }
p { color: rgb(209,203,180); }
H1.HeaderClassName
{
color: #D1CBB4;
}
.AnyTagClassName
{
color: #D1CBB4;
}
</style>
background-color css
<style>
a { background-color: #D1CBB4; }
a { background-color: rgb(209,203,180); }
div.DivClassName
{
background-color: #D1CBB4;
}
.BgClassName
{
background-color: #D1CBB4;
}
</style>
border-color css
<style>
span { border-color: #D1CBB4; }
span { border-color: rgb(209,203,180); }
td.TdClassName
{
border-color: #D1CBB4;
}
.TagClassName
{
border-color: #D1CBB4;
}
</style>