Shades of Thistle #DBBDE4
Tints of Thistle #DBBDE4
RGB
CMYK
RGB Variations
Color information
#DBBDE4 (or 0xDBBDE4) is known color: Thistle. HEX triplet: DB, BD and E4. RGB value is (219,189,228). Sum of RGB (Red+Green+Blue) = 219+189+228=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 189 (74.22% from 255 or 29.72% from 636); Blue value is 228 (89.45% from 255 or 35.85% from 636); Max value from RGB is 228 - color contains mainly: blue. Hex color #DBBDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBDE4 is #24421B. Grayscale: #CACACA. Windows color (decimal): -2376220 or 14990811. OLE color: 14990811.
HSL color Cylindrical-coordinate representation of color #DBBDE4: hue angle of 286.15º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBBDE4 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 189 | 228 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.11 |
| HSL | 286.15º | 0.42% | 0.82% | - |
| HSV(B) | 286.15º | 0.17% | 0.89% | - |
| XYZ | 61.41 | 57.06 | 81.17 | - |
| YUV | 202.42 | 142.44 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 228 | 0.04 | 0.17 | 0 | 0.11 | 286.15 | 0.42 | 0.82 |
| Hex | DB | BD | E4 | 4 | 11 | 0 | B | 11E | 2A | 52 |
| Octal | 333 | 275 | 344 | 4 | 21 | 0 | 13 | 436 | 52 | 122 |
| Binary | 11011011 | 10111101 | 11100100 | 100 | 10001 | 0 | 1011 | 100011110 | 101010 | 1010010 |
Color Harmonies of #DBBDE4
Complementary color
Monochromatic Colors of #DBBDE4
Black with #DBBDE4
Text Example
Text Example
White with #DBBDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBDE4; }
p { color: rgb(219,189,228); }
H1.HeaderClassName
{
color: #DBBDE4;
}
.AnyTagClassName
{
color: #DBBDE4;
}
</style>
background-color css
<style>
a { background-color: #DBBDE4; }
a { background-color: rgb(219,189,228); }
div.DivClassName
{
background-color: #DBBDE4;
}
.BgClassName
{
background-color: #DBBDE4;
}
</style>
border-color css
<style>
span { border-color: #DBBDE4; }
span { border-color: rgb(219,189,228); }
td.TdClassName
{
border-color: #DBBDE4;
}
.TagClassName
{
border-color: #DBBDE4;
}
</style>