Shades of Thistle #DBCEDA
Tints of Thistle #DBCEDA
RGB
CMYK
RGB Variations
Color information
#DBCEDA (or 0xDBCEDA) is known color: Thistle. HEX triplet: DB, CE and DA. RGB value is (219,206,218). Sum of RGB (Red+Green+Blue) = 219+206+218=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 206 (80.86% from 255 or 32.04% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCEDA is #243125. Grayscale: #D3D3D3. Windows color (decimal): -2371878 or 14339803. OLE color: 14339803.
HSL color Cylindrical-coordinate representation of color #DBCEDA: hue angle of 304.62º degrees, saturation: 0.15, 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 #DBCEDA is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 218 | - |
| CMYK | 0 | 0.06 | 0.00 | 0.14 |
| HSL | 304.62º | 0.15% | 0.83% | - |
| HSV(B) | 304.62º | 0.06% | 0.86% | - |
| XYZ | 63.94 | 64.26 | 75.36 | - |
| YUV | 211.26 | 131.81 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 218 | 0 | 0.06 | 0.00 | 0.14 | 304.62 | 0.15 | 0.83 |
| Hex | DB | CE | DA | 0 | 6 | 0 | E | 131 | F | 53 |
| Octal | 333 | 316 | 332 | 0 | 6 | 0 | 16 | 461 | 17 | 123 |
| Binary | 11011011 | 11001110 | 11011010 | 0 | 110 | 0 | 1110 | 100110001 | 1111 | 1010011 |
Color Harmonies of #DBCEDA
Complementary color
Monochromatic Colors of #DBCEDA
Black with #DBCEDA
Text Example
Text Example
White with #DBCEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCEDA; }
p { color: rgb(219,206,218); }
H1.HeaderClassName
{
color: #DBCEDA;
}
.AnyTagClassName
{
color: #DBCEDA;
}
</style>
background-color css
<style>
a { background-color: #DBCEDA; }
a { background-color: rgb(219,206,218); }
div.DivClassName
{
background-color: #DBCEDA;
}
.BgClassName
{
background-color: #DBCEDA;
}
</style>
border-color css
<style>
span { border-color: #DBCEDA; }
span { border-color: rgb(219,206,218); }
td.TdClassName
{
border-color: #DBCEDA;
}
.TagClassName
{
border-color: #DBCEDA;
}
</style>