Shades of Thistle #DBBCE1
Tints of Thistle #DBBCE1
RGB
CMYK
RGB Variations
Color information
#DBBCE1 (or 0xDBBCE1) is known color: Thistle. HEX triplet: DB, BC and E1. RGB value is (219,188,225). Sum of RGB (Red+Green+Blue) = 219+188+225=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 188 (73.83% from 255 or 29.75% from 632); Blue value is 225 (88.28% from 255 or 35.60% from 632); Max value from RGB is 225 - color contains mainly: blue. Hex color #DBBCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBCE1 is #24431E. Grayscale: #C9C9C9. Windows color (decimal): -2376479 or 14793947. OLE color: 14793947.
HSL color Cylindrical-coordinate representation of color #DBBCE1: hue angle of 290.27º 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 #DBBCE1 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 188 | 225 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.12 |
| HSL | 290.27º | 0.38% | 0.81% | - |
| HSV(B) | 290.27º | 0.16% | 0.88% | - |
| XYZ | 60.79 | 56.46 | 78.93 | - |
| YUV | 201.49 | 141.27 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 225 | 0.03 | 0.16 | 0 | 0.12 | 290.27 | 0.38 | 0.81 |
| Hex | DB | BC | E1 | 3 | 10 | 0 | C | 122 | 26 | 51 |
| Octal | 333 | 274 | 341 | 3 | 20 | 0 | 14 | 442 | 46 | 121 |
| Binary | 11011011 | 10111100 | 11100001 | 11 | 10000 | 0 | 1100 | 100100010 | 100110 | 1010001 |
Color Harmonies of #DBBCE1
Complementary color
Monochromatic Colors of #DBBCE1
Black with #DBBCE1
Text Example
Text Example
White with #DBBCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBCE1; }
p { color: rgb(219,188,225); }
H1.HeaderClassName
{
color: #DBBCE1;
}
.AnyTagClassName
{
color: #DBBCE1;
}
</style>
background-color css
<style>
a { background-color: #DBBCE1; }
a { background-color: rgb(219,188,225); }
div.DivClassName
{
background-color: #DBBCE1;
}
.BgClassName
{
background-color: #DBBCE1;
}
</style>
border-color css
<style>
span { border-color: #DBBCE1; }
span { border-color: rgb(219,188,225); }
td.TdClassName
{
border-color: #DBBCE1;
}
.TagClassName
{
border-color: #DBBCE1;
}
</style>