Shades of Thistle #DBBDE2
Tints of Thistle #DBBDE2
RGB
CMYK
RGB Variations
Color information
#DBBDE2 (or 0xDBBDE2) is known color: Thistle. HEX triplet: DB, BD and E2. RGB value is (219,189,226). Sum of RGB (Red+Green+Blue) = 219+189+226=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 226 (88.67% from 255 or 35.65% from 634); Max value from RGB is 226 - color contains mainly: blue. Hex color #DBBDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBDE2 is #24421D. Grayscale: #CACACA. Windows color (decimal): -2376222 or 14859739. OLE color: 14859739.
HSL color Cylindrical-coordinate representation of color #DBBDE2: hue angle of 288.65º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBBDE2 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 189 | 226 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.11 |
| HSL | 288.65º | 0.39% | 0.81% | - |
| HSV(B) | 288.65º | 0.16% | 0.89% | - |
| XYZ | 61.14 | 56.95 | 79.72 | - |
| YUV | 202.19 | 141.44 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 226 | 0.03 | 0.16 | 0 | 0.11 | 288.65 | 0.39 | 0.81 |
| Hex | DB | BD | E2 | 3 | 10 | 0 | B | 121 | 27 | 51 |
| Octal | 333 | 275 | 342 | 3 | 20 | 0 | 13 | 441 | 47 | 121 |
| Binary | 11011011 | 10111101 | 11100010 | 11 | 10000 | 0 | 1011 | 100100001 | 100111 | 1010001 |
Color Harmonies of #DBBDE2
Complementary color
Monochromatic Colors of #DBBDE2
Black with #DBBDE2
Text Example
Text Example
White with #DBBDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBDE2; }
p { color: rgb(219,189,226); }
H1.HeaderClassName
{
color: #DBBDE2;
}
.AnyTagClassName
{
color: #DBBDE2;
}
</style>
background-color css
<style>
a { background-color: #DBBDE2; }
a { background-color: rgb(219,189,226); }
div.DivClassName
{
background-color: #DBBDE2;
}
.BgClassName
{
background-color: #DBBDE2;
}
</style>
border-color css
<style>
span { border-color: #DBBDE2; }
span { border-color: rgb(219,189,226); }
td.TdClassName
{
border-color: #DBBDE2;
}
.TagClassName
{
border-color: #DBBDE2;
}
</style>