Shades of Thistle #DBBCDE
Tints of Thistle #DBBCDE
RGB
CMYK
RGB Variations
Color information
#DBBCDE (or 0xDBBCDE) is known color: Thistle. HEX triplet: DB, BC and DE. RGB value is (219,188,222). Sum of RGB (Red+Green+Blue) = 219+188+222=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 222 (87.11% from 255 or 35.29% from 629); Max value from RGB is 222 - color contains mainly: blue. Hex color #DBBCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBCDE is #244321. Grayscale: #C9C9C9. Windows color (decimal): -2376482 or 14597339. OLE color: 14597339.
HSL color Cylindrical-coordinate representation of color #DBBCDE: hue angle of 294.71º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBBCDE is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 188 | 222 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.13 |
| HSL | 294.71º | 0.34% | 0.8% | - |
| HSV(B) | 294.71º | 0.15% | 0.87% | - |
| XYZ | 60.38 | 56.3 | 76.79 | - |
| YUV | 201.15 | 139.77 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 222 | 0.01 | 0.15 | 0 | 0.13 | 294.71 | 0.34 | 0.8 |
| Hex | DB | BC | DE | 1 | F | 0 | D | 127 | 22 | 50 |
| Octal | 333 | 274 | 336 | 1 | 17 | 0 | 15 | 447 | 42 | 120 |
| Binary | 11011011 | 10111100 | 11011110 | 1 | 1111 | 0 | 1101 | 100100111 | 100010 | 1010000 |
Color Harmonies of #DBBCDE
Complementary color
Monochromatic Colors of #DBBCDE
Black with #DBBCDE
Text Example
Text Example
White with #DBBCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBCDE; }
p { color: rgb(219,188,222); }
H1.HeaderClassName
{
color: #DBBCDE;
}
.AnyTagClassName
{
color: #DBBCDE;
}
</style>
background-color css
<style>
a { background-color: #DBBCDE; }
a { background-color: rgb(219,188,222); }
div.DivClassName
{
background-color: #DBBCDE;
}
.BgClassName
{
background-color: #DBBCDE;
}
</style>
border-color css
<style>
span { border-color: #DBBCDE; }
span { border-color: rgb(219,188,222); }
td.TdClassName
{
border-color: #DBBCDE;
}
.TagClassName
{
border-color: #DBBCDE;
}
</style>