Shades of Thistle #DBCADB
Tints of Thistle #DBCADB
RGB
CMYK
RGB Variations
Color information
#DBCADB (or 0xDBCADB) is known color: Thistle. HEX triplet: DB, CA and DB. RGB value is (219,202,219). Sum of RGB (Red+Green+Blue) = 219+202+219=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 202 (79.30% from 255 or 31.56% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBCADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCADB is #243524. Grayscale: #D0D0D0. Windows color (decimal): -2372901 or 14404315. OLE color: 14404315.
HSL color Cylindrical-coordinate representation of color #DBCADB: hue angle of 300º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBCADB is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 202 | 219 | - |
CMYK | 0 | 0.08 | 0 | 0.14 |
HSL | 300º | 0.19% | 0.83% | - |
HSV(B) | 300º | 0.08% | 0.86% | - |
XYZ | 63.12 | 62.42 | 75.74 | - |
YUV | 209.02 | 133.63 | 135.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 202 | 219 | 0 | 0.08 | 0 | 0.14 | 300 | 0.19 | 0.83 |
Hex | DB | CA | DB | 0 | 8 | 0 | E | 12C | 13 | 53 |
Octal | 333 | 312 | 333 | 0 | 10 | 0 | 16 | 454 | 23 | 123 |
Binary | 11011011 | 11001010 | 11011011 | 0 | 1000 | 0 | 1110 | 100101100 | 10011 | 1010011 |
Color Harmonies of #DBCADB
Complementary color
Monochromatic Colors of #DBCADB
Black with #DBCADB
Text Example
Text Example
White with #DBCADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCADB; }
p { color: rgb(219,202,219); }
H1.HeaderClassName
{
color: #DBCADB;
}
.AnyTagClassName
{
color: #DBCADB;
}
</style>
background-color css
<style>
a { background-color: #DBCADB; }
a { background-color: rgb(219,202,219); }
div.DivClassName
{
background-color: #DBCADB;
}
.BgClassName
{
background-color: #DBCADB;
}
</style>
border-color css
<style>
span { border-color: #DBCADB; }
span { border-color: rgb(219,202,219); }
td.TdClassName
{
border-color: #DBCADB;
}
.TagClassName
{
border-color: #DBCADB;
}
</style>