Shades of Thistle #DBB5DE
Tints of Thistle #DBB5DE
RGB
CMYK
RGB Variations
Color information
#DBB5DE (or 0xDBB5DE) is known color: Thistle. HEX triplet: DB, B5 and DE. RGB value is (219,181,222). Sum of RGB (Red+Green+Blue) = 219+181+222=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 181 (71.09% from 255 or 29.10% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 222 - color contains mainly: blue. Hex color #DBB5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB5DE is #244A21. Grayscale: #C4C4C4. Windows color (decimal): -2378274 or 14595547. OLE color: 14595547.
HSL color Cylindrical-coordinate representation of color #DBB5DE: hue angle of 295.61º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBB5DE is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 181 | 222 | - |
CMYK | 0.01 | 0.18 | 0 | 0.13 |
HSL | 295.61º | 0.38% | 0.79% | - |
HSV(B) | 295.61º | 0.18% | 0.87% | - |
XYZ | 58.92 | 53.38 | 76.31 | - |
YUV | 197.04 | 142.09 | 143.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 181 | 222 | 0.01 | 0.18 | 0 | 0.13 | 295.61 | 0.38 | 0.79 |
Hex | DB | B5 | DE | 1 | 12 | 0 | D | 128 | 26 | 4F |
Octal | 333 | 265 | 336 | 1 | 22 | 0 | 15 | 450 | 46 | 117 |
Binary | 11011011 | 10110101 | 11011110 | 1 | 10010 | 0 | 1101 | 100101000 | 100110 | 1001111 |
Color Harmonies of #DBB5DE
Complementary color
Monochromatic Colors of #DBB5DE
Black with #DBB5DE
Text Example
Text Example
White with #DBB5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB5DE; }
p { color: rgb(219,181,222); }
H1.HeaderClassName
{
color: #DBB5DE;
}
.AnyTagClassName
{
color: #DBB5DE;
}
</style>
background-color css
<style>
a { background-color: #DBB5DE; }
a { background-color: rgb(219,181,222); }
div.DivClassName
{
background-color: #DBB5DE;
}
.BgClassName
{
background-color: #DBB5DE;
}
</style>
border-color css
<style>
span { border-color: #DBB5DE; }
span { border-color: rgb(219,181,222); }
td.TdClassName
{
border-color: #DBB5DE;
}
.TagClassName
{
border-color: #DBB5DE;
}
</style>