Shades of Thistle #DBBBE5
Tints of Thistle #DBBBE5
RGB
CMYK
RGB Variations
Color information
#DBBBE5 (or 0xDBBBE5) is known color: Thistle. HEX triplet: DB, BB and E5. RGB value is (219,187,229). Sum of RGB (Red+Green+Blue) = 219+187+229=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 187 (73.44% from 255 or 29.45% from 635); Blue value is 229 (89.84% from 255 or 36.06% from 635); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBBBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBE5 is #24441A. Grayscale: #C9C9C9. Windows color (decimal): -2376731 or 15055835. OLE color: 15055835.
HSL color Cylindrical-coordinate representation of color #DBBBE5: hue angle of 285.71º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBBBE5 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 187 | 229 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.10 |
| HSL | 285.71º | 0.45% | 0.82% | - |
| HSV(B) | 285.71º | 0.18% | 0.9% | - |
| XYZ | 61.13 | 56.26 | 81.77 | - |
| YUV | 201.36 | 143.6 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 229 | 0.04 | 0.18 | 0 | 0.10 | 285.71 | 0.45 | 0.82 |
| Hex | DB | BB | E5 | 4 | 12 | 0 | A | 11E | 2D | 52 |
| Octal | 333 | 273 | 345 | 4 | 22 | 0 | 12 | 436 | 55 | 122 |
| Binary | 11011011 | 10111011 | 11100101 | 100 | 10010 | 0 | 1010 | 100011110 | 101101 | 1010010 |
Color Harmonies of #DBBBE5
Complementary color
Monochromatic Colors of #DBBBE5
Black with #DBBBE5
Text Example
Text Example
White with #DBBBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBE5; }
p { color: rgb(219,187,229); }
H1.HeaderClassName
{
color: #DBBBE5;
}
.AnyTagClassName
{
color: #DBBBE5;
}
</style>
background-color css
<style>
a { background-color: #DBBBE5; }
a { background-color: rgb(219,187,229); }
div.DivClassName
{
background-color: #DBBBE5;
}
.BgClassName
{
background-color: #DBBBE5;
}
</style>
border-color css
<style>
span { border-color: #DBBBE5; }
span { border-color: rgb(219,187,229); }
td.TdClassName
{
border-color: #DBBBE5;
}
.TagClassName
{
border-color: #DBBBE5;
}
</style>