Shades of Thistle #DBBCE5
Tints of Thistle #DBBCE5
RGB
CMYK
RGB Variations
Color information
#DBBCE5 (or 0xDBBCE5) is known color: Thistle. HEX triplet: DB, BC and E5. RGB value is (219,188,229). Sum of RGB (Red+Green+Blue) = 219+188+229=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 188 (73.83% from 255 or 29.56% from 636); Blue value is 229 (89.84% from 255 or 36.01% from 636); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBBCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBCE5 is #24431A. Grayscale: #C9C9C9. Windows color (decimal): -2376475 or 15056091. OLE color: 15056091.
HSL color Cylindrical-coordinate representation of color #DBBCE5: hue angle of 285.37º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBBCE5 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 188 | 229 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.10 |
| HSL | 285.37º | 0.44% | 0.82% | - |
| HSV(B) | 285.37º | 0.18% | 0.9% | - |
| XYZ | 61.34 | 56.68 | 81.84 | - |
| YUV | 201.94 | 143.27 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 229 | 0.04 | 0.18 | 0 | 0.10 | 285.37 | 0.44 | 0.82 |
| Hex | DB | BC | E5 | 4 | 12 | 0 | A | 11D | 2C | 52 |
| Octal | 333 | 274 | 345 | 4 | 22 | 0 | 12 | 435 | 54 | 122 |
| Binary | 11011011 | 10111100 | 11100101 | 100 | 10010 | 0 | 1010 | 100011101 | 101100 | 1010010 |
Color Harmonies of #DBBCE5
Complementary color
Monochromatic Colors of #DBBCE5
Black with #DBBCE5
Text Example
Text Example
White with #DBBCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBCE5; }
p { color: rgb(219,188,229); }
H1.HeaderClassName
{
color: #DBBCE5;
}
.AnyTagClassName
{
color: #DBBCE5;
}
</style>
background-color css
<style>
a { background-color: #DBBCE5; }
a { background-color: rgb(219,188,229); }
div.DivClassName
{
background-color: #DBBCE5;
}
.BgClassName
{
background-color: #DBBCE5;
}
</style>
border-color css
<style>
span { border-color: #DBBCE5; }
span { border-color: rgb(219,188,229); }
td.TdClassName
{
border-color: #DBBCE5;
}
.TagClassName
{
border-color: #DBBCE5;
}
</style>