Shades of Thistle #DBB7E0
Tints of Thistle #DBB7E0
RGB
CMYK
RGB Variations
Color information
#DBB7E0 (or 0xDBB7E0) is known color: Thistle. HEX triplet: DB, B7 and E0. RGB value is (219,183,224). Sum of RGB (Red+Green+Blue) = 219+183+224=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 183 (71.88% from 255 or 29.23% from 626); Blue value is 224 (87.89% from 255 or 35.78% from 626); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBB7E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB7E0 is #24481F. Grayscale: #C6C6C6. Windows color (decimal): -2377760 or 14727131. OLE color: 14727131.
HSL color Cylindrical-coordinate representation of color #DBB7E0: hue angle of 292.68º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBB7E0 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 183 | 224 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.12 |
| HSL | 292.68º | 0.4% | 0.8% | - |
| HSV(B) | 292.68º | 0.18% | 0.88% | - |
| XYZ | 59.6 | 54.31 | 77.86 | - |
| YUV | 198.44 | 142.43 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 224 | 0.02 | 0.18 | 0 | 0.12 | 292.68 | 0.4 | 0.8 |
| Hex | DB | B7 | E0 | 2 | 12 | 0 | C | 125 | 28 | 50 |
| Octal | 333 | 267 | 340 | 2 | 22 | 0 | 14 | 445 | 50 | 120 |
| Binary | 11011011 | 10110111 | 11100000 | 10 | 10010 | 0 | 1100 | 100100101 | 101000 | 1010000 |
Color Harmonies of #DBB7E0
Complementary color
Monochromatic Colors of #DBB7E0
Black with #DBB7E0
Text Example
Text Example
White with #DBB7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB7E0; }
p { color: rgb(219,183,224); }
H1.HeaderClassName
{
color: #DBB7E0;
}
.AnyTagClassName
{
color: #DBB7E0;
}
</style>
background-color css
<style>
a { background-color: #DBB7E0; }
a { background-color: rgb(219,183,224); }
div.DivClassName
{
background-color: #DBB7E0;
}
.BgClassName
{
background-color: #DBB7E0;
}
</style>
border-color css
<style>
span { border-color: #DBB7E0; }
span { border-color: rgb(219,183,224); }
td.TdClassName
{
border-color: #DBB7E0;
}
.TagClassName
{
border-color: #DBB7E0;
}
</style>