Shades of Thistle #DBC8DA
Tints of Thistle #DBC8DA
RGB
CMYK
RGB Variations
Color information
#DBC8DA (or 0xDBC8DA) is known color: Thistle. HEX triplet: DB, C8 and DA. RGB value is (219,200,218). Sum of RGB (Red+Green+Blue) = 219+200+218=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 200 (78.52% from 255 or 31.40% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC8DA is #243725. Grayscale: #CFCFCF. Windows color (decimal): -2373414 or 14338267. OLE color: 14338267.
HSL color Cylindrical-coordinate representation of color #DBC8DA: hue angle of 303.16º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBC8DA is Cyan = 0, Magento = 0.09, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 218 | - |
| CMYK | 0 | 0.09 | 0.00 | 0.14 |
| HSL | 303.16º | 0.21% | 0.82% | - |
| HSV(B) | 303.16º | 0.09% | 0.86% | - |
| XYZ | 62.52 | 61.43 | 74.89 | - |
| YUV | 207.73 | 133.79 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 218 | 0 | 0.09 | 0.00 | 0.14 | 303.16 | 0.21 | 0.82 |
| Hex | DB | C8 | DA | 0 | 9 | 0 | E | 12F | 15 | 52 |
| Octal | 333 | 310 | 332 | 0 | 11 | 0 | 16 | 457 | 25 | 122 |
| Binary | 11011011 | 11001000 | 11011010 | 0 | 1001 | 0 | 1110 | 100101111 | 10101 | 1010010 |
Color Harmonies of #DBC8DA
Complementary color
Monochromatic Colors of #DBC8DA
Black with #DBC8DA
Text Example
Text Example
White with #DBC8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC8DA; }
p { color: rgb(219,200,218); }
H1.HeaderClassName
{
color: #DBC8DA;
}
.AnyTagClassName
{
color: #DBC8DA;
}
</style>
background-color css
<style>
a { background-color: #DBC8DA; }
a { background-color: rgb(219,200,218); }
div.DivClassName
{
background-color: #DBC8DA;
}
.BgClassName
{
background-color: #DBC8DA;
}
</style>
border-color css
<style>
span { border-color: #DBC8DA; }
span { border-color: rgb(219,200,218); }
td.TdClassName
{
border-color: #DBC8DA;
}
.TagClassName
{
border-color: #DBC8DA;
}
</style>