Shades of Thistle #DBBEDB
Tints of Thistle #DBBEDB
RGB
CMYK
RGB Variations
Color information
#DBBEDB (or 0xDBBEDB) is known color: Thistle. HEX triplet: DB, BE and DB. RGB value is (219,190,219). Sum of RGB (Red+Green+Blue) = 219+190+219=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 190 (74.61% from 255 or 30.25% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBBEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBEDB is #244124. Grayscale: #C9C9C9. Windows color (decimal): -2375973 or 14401243. OLE color: 14401243.
HSL color Cylindrical-coordinate representation of color #DBBEDB: hue angle of 300º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBBEDB is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 190 | 219 | - |
CMYK | 0 | 0.13 | 0 | 0.14 |
HSL | 300º | 0.29% | 0.8% | - |
HSV(B) | 300º | 0.13% | 0.86% | - |
XYZ | 60.41 | 57 | 74.84 | - |
YUV | 201.98 | 137.61 | 140.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 190 | 219 | 0 | 0.13 | 0 | 0.14 | 300 | 0.29 | 0.8 |
Hex | DB | BE | DB | 0 | D | 0 | E | 12C | 1D | 50 |
Octal | 333 | 276 | 333 | 0 | 15 | 0 | 16 | 454 | 35 | 120 |
Binary | 11011011 | 10111110 | 11011011 | 0 | 1101 | 0 | 1110 | 100101100 | 11101 | 1010000 |
Color Harmonies of #DBBEDB
Complementary color
Monochromatic Colors of #DBBEDB
Black with #DBBEDB
Text Example
Text Example
White with #DBBEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBEDB; }
p { color: rgb(219,190,219); }
H1.HeaderClassName
{
color: #DBBEDB;
}
.AnyTagClassName
{
color: #DBBEDB;
}
</style>
background-color css
<style>
a { background-color: #DBBEDB; }
a { background-color: rgb(219,190,219); }
div.DivClassName
{
background-color: #DBBEDB;
}
.BgClassName
{
background-color: #DBBEDB;
}
</style>
border-color css
<style>
span { border-color: #DBBEDB; }
span { border-color: rgb(219,190,219); }
td.TdClassName
{
border-color: #DBBEDB;
}
.TagClassName
{
border-color: #DBBEDB;
}
</style>