Shades of Thistle #DBB1E0
Tints of Thistle #DBB1E0
RGB
CMYK
RGB Variations
Color information
#DBB1E0 (or 0xDBB1E0) is known color: Thistle. HEX triplet: DB, B1 and E0. RGB value is (219,177,224). Sum of RGB (Red+Green+Blue) = 219+177+224=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 177 (69.53% from 255 or 28.55% from 620); Blue value is 224 (87.89% from 255 or 36.13% from 620); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBB1E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB1E0 is #244E1F. Grayscale: #C2C2C2. Windows color (decimal): -2379296 or 14725595. OLE color: 14725595.
HSL color Cylindrical-coordinate representation of color #DBB1E0: hue angle of 293.62º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBB1E0 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 177 | 224 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.12 |
| HSL | 293.62º | 0.43% | 0.79% | - |
| HSV(B) | 293.62º | 0.21% | 0.88% | - |
| XYZ | 58.39 | 51.89 | 77.46 | - |
| YUV | 194.92 | 144.41 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 224 | 0.02 | 0.21 | 0 | 0.12 | 293.62 | 0.43 | 0.79 |
| Hex | DB | B1 | E0 | 2 | 15 | 0 | C | 126 | 2B | 4F |
| Octal | 333 | 261 | 340 | 2 | 25 | 0 | 14 | 446 | 53 | 117 |
| Binary | 11011011 | 10110001 | 11100000 | 10 | 10101 | 0 | 1100 | 100100110 | 101011 | 1001111 |
Color Harmonies of #DBB1E0
Complementary color
Monochromatic Colors of #DBB1E0
Black with #DBB1E0
Text Example
Text Example
White with #DBB1E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB1E0; }
p { color: rgb(219,177,224); }
H1.HeaderClassName
{
color: #DBB1E0;
}
.AnyTagClassName
{
color: #DBB1E0;
}
</style>
background-color css
<style>
a { background-color: #DBB1E0; }
a { background-color: rgb(219,177,224); }
div.DivClassName
{
background-color: #DBB1E0;
}
.BgClassName
{
background-color: #DBB1E0;
}
</style>
border-color css
<style>
span { border-color: #DBB1E0; }
span { border-color: rgb(219,177,224); }
td.TdClassName
{
border-color: #DBB1E0;
}
.TagClassName
{
border-color: #DBB1E0;
}
</style>