Shades of Thistle #DBBED9
Tints of Thistle #DBBED9
RGB
CMYK
RGB Variations
Color information
#DBBED9 (or 0xDBBED9) is known color: Thistle. HEX triplet: DB, BE and D9. RGB value is (219,190,217). Sum of RGB (Red+Green+Blue) = 219+190+217=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 190 (74.61% from 255 or 30.35% from 626); Blue value is 217 (85.16% from 255 or 34.66% from 626); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBED9 is #244126. Grayscale: #C9C9C9. Windows color (decimal): -2375975 or 14270171. OLE color: 14270171.
HSL color Cylindrical-coordinate representation of color #DBBED9: hue angle of 304.14º 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 #DBBED9 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 217 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.14 |
| HSL | 304.14º | 0.29% | 0.8% | - |
| HSV(B) | 304.14º | 0.13% | 0.86% | - |
| XYZ | 60.15 | 56.9 | 73.46 | - |
| YUV | 201.75 | 136.61 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 217 | 0 | 0.13 | 0.01 | 0.14 | 304.14 | 0.29 | 0.8 |
| Hex | DB | BE | D9 | 0 | D | 1 | E | 130 | 1D | 50 |
| Octal | 333 | 276 | 331 | 0 | 15 | 1 | 16 | 460 | 35 | 120 |
| Binary | 11011011 | 10111110 | 11011001 | 0 | 1101 | 1 | 1110 | 100110000 | 11101 | 1010000 |
Color Harmonies of #DBBED9
Complementary color
Monochromatic Colors of #DBBED9
Black with #DBBED9
Text Example
Text Example
White with #DBBED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBED9; }
p { color: rgb(219,190,217); }
H1.HeaderClassName
{
color: #DBBED9;
}
.AnyTagClassName
{
color: #DBBED9;
}
</style>
background-color css
<style>
a { background-color: #DBBED9; }
a { background-color: rgb(219,190,217); }
div.DivClassName
{
background-color: #DBBED9;
}
.BgClassName
{
background-color: #DBBED9;
}
</style>
border-color css
<style>
span { border-color: #DBBED9; }
span { border-color: rgb(219,190,217); }
td.TdClassName
{
border-color: #DBBED9;
}
.TagClassName
{
border-color: #DBBED9;
}
</style>