Shades of Thistle #D7B0DA
Tints of Thistle #D7B0DA
RGB
CMYK
RGB Variations
Color information
#D7B0DA (or 0xD7B0DA) is known color: Thistle. HEX triplet: D7, B0 and DA. RGB value is (215,176,218). Sum of RGB (Red+Green+Blue) = 215+176+218=609 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.30% from 609); Green value is 176 (69.14% from 255 or 28.90% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 218 - color contains mainly: blue. Hex color #D7B0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7B0DA is #284F25. Grayscale: #C0C0C0. Windows color (decimal): -2641702 or 14332119. OLE color: 14332119.
HSL color Cylindrical-coordinate representation of color #D7B0DA: hue angle of 295.71º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D7B0DA is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 215 | 176 | 218 | - |
CMYK | 0.01 | 0.19 | 0 | 0.15 |
HSL | 295.71º | 0.36% | 0.77% | - |
HSV(B) | 295.71º | 0.19% | 0.85% | - |
XYZ | 56.2 | 50.56 | 73.13 | - |
YUV | 192.45 | 142.42 | 144.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 176 | 218 | 0.01 | 0.19 | 0 | 0.15 | 295.71 | 0.36 | 0.77 |
Hex | D7 | B0 | DA | 1 | 13 | 0 | F | 128 | 24 | 4D |
Octal | 327 | 260 | 332 | 1 | 23 | 0 | 17 | 450 | 44 | 115 |
Binary | 11010111 | 10110000 | 11011010 | 1 | 10011 | 0 | 1111 | 100101000 | 100100 | 1001101 |
Color Harmonies of #D7B0DA
Complementary color
Monochromatic Colors of #D7B0DA
Black with #D7B0DA
Text Example
Text Example
White with #D7B0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B0DA; }
p { color: rgb(215,176,218); }
H1.HeaderClassName
{
color: #D7B0DA;
}
.AnyTagClassName
{
color: #D7B0DA;
}
</style>
background-color css
<style>
a { background-color: #D7B0DA; }
a { background-color: rgb(215,176,218); }
div.DivClassName
{
background-color: #D7B0DA;
}
.BgClassName
{
background-color: #D7B0DA;
}
</style>
border-color css
<style>
span { border-color: #D7B0DA; }
span { border-color: rgb(215,176,218); }
td.TdClassName
{
border-color: #D7B0DA;
}
.TagClassName
{
border-color: #D7B0DA;
}
</style>