Shades of Thistle #DBCDDB
Tints of Thistle #DBCDDB
RGB
CMYK
RGB Variations
Color information
#DBCDDB (or 0xDBCDDB) is known color: Thistle. HEX triplet: DB, CD and DB. RGB value is (219,205,219). Sum of RGB (Red+Green+Blue) = 219+205+219=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 205 (80.47% from 255 or 31.88% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBCDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCDDB is #243224. Grayscale: #D2D2D2. Windows color (decimal): -2372133 or 14405083. OLE color: 14405083.
HSL color Cylindrical-coordinate representation of color #DBCDDB: hue angle of 300º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBCDDB is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 205 | 219 | - |
CMYK | 0 | 0.06 | 0 | 0.14 |
HSL | 300º | 0.16% | 0.83% | - |
HSV(B) | 300º | 0.06% | 0.86% | - |
XYZ | 63.83 | 63.84 | 75.98 | - |
YUV | 210.78 | 132.64 | 133.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 205 | 219 | 0 | 0.06 | 0 | 0.14 | 300 | 0.16 | 0.83 |
Hex | DB | CD | DB | 0 | 6 | 0 | E | 12C | 10 | 53 |
Octal | 333 | 315 | 333 | 0 | 6 | 0 | 16 | 454 | 20 | 123 |
Binary | 11011011 | 11001101 | 11011011 | 0 | 110 | 0 | 1110 | 100101100 | 10000 | 1010011 |
Color Harmonies of #DBCDDB
Complementary color
Monochromatic Colors of #DBCDDB
Black with #DBCDDB
Text Example
Text Example
White with #DBCDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCDDB; }
p { color: rgb(219,205,219); }
H1.HeaderClassName
{
color: #DBCDDB;
}
.AnyTagClassName
{
color: #DBCDDB;
}
</style>
background-color css
<style>
a { background-color: #DBCDDB; }
a { background-color: rgb(219,205,219); }
div.DivClassName
{
background-color: #DBCDDB;
}
.BgClassName
{
background-color: #DBCDDB;
}
</style>
border-color css
<style>
span { border-color: #DBCDDB; }
span { border-color: rgb(219,205,219); }
td.TdClassName
{
border-color: #DBCDDB;
}
.TagClassName
{
border-color: #DBCDDB;
}
</style>