Shades of Thistle #DBD1DA
Tints of Thistle #DBD1DA
RGB
CMYK
RGB Variations
Color information
#DBD1DA (or 0xDBD1DA) is known color: Thistle. HEX triplet: DB, D1 and DA. RGB value is (219,209,218). Sum of RGB (Red+Green+Blue) = 219+209+218=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 209 (82.03% from 255 or 32.35% from 646); Blue value is 218 (85.55% from 255 or 33.75% from 646); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD1DA is #242E25. Grayscale: #D4D4D4. Windows color (decimal): -2371110 or 14340571. OLE color: 14340571.
HSL color Cylindrical-coordinate representation of color #DBD1DA: hue angle of 306º degrees, saturation: 0.12, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBD1DA is Cyan = 0, Magento = 0.05, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 209 | 218 | - |
CMYK | 0 | 0.05 | 0.00 | 0.14 |
HSL | 306º | 0.12% | 0.84% | - |
HSV(B) | 306º | 0.05% | 0.86% | - |
XYZ | 64.67 | 65.72 | 75.61 | - |
YUV | 213.02 | 130.81 | 132.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 209 | 218 | 0 | 0.05 | 0.00 | 0.14 | 306 | 0.12 | 0.84 |
Hex | DB | D1 | DA | 0 | 5 | 0 | E | 132 | C | 54 |
Octal | 333 | 321 | 332 | 0 | 5 | 0 | 16 | 462 | 14 | 124 |
Binary | 11011011 | 11010001 | 11011010 | 0 | 101 | 0 | 1110 | 100110010 | 1100 | 1010100 |
Color Harmonies of #DBD1DA
Complementary color
Monochromatic Colors of #DBD1DA
Black with #DBD1DA
Text Example
Text Example
White with #DBD1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD1DA; }
p { color: rgb(219,209,218); }
H1.HeaderClassName
{
color: #DBD1DA;
}
.AnyTagClassName
{
color: #DBD1DA;
}
</style>
background-color css
<style>
a { background-color: #DBD1DA; }
a { background-color: rgb(219,209,218); }
div.DivClassName
{
background-color: #DBD1DA;
}
.BgClassName
{
background-color: #DBD1DA;
}
</style>
border-color css
<style>
span { border-color: #DBD1DA; }
span { border-color: rgb(219,209,218); }
td.TdClassName
{
border-color: #DBD1DA;
}
.TagClassName
{
border-color: #DBD1DA;
}
</style>