Shades of Thistle #DBBDE1
Tints of Thistle #DBBDE1
RGB
CMYK
RGB Variations
Color information
#DBBDE1 (or 0xDBBDE1) is known color: Thistle. HEX triplet: DB, BD and E1. RGB value is (219,189,225). Sum of RGB (Red+Green+Blue) = 219+189+225=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 225 (88.28% from 255 or 35.55% from 633); Max value from RGB is 225 - color contains mainly: blue. Hex color #DBBDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBDE1 is #24421E. Grayscale: #C9C9C9. Windows color (decimal): -2376223 or 14794203. OLE color: 14794203.
HSL color Cylindrical-coordinate representation of color #DBBDE1: hue angle of 290º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBBDE1 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 189 | 225 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.12 |
| HSL | 290º | 0.38% | 0.81% | - |
| HSV(B) | 290º | 0.16% | 0.88% | - |
| XYZ | 61 | 56.89 | 79 | - |
| YUV | 202.07 | 140.94 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 225 | 0.03 | 0.16 | 0 | 0.12 | 290 | 0.38 | 0.81 |
| Hex | DB | BD | E1 | 3 | 10 | 0 | C | 122 | 26 | 51 |
| Octal | 333 | 275 | 341 | 3 | 20 | 0 | 14 | 442 | 46 | 121 |
| Binary | 11011011 | 10111101 | 11100001 | 11 | 10000 | 0 | 1100 | 100100010 | 100110 | 1010001 |
Color Harmonies of #DBBDE1
Complementary color
Monochromatic Colors of #DBBDE1
Black with #DBBDE1
Text Example
Text Example
White with #DBBDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBDE1; }
p { color: rgb(219,189,225); }
H1.HeaderClassName
{
color: #DBBDE1;
}
.AnyTagClassName
{
color: #DBBDE1;
}
</style>
background-color css
<style>
a { background-color: #DBBDE1; }
a { background-color: rgb(219,189,225); }
div.DivClassName
{
background-color: #DBBDE1;
}
.BgClassName
{
background-color: #DBBDE1;
}
</style>
border-color css
<style>
span { border-color: #DBBDE1; }
span { border-color: rgb(219,189,225); }
td.TdClassName
{
border-color: #DBBDE1;
}
.TagClassName
{
border-color: #DBBDE1;
}
</style>