Shades of Thistle #DBCADE
Tints of Thistle #DBCADE
RGB
CMYK
RGB Variations
Color information
#DBCADE (or 0xDBCADE) is known color: Thistle. HEX triplet: DB, CA and DE. RGB value is (219,202,222). Sum of RGB (Red+Green+Blue) = 219+202+222=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 222 - color contains mainly: blue. Hex color #DBCADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCADE is #243521. Grayscale: #D1D1D1. Windows color (decimal): -2372898 or 14600923. OLE color: 14600923.
HSL color Cylindrical-coordinate representation of color #DBCADE: hue angle of 291º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBCADE is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 202 | 222 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.13 |
| HSL | 291º | 0.23% | 0.83% | - |
| HSV(B) | 291º | 0.09% | 0.87% | - |
| XYZ | 63.52 | 62.58 | 77.84 | - |
| YUV | 209.36 | 135.13 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 222 | 0.01 | 0.09 | 0 | 0.13 | 291 | 0.23 | 0.83 |
| Hex | DB | CA | DE | 1 | 9 | 0 | D | 123 | 17 | 53 |
| Octal | 333 | 312 | 336 | 1 | 11 | 0 | 15 | 443 | 27 | 123 |
| Binary | 11011011 | 11001010 | 11011110 | 1 | 1001 | 0 | 1101 | 100100011 | 10111 | 1010011 |
Color Harmonies of #DBCADE
Complementary color
Monochromatic Colors of #DBCADE
Black with #DBCADE
Text Example
Text Example
White with #DBCADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCADE; }
p { color: rgb(219,202,222); }
H1.HeaderClassName
{
color: #DBCADE;
}
.AnyTagClassName
{
color: #DBCADE;
}
</style>
background-color css
<style>
a { background-color: #DBCADE; }
a { background-color: rgb(219,202,222); }
div.DivClassName
{
background-color: #DBCADE;
}
.BgClassName
{
background-color: #DBCADE;
}
</style>
border-color css
<style>
span { border-color: #DBCADE; }
span { border-color: rgb(219,202,222); }
td.TdClassName
{
border-color: #DBCADE;
}
.TagClassName
{
border-color: #DBCADE;
}
</style>