Shades of Thistle #DBB4E4
Tints of Thistle #DBB4E4
RGB
CMYK
RGB Variations
Color information
#DBB4E4 (or 0xDBB4E4) is known color: Thistle. HEX triplet: DB, B4 and E4. RGB value is (219,180,228). Sum of RGB (Red+Green+Blue) = 219+180+228=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 180 (70.70% from 255 or 28.71% from 627); Blue value is 228 (89.45% from 255 or 36.36% from 627); Max value from RGB is 228 - color contains mainly: blue. Hex color #DBB4E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB4E4 is #244B1B. Grayscale: #C4C4C4. Windows color (decimal): -2378524 or 14988507. OLE color: 14988507.
HSL color Cylindrical-coordinate representation of color #DBB4E4: hue angle of 288.75º degrees, saturation: 0.47, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBB4E4 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 180 | 228 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.11 |
| HSL | 288.75º | 0.47% | 0.8% | - |
| HSV(B) | 288.75º | 0.21% | 0.89% | - |
| XYZ | 59.54 | 53.3 | 80.55 | - |
| YUV | 197.13 | 145.42 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 228 | 0.04 | 0.21 | 0 | 0.11 | 288.75 | 0.47 | 0.8 |
| Hex | DB | B4 | E4 | 4 | 15 | 0 | B | 121 | 2F | 50 |
| Octal | 333 | 264 | 344 | 4 | 25 | 0 | 13 | 441 | 57 | 120 |
| Binary | 11011011 | 10110100 | 11100100 | 100 | 10101 | 0 | 1011 | 100100001 | 101111 | 1010000 |
Color Harmonies of #DBB4E4
Complementary color
Monochromatic Colors of #DBB4E4
Black with #DBB4E4
Text Example
Text Example
White with #DBB4E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB4E4; }
p { color: rgb(219,180,228); }
H1.HeaderClassName
{
color: #DBB4E4;
}
.AnyTagClassName
{
color: #DBB4E4;
}
</style>
background-color css
<style>
a { background-color: #DBB4E4; }
a { background-color: rgb(219,180,228); }
div.DivClassName
{
background-color: #DBB4E4;
}
.BgClassName
{
background-color: #DBB4E4;
}
</style>
border-color css
<style>
span { border-color: #DBB4E4; }
span { border-color: rgb(219,180,228); }
td.TdClassName
{
border-color: #DBB4E4;
}
.TagClassName
{
border-color: #DBB4E4;
}
</style>