Shades of Thistle #DBC5DB
Tints of Thistle #DBC5DB
RGB
CMYK
RGB Variations
Color information
#DBC5DB (or 0xDBC5DB) is known color: Thistle. HEX triplet: DB, C5 and DB. RGB value is (219,197,219). Sum of RGB (Red+Green+Blue) = 219+197+219=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 197 (77.34% from 255 or 31.02% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBC5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC5DB is #243A24. Grayscale: #CECECE. Windows color (decimal): -2374181 or 14403035. OLE color: 14403035.
HSL color Cylindrical-coordinate representation of color #DBC5DB: hue angle of 300º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBC5DB is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 197 | 219 | - |
CMYK | 0 | 0.10 | 0 | 0.14 |
HSL | 300º | 0.23% | 0.82% | - |
HSV(B) | 300º | 0.1% | 0.86% | - |
XYZ | 61.97 | 60.11 | 75.35 | - |
YUV | 206.09 | 135.29 | 137.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 197 | 219 | 0 | 0.10 | 0 | 0.14 | 300 | 0.23 | 0.82 |
Hex | DB | C5 | DB | 0 | A | 0 | E | 12C | 17 | 52 |
Octal | 333 | 305 | 333 | 0 | 12 | 0 | 16 | 454 | 27 | 122 |
Binary | 11011011 | 11000101 | 11011011 | 0 | 1010 | 0 | 1110 | 100101100 | 10111 | 1010010 |
Color Harmonies of #DBC5DB
Complementary color
Monochromatic Colors of #DBC5DB
Black with #DBC5DB
Text Example
Text Example
White with #DBC5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC5DB; }
p { color: rgb(219,197,219); }
H1.HeaderClassName
{
color: #DBC5DB;
}
.AnyTagClassName
{
color: #DBC5DB;
}
</style>
background-color css
<style>
a { background-color: #DBC5DB; }
a { background-color: rgb(219,197,219); }
div.DivClassName
{
background-color: #DBC5DB;
}
.BgClassName
{
background-color: #DBC5DB;
}
</style>
border-color css
<style>
span { border-color: #DBC5DB; }
span { border-color: rgb(219,197,219); }
td.TdClassName
{
border-color: #DBC5DB;
}
.TagClassName
{
border-color: #DBC5DB;
}
</style>