Shades of Thistle #D9B2DA
Tints of Thistle #D9B2DA
RGB
CMYK
RGB Variations
Color information
#D9B2DA (or 0xD9B2DA) is known color: Thistle. HEX triplet: D9, B2 and DA. RGB value is (217,178,218). Sum of RGB (Red+Green+Blue) = 217+178+218=613 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.40% from 613); Green value is 178 (69.92% from 255 or 29.04% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 218 - color contains mainly: blue. Hex color #D9B2DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B2DA is #264D25. Grayscale: #C2C2C2. Windows color (decimal): -2510118 or 14332633. OLE color: 14332633.
HSL color Cylindrical-coordinate representation of color #D9B2DA: hue angle of 298.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 #D9B2DA is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 178 | 218 | - |
| CMYK | 0.00 | 0.18 | 0 | 0.15 |
| HSL | 298.5º | 0.35% | 0.78% | - |
| HSV(B) | 298.5º | 0.18% | 0.85% | - |
| XYZ | 57.19 | 51.65 | 73.29 | - |
| YUV | 194.22 | 141.42 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 178 | 218 | 0.00 | 0.18 | 0 | 0.15 | 298.5 | 0.35 | 0.78 |
| Hex | D9 | B2 | DA | 0 | 12 | 0 | F | 12A | 23 | 4E |
| Octal | 331 | 262 | 332 | 0 | 22 | 0 | 17 | 452 | 43 | 116 |
| Binary | 11011001 | 10110010 | 11011010 | 0 | 10010 | 0 | 1111 | 100101010 | 100011 | 1001110 |
Color Harmonies of #D9B2DA
Complementary color
Monochromatic Colors of #D9B2DA
Black with #D9B2DA
Text Example
Text Example
White with #D9B2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B2DA; }
p { color: rgb(217,178,218); }
H1.HeaderClassName
{
color: #D9B2DA;
}
.AnyTagClassName
{
color: #D9B2DA;
}
</style>
background-color css
<style>
a { background-color: #D9B2DA; }
a { background-color: rgb(217,178,218); }
div.DivClassName
{
background-color: #D9B2DA;
}
.BgClassName
{
background-color: #D9B2DA;
}
</style>
border-color css
<style>
span { border-color: #D9B2DA; }
span { border-color: rgb(217,178,218); }
td.TdClassName
{
border-color: #D9B2DA;
}
.TagClassName
{
border-color: #D9B2DA;
}
</style>