Shades of Thistle #DBC3DB
Tints of Thistle #DBC3DB
RGB
CMYK
RGB Variations
Color information
#DBC3DB (or 0xDBC3DB) is known color: Thistle. HEX triplet: DB, C3 and DB. RGB value is (219,195,219). Sum of RGB (Red+Green+Blue) = 219+195+219=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 195 (76.56% from 255 or 30.81% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBC3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC3DB is #243C24. Grayscale: #CCCCCC. Windows color (decimal): -2374693 or 14402523. OLE color: 14402523.
HSL color Cylindrical-coordinate representation of color #DBC3DB: hue angle of 300º degrees, saturation: 0.25, 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 #DBC3DB is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 195 | 219 | - |
CMYK | 0 | 0.11 | 0 | 0.14 |
HSL | 300º | 0.25% | 0.81% | - |
HSV(B) | 300º | 0.11% | 0.86% | - |
XYZ | 61.51 | 59.2 | 75.2 | - |
YUV | 204.91 | 135.95 | 138.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 195 | 219 | 0 | 0.11 | 0 | 0.14 | 300 | 0.25 | 0.81 |
Hex | DB | C3 | DB | 0 | B | 0 | E | 12C | 19 | 51 |
Octal | 333 | 303 | 333 | 0 | 13 | 0 | 16 | 454 | 31 | 121 |
Binary | 11011011 | 11000011 | 11011011 | 0 | 1011 | 0 | 1110 | 100101100 | 11001 | 1010001 |
Color Harmonies of #DBC3DB
Complementary color
Monochromatic Colors of #DBC3DB
Black with #DBC3DB
Text Example
Text Example
White with #DBC3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC3DB; }
p { color: rgb(219,195,219); }
H1.HeaderClassName
{
color: #DBC3DB;
}
.AnyTagClassName
{
color: #DBC3DB;
}
</style>
background-color css
<style>
a { background-color: #DBC3DB; }
a { background-color: rgb(219,195,219); }
div.DivClassName
{
background-color: #DBC3DB;
}
.BgClassName
{
background-color: #DBC3DB;
}
</style>
border-color css
<style>
span { border-color: #DBC3DB; }
span { border-color: rgb(219,195,219); }
td.TdClassName
{
border-color: #DBC3DB;
}
.TagClassName
{
border-color: #DBC3DB;
}
</style>