Shades of Thistle #DBC1DB
Tints of Thistle #DBC1DB
RGB
CMYK
RGB Variations
Color information
#DBC1DB (or 0xDBC1DB) is known color: Thistle. HEX triplet: DB, C1 and DB. RGB value is (219,193,219). Sum of RGB (Red+Green+Blue) = 219+193+219=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 193 (75.78% from 255 or 30.59% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBC1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC1DB is #243E24. Grayscale: #CBCBCB. Windows color (decimal): -2375205 or 14402011. OLE color: 14402011.
HSL color Cylindrical-coordinate representation of color #DBC1DB: hue angle of 300º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBC1DB is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 193 | 219 | - |
CMYK | 0 | 0.12 | 0 | 0.14 |
HSL | 300º | 0.27% | 0.81% | - |
HSV(B) | 300º | 0.12% | 0.86% | - |
XYZ | 61.07 | 58.31 | 75.05 | - |
YUV | 203.74 | 136.61 | 138.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 193 | 219 | 0 | 0.12 | 0 | 0.14 | 300 | 0.27 | 0.81 |
Hex | DB | C1 | DB | 0 | C | 0 | E | 12C | 1B | 51 |
Octal | 333 | 301 | 333 | 0 | 14 | 0 | 16 | 454 | 33 | 121 |
Binary | 11011011 | 11000001 | 11011011 | 0 | 1100 | 0 | 1110 | 100101100 | 11011 | 1010001 |
Color Harmonies of #DBC1DB
Complementary color
Monochromatic Colors of #DBC1DB
Black with #DBC1DB
Text Example
Text Example
White with #DBC1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC1DB; }
p { color: rgb(219,193,219); }
H1.HeaderClassName
{
color: #DBC1DB;
}
.AnyTagClassName
{
color: #DBC1DB;
}
</style>
background-color css
<style>
a { background-color: #DBC1DB; }
a { background-color: rgb(219,193,219); }
div.DivClassName
{
background-color: #DBC1DB;
}
.BgClassName
{
background-color: #DBC1DB;
}
</style>
border-color css
<style>
span { border-color: #DBC1DB; }
span { border-color: rgb(219,193,219); }
td.TdClassName
{
border-color: #DBC1DB;
}
.TagClassName
{
border-color: #DBC1DB;
}
</style>