Shades of Parchment #D2CBB3
Tints of Parchment #D2CBB3
RGB
CMYK
RGB Variations
Color information
#D2CBB3 (or 0xD2CBB3) is known color: Parchment. HEX triplet: D2, CB and B3. RGB value is (210,203,179). Sum of RGB (Red+Green+Blue) = 210+203+179=592 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.47% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 179 (70.31% from 255 or 30.24% from 592); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CBB3 is #2D344C. Grayscale: #CACACA. Windows color (decimal): -2962509 or 11783122. OLE color: 11783122.
HSL color Cylindrical-coordinate representation of color #D2CBB3: hue angle of 46.45º degrees, saturation: 0.26, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2CBB3 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 203 | 179 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.18 |
| HSL | 46.45º | 0.26% | 0.76% | - |
| HSV(B) | 46.45º | 0.15% | 0.82% | - |
| XYZ | 56.07 | 59.67 | 51.21 | - |
| YUV | 202.36 | 114.82 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 203 | 179 | 0 | 0.03 | 0.15 | 0.18 | 46.45 | 0.26 | 0.76 |
| Hex | D2 | CB | B3 | 0 | 3 | F | 12 | 2E | 1A | 4C |
| Octal | 322 | 313 | 263 | 0 | 3 | 17 | 22 | 56 | 32 | 114 |
| Binary | 11010010 | 11001011 | 10110011 | 0 | 11 | 1111 | 10010 | 101110 | 11010 | 1001100 |
Color Harmonies of #D2CBB3
Complementary color
Monochromatic Colors of #D2CBB3
Black with #D2CBB3
Text Example
Text Example
White with #D2CBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CBB3; }
p { color: rgb(210,203,179); }
H1.HeaderClassName
{
color: #D2CBB3;
}
.AnyTagClassName
{
color: #D2CBB3;
}
</style>
background-color css
<style>
a { background-color: #D2CBB3; }
a { background-color: rgb(210,203,179); }
div.DivClassName
{
background-color: #D2CBB3;
}
.BgClassName
{
background-color: #D2CBB3;
}
</style>
border-color css
<style>
span { border-color: #D2CBB3; }
span { border-color: rgb(210,203,179); }
td.TdClassName
{
border-color: #D2CBB3;
}
.TagClassName
{
border-color: #D2CBB3;
}
</style>