Shades of Thistle #DBC2DB
Tints of Thistle #DBC2DB
RGB
CMYK
RGB Variations
Color information
#DBC2DB (or 0xDBC2DB) is known color: Thistle. HEX triplet: DB, C2 and DB. RGB value is (219,194,219). Sum of RGB (Red+Green+Blue) = 219+194+219=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 194 (76.17% from 255 or 30.70% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBC2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC2DB is #243D24. Grayscale: #CCCCCC. Windows color (decimal): -2374949 or 14402267. OLE color: 14402267.
HSL color Cylindrical-coordinate representation of color #DBC2DB: hue angle of 300º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBC2DB is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 194 | 219 | - |
CMYK | 0 | 0.11 | 0 | 0.14 |
HSL | 300º | 0.26% | 0.81% | - |
HSV(B) | 300º | 0.11% | 0.86% | - |
XYZ | 61.29 | 58.76 | 75.13 | - |
YUV | 204.33 | 136.28 | 138.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 194 | 219 | 0 | 0.11 | 0 | 0.14 | 300 | 0.26 | 0.81 |
Hex | DB | C2 | DB | 0 | B | 0 | E | 12C | 1A | 51 |
Octal | 333 | 302 | 333 | 0 | 13 | 0 | 16 | 454 | 32 | 121 |
Binary | 11011011 | 11000010 | 11011011 | 0 | 1011 | 0 | 1110 | 100101100 | 11010 | 1010001 |
Color Harmonies of #DBC2DB
Complementary color
Monochromatic Colors of #DBC2DB
Black with #DBC2DB
Text Example
Text Example
White with #DBC2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC2DB; }
p { color: rgb(219,194,219); }
H1.HeaderClassName
{
color: #DBC2DB;
}
.AnyTagClassName
{
color: #DBC2DB;
}
</style>
background-color css
<style>
a { background-color: #DBC2DB; }
a { background-color: rgb(219,194,219); }
div.DivClassName
{
background-color: #DBC2DB;
}
.BgClassName
{
background-color: #DBC2DB;
}
</style>
border-color css
<style>
span { border-color: #DBC2DB; }
span { border-color: rgb(219,194,219); }
td.TdClassName
{
border-color: #DBC2DB;
}
.TagClassName
{
border-color: #DBC2DB;
}
</style>