Shades of Thistle #DBB8E5
Tints of Thistle #DBB8E5
RGB
CMYK
RGB Variations
Color information
#DBB8E5 (or 0xDBB8E5) is known color: Thistle. HEX triplet: DB, B8 and E5. RGB value is (219,184,229). Sum of RGB (Red+Green+Blue) = 219+184+229=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 184 (72.27% from 255 or 29.11% from 632); Blue value is 229 (89.84% from 255 or 36.23% from 632); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBB8E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB8E5 is #24471A. Grayscale: #C7C7C7. Windows color (decimal): -2377499 or 15055067. OLE color: 15055067.
HSL color Cylindrical-coordinate representation of color #DBB8E5: hue angle of 286.67º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBB8E5 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 184 | 229 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.10 |
| HSL | 286.67º | 0.46% | 0.81% | - |
| HSV(B) | 286.67º | 0.2% | 0.9% | - |
| XYZ | 60.5 | 55 | 81.56 | - |
| YUV | 199.6 | 144.6 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 229 | 0.04 | 0.20 | 0 | 0.10 | 286.67 | 0.46 | 0.81 |
| Hex | DB | B8 | E5 | 4 | 14 | 0 | A | 11F | 2E | 51 |
| Octal | 333 | 270 | 345 | 4 | 24 | 0 | 12 | 437 | 56 | 121 |
| Binary | 11011011 | 10111000 | 11100101 | 100 | 10100 | 0 | 1010 | 100011111 | 101110 | 1010001 |
Color Harmonies of #DBB8E5
Complementary color
Monochromatic Colors of #DBB8E5
Black with #DBB8E5
Text Example
Text Example
White with #DBB8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB8E5; }
p { color: rgb(219,184,229); }
H1.HeaderClassName
{
color: #DBB8E5;
}
.AnyTagClassName
{
color: #DBB8E5;
}
</style>
background-color css
<style>
a { background-color: #DBB8E5; }
a { background-color: rgb(219,184,229); }
div.DivClassName
{
background-color: #DBB8E5;
}
.BgClassName
{
background-color: #DBB8E5;
}
</style>
border-color css
<style>
span { border-color: #DBB8E5; }
span { border-color: rgb(219,184,229); }
td.TdClassName
{
border-color: #DBB8E5;
}
.TagClassName
{
border-color: #DBB8E5;
}
</style>