Shades of Thistle #DBB2E0
Tints of Thistle #DBB2E0
RGB
CMYK
RGB Variations
Color information
#DBB2E0 (or 0xDBB2E0) is known color: Thistle. HEX triplet: DB, B2 and E0. RGB value is (219,178,224). Sum of RGB (Red+Green+Blue) = 219+178+224=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 178 (69.92% from 255 or 28.66% from 621); Blue value is 224 (87.89% from 255 or 36.07% from 621); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBB2E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB2E0 is #244D1F. Grayscale: #C3C3C3. Windows color (decimal): -2379040 or 14725851. OLE color: 14725851.
HSL color Cylindrical-coordinate representation of color #DBB2E0: hue angle of 293.48º 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 #DBB2E0 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 178 | 224 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.12 |
| HSL | 293.48º | 0.43% | 0.79% | - |
| HSV(B) | 293.48º | 0.21% | 0.88% | - |
| XYZ | 58.59 | 52.28 | 77.52 | - |
| YUV | 195.5 | 144.08 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 224 | 0.02 | 0.21 | 0 | 0.12 | 293.48 | 0.43 | 0.79 |
| Hex | DB | B2 | E0 | 2 | 15 | 0 | C | 125 | 2B | 4F |
| Octal | 333 | 262 | 340 | 2 | 25 | 0 | 14 | 445 | 53 | 117 |
| Binary | 11011011 | 10110010 | 11100000 | 10 | 10101 | 0 | 1100 | 100100101 | 101011 | 1001111 |
Color Harmonies of #DBB2E0
Complementary color
Monochromatic Colors of #DBB2E0
Black with #DBB2E0
Text Example
Text Example
White with #DBB2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB2E0; }
p { color: rgb(219,178,224); }
H1.HeaderClassName
{
color: #DBB2E0;
}
.AnyTagClassName
{
color: #DBB2E0;
}
</style>
background-color css
<style>
a { background-color: #DBB2E0; }
a { background-color: rgb(219,178,224); }
div.DivClassName
{
background-color: #DBB2E0;
}
.BgClassName
{
background-color: #DBB2E0;
}
</style>
border-color css
<style>
span { border-color: #DBB2E0; }
span { border-color: rgb(219,178,224); }
td.TdClassName
{
border-color: #DBB2E0;
}
.TagClassName
{
border-color: #DBB2E0;
}
</style>