Shades of Thistle #DBB2E5
Tints of Thistle #DBB2E5
RGB
CMYK
RGB Variations
Color information
#DBB2E5 (or 0xDBB2E5) is known color: Thistle. HEX triplet: DB, B2 and E5. RGB value is (219,178,229). Sum of RGB (Red+Green+Blue) = 219+178+229=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 178 (69.92% from 255 or 28.43% from 626); Blue value is 229 (89.84% from 255 or 36.58% from 626); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBB2E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB2E5 is #244D1A. Grayscale: #C3C3C3. Windows color (decimal): -2379035 or 15053531. OLE color: 15053531.
HSL color Cylindrical-coordinate representation of color #DBB2E5: hue angle of 288.24º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBB2E5 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 178 | 229 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.10 |
| HSL | 288.24º | 0.5% | 0.8% | - |
| HSV(B) | 288.24º | 0.22% | 0.9% | - |
| XYZ | 59.28 | 52.56 | 81.15 | - |
| YUV | 196.07 | 146.58 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 229 | 0.04 | 0.22 | 0 | 0.10 | 288.24 | 0.5 | 0.8 |
| Hex | DB | B2 | E5 | 4 | 16 | 0 | A | 120 | 32 | 50 |
| Octal | 333 | 262 | 345 | 4 | 26 | 0 | 12 | 440 | 62 | 120 |
| Binary | 11011011 | 10110010 | 11100101 | 100 | 10110 | 0 | 1010 | 100100000 | 110010 | 1010000 |
Color Harmonies of #DBB2E5
Complementary color
Monochromatic Colors of #DBB2E5
Black with #DBB2E5
Text Example
Text Example
White with #DBB2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB2E5; }
p { color: rgb(219,178,229); }
H1.HeaderClassName
{
color: #DBB2E5;
}
.AnyTagClassName
{
color: #DBB2E5;
}
</style>
background-color css
<style>
a { background-color: #DBB2E5; }
a { background-color: rgb(219,178,229); }
div.DivClassName
{
background-color: #DBB2E5;
}
.BgClassName
{
background-color: #DBB2E5;
}
</style>
border-color css
<style>
span { border-color: #DBB2E5; }
span { border-color: rgb(219,178,229); }
td.TdClassName
{
border-color: #DBB2E5;
}
.TagClassName
{
border-color: #DBB2E5;
}
</style>