Shades of Thistle #D3CBD5
Tints of Thistle #D3CBD5
RGB
CMYK
RGB Variations
Color information
#D3CBD5 (or 0xD3CBD5) is known color: Thistle. HEX triplet: D3, CB and D5. RGB value is (211,203,213). Sum of RGB (Red+Green+Blue) = 211+203+213=627 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.65% from 627); Green value is 203 (79.69% from 255 or 32.38% from 627); Blue value is 213 (83.59% from 255 or 33.97% from 627); Max value from RGB is 213 - color contains mainly: blue. Hex color #D3CBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CBD5 is #2C342A. Grayscale: #CECECE. Windows color (decimal): -2896939 or 14011347. OLE color: 14011347.
HSL color Cylindrical-coordinate representation of color #D3CBD5: hue angle of 288º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D3CBD5 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 203 | 213 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.16 |
| HSL | 288º | 0.11% | 0.82% | - |
| HSV(B) | 288º | 0.05% | 0.84% | - |
| XYZ | 60.23 | 61.36 | 71.62 | - |
| YUV | 206.53 | 131.65 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 203 | 213 | 0.01 | 0.05 | 0 | 0.16 | 288 | 0.11 | 0.82 |
| Hex | D3 | CB | D5 | 1 | 5 | 0 | 10 | 120 | B | 52 |
| Octal | 323 | 313 | 325 | 1 | 5 | 0 | 20 | 440 | 13 | 122 |
| Binary | 11010011 | 11001011 | 11010101 | 1 | 101 | 0 | 10000 | 100100000 | 1011 | 1010010 |
Color Harmonies of #D3CBD5
Complementary color
Monochromatic Colors of #D3CBD5
Black with #D3CBD5
Text Example
Text Example
White with #D3CBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CBD5; }
p { color: rgb(211,203,213); }
H1.HeaderClassName
{
color: #D3CBD5;
}
.AnyTagClassName
{
color: #D3CBD5;
}
</style>
background-color css
<style>
a { background-color: #D3CBD5; }
a { background-color: rgb(211,203,213); }
div.DivClassName
{
background-color: #D3CBD5;
}
.BgClassName
{
background-color: #D3CBD5;
}
</style>
border-color css
<style>
span { border-color: #D3CBD5; }
span { border-color: rgb(211,203,213); }
td.TdClassName
{
border-color: #D3CBD5;
}
.TagClassName
{
border-color: #D3CBD5;
}
</style>