Shades of Thistle #DBBCE3
Tints of Thistle #DBBCE3
RGB
CMYK
RGB Variations
Color information
#DBBCE3 (or 0xDBBCE3) is known color: Thistle. HEX triplet: DB, BC and E3. RGB value is (219,188,227). Sum of RGB (Red+Green+Blue) = 219+188+227=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 188 (73.83% from 255 or 29.65% from 634); Blue value is 227 (89.06% from 255 or 35.80% from 634); Max value from RGB is 227 - color contains mainly: blue. Hex color #DBBCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBCE3 is #24431C. Grayscale: #C9C9C9. Windows color (decimal): -2376477 or 14925019. OLE color: 14925019.
HSL color Cylindrical-coordinate representation of color #DBBCE3: hue angle of 287.69º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBBCE3 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 188 | 227 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.11 |
| HSL | 287.69º | 0.41% | 0.81% | - |
| HSV(B) | 287.69º | 0.17% | 0.89% | - |
| XYZ | 61.06 | 56.57 | 80.37 | - |
| YUV | 201.72 | 142.27 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 227 | 0.04 | 0.17 | 0 | 0.11 | 287.69 | 0.41 | 0.81 |
| Hex | DB | BC | E3 | 4 | 11 | 0 | B | 120 | 29 | 51 |
| Octal | 333 | 274 | 343 | 4 | 21 | 0 | 13 | 440 | 51 | 121 |
| Binary | 11011011 | 10111100 | 11100011 | 100 | 10001 | 0 | 1011 | 100100000 | 101001 | 1010001 |
Color Harmonies of #DBBCE3
Complementary color
Monochromatic Colors of #DBBCE3
Black with #DBBCE3
Text Example
Text Example
White with #DBBCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBCE3; }
p { color: rgb(219,188,227); }
H1.HeaderClassName
{
color: #DBBCE3;
}
.AnyTagClassName
{
color: #DBBCE3;
}
</style>
background-color css
<style>
a { background-color: #DBBCE3; }
a { background-color: rgb(219,188,227); }
div.DivClassName
{
background-color: #DBBCE3;
}
.BgClassName
{
background-color: #DBBCE3;
}
</style>
border-color css
<style>
span { border-color: #DBBCE3; }
span { border-color: rgb(219,188,227); }
td.TdClassName
{
border-color: #DBBCE3;
}
.TagClassName
{
border-color: #DBBCE3;
}
</style>