Shades of Thistle #D7B2DA
Tints of Thistle #D7B2DA
RGB
CMYK
RGB Variations
Color information
#D7B2DA (or 0xD7B2DA) is known color: Thistle. HEX triplet: D7, B2 and DA. RGB value is (215,178,218). Sum of RGB (Red+Green+Blue) = 215+178+218=611 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.19% from 611); Green value is 178 (69.92% from 255 or 29.13% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 218 - color contains mainly: blue. Hex color #D7B2DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7B2DA is #284D25. Grayscale: #C1C1C1. Windows color (decimal): -2641190 or 14332631. OLE color: 14332631.
HSL color Cylindrical-coordinate representation of color #D7B2DA: hue angle of 295.5º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D7B2DA is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 178 | 218 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.15 |
| HSL | 295.5º | 0.35% | 0.78% | - |
| HSV(B) | 295.5º | 0.18% | 0.85% | - |
| XYZ | 56.6 | 51.35 | 73.26 | - |
| YUV | 193.62 | 141.76 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 178 | 218 | 0.01 | 0.18 | 0 | 0.15 | 295.5 | 0.35 | 0.78 |
| Hex | D7 | B2 | DA | 1 | 12 | 0 | F | 128 | 23 | 4E |
| Octal | 327 | 262 | 332 | 1 | 22 | 0 | 17 | 450 | 43 | 116 |
| Binary | 11010111 | 10110010 | 11011010 | 1 | 10010 | 0 | 1111 | 100101000 | 100011 | 1001110 |
Color Harmonies of #D7B2DA
Complementary color
Monochromatic Colors of #D7B2DA
Black with #D7B2DA
Text Example
Text Example
White with #D7B2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B2DA; }
p { color: rgb(215,178,218); }
H1.HeaderClassName
{
color: #D7B2DA;
}
.AnyTagClassName
{
color: #D7B2DA;
}
</style>
background-color css
<style>
a { background-color: #D7B2DA; }
a { background-color: rgb(215,178,218); }
div.DivClassName
{
background-color: #D7B2DA;
}
.BgClassName
{
background-color: #D7B2DA;
}
</style>
border-color css
<style>
span { border-color: #D7B2DA; }
span { border-color: rgb(215,178,218); }
td.TdClassName
{
border-color: #D7B2DA;
}
.TagClassName
{
border-color: #D7B2DA;
}
</style>