Shades of Thistle #D7CBD5
Tints of Thistle #D7CBD5
RGB
CMYK
RGB Variations
Color information
#D7CBD5 (or 0xD7CBD5) is known color: Thistle. HEX triplet: D7, CB and D5. RGB value is (215,203,213). Sum of RGB (Red+Green+Blue) = 215+203+213=631 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.07% from 631); Green value is 203 (79.69% from 255 or 32.17% from 631); Blue value is 213 (83.59% from 255 or 33.76% from 631); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CBD5 is #28342A. Grayscale: #CFCFCF. Windows color (decimal): -2634795 or 14011351. OLE color: 14011351.
HSL color Cylindrical-coordinate representation of color #D7CBD5: hue angle of 310º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D7CBD5 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 203 | 213 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.16 |
| HSL | 310º | 0.13% | 0.82% | - |
| HSV(B) | 310º | 0.06% | 0.84% | - |
| XYZ | 61.39 | 61.96 | 71.68 | - |
| YUV | 207.73 | 130.98 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 203 | 213 | 0 | 0.06 | 0.01 | 0.16 | 310 | 0.13 | 0.82 |
| Hex | D7 | CB | D5 | 0 | 6 | 1 | 10 | 136 | D | 52 |
| Octal | 327 | 313 | 325 | 0 | 6 | 1 | 20 | 466 | 15 | 122 |
| Binary | 11010111 | 11001011 | 11010101 | 0 | 110 | 1 | 10000 | 100110110 | 1101 | 1010010 |
Color Harmonies of #D7CBD5
Complementary color
Monochromatic Colors of #D7CBD5
Black with #D7CBD5
Text Example
Text Example
White with #D7CBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CBD5; }
p { color: rgb(215,203,213); }
H1.HeaderClassName
{
color: #D7CBD5;
}
.AnyTagClassName
{
color: #D7CBD5;
}
</style>
background-color css
<style>
a { background-color: #D7CBD5; }
a { background-color: rgb(215,203,213); }
div.DivClassName
{
background-color: #D7CBD5;
}
.BgClassName
{
background-color: #D7CBD5;
}
</style>
border-color css
<style>
span { border-color: #D7CBD5; }
span { border-color: rgb(215,203,213); }
td.TdClassName
{
border-color: #D7CBD5;
}
.TagClassName
{
border-color: #D7CBD5;
}
</style>