Shades of Thistle #DBBFDE
Tints of Thistle #DBBFDE
RGB
CMYK
RGB Variations
Color information
#DBBFDE (or 0xDBBFDE) is known color: Thistle. HEX triplet: DB, BF and DE. RGB value is (219,191,222). Sum of RGB (Red+Green+Blue) = 219+191+222=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 191 (75% from 255 or 30.22% from 632); Blue value is 222 (87.11% from 255 or 35.13% from 632); Max value from RGB is 222 - color contains mainly: blue. Hex color #DBBFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBFDE is #244021. Grayscale: #CACACA. Windows color (decimal): -2375714 or 14598107. OLE color: 14598107.
HSL color Cylindrical-coordinate representation of color #DBBFDE: hue angle of 294.19º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBBFDE is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 191 | 222 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.13 |
| HSL | 294.19º | 0.32% | 0.81% | - |
| HSV(B) | 294.19º | 0.14% | 0.87% | - |
| XYZ | 61.03 | 57.6 | 77.01 | - |
| YUV | 202.91 | 138.78 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 191 | 222 | 0.01 | 0.14 | 0 | 0.13 | 294.19 | 0.32 | 0.81 |
| Hex | DB | BF | DE | 1 | E | 0 | D | 126 | 20 | 51 |
| Octal | 333 | 277 | 336 | 1 | 16 | 0 | 15 | 446 | 40 | 121 |
| Binary | 11011011 | 10111111 | 11011110 | 1 | 1110 | 0 | 1101 | 100100110 | 100000 | 1010001 |
Color Harmonies of #DBBFDE
Complementary color
Monochromatic Colors of #DBBFDE
Black with #DBBFDE
Text Example
Text Example
White with #DBBFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBFDE; }
p { color: rgb(219,191,222); }
H1.HeaderClassName
{
color: #DBBFDE;
}
.AnyTagClassName
{
color: #DBBFDE;
}
</style>
background-color css
<style>
a { background-color: #DBBFDE; }
a { background-color: rgb(219,191,222); }
div.DivClassName
{
background-color: #DBBFDE;
}
.BgClassName
{
background-color: #DBBFDE;
}
</style>
border-color css
<style>
span { border-color: #DBBFDE; }
span { border-color: rgb(219,191,222); }
td.TdClassName
{
border-color: #DBBFDE;
}
.TagClassName
{
border-color: #DBBFDE;
}
</style>