Shades of Thistle #DBCED9
Tints of Thistle #DBCED9
RGB
CMYK
RGB Variations
Color information
#DBCED9 (or 0xDBCED9) is known color: Thistle. HEX triplet: DB, CE and D9. RGB value is (219,206,217). Sum of RGB (Red+Green+Blue) = 219+206+217=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 206 (80.86% from 255 or 32.09% from 642); Blue value is 217 (85.16% from 255 or 33.80% from 642); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCED9 is #243126. Grayscale: #D3D3D3. Windows color (decimal): -2371879 or 14274267. OLE color: 14274267.
HSL color Cylindrical-coordinate representation of color #DBCED9: hue angle of 309.23º 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 #DBCED9 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 217 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.14 |
| HSL | 309.23º | 0.15% | 0.83% | - |
| HSV(B) | 309.23º | 0.06% | 0.86% | - |
| XYZ | 63.81 | 64.21 | 74.68 | - |
| YUV | 211.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 217 | 0 | 0.06 | 0.01 | 0.14 | 309.23 | 0.15 | 0.83 |
| Hex | DB | CE | D9 | 0 | 6 | 1 | E | 135 | F | 53 |
| Octal | 333 | 316 | 331 | 0 | 6 | 1 | 16 | 465 | 17 | 123 |
| Binary | 11011011 | 11001110 | 11011001 | 0 | 110 | 1 | 1110 | 100110101 | 1111 | 1010011 |
Color Harmonies of #DBCED9
Complementary color
Monochromatic Colors of #DBCED9
Black with #DBCED9
Text Example
Text Example
White with #DBCED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCED9; }
p { color: rgb(219,206,217); }
H1.HeaderClassName
{
color: #DBCED9;
}
.AnyTagClassName
{
color: #DBCED9;
}
</style>
background-color css
<style>
a { background-color: #DBCED9; }
a { background-color: rgb(219,206,217); }
div.DivClassName
{
background-color: #DBCED9;
}
.BgClassName
{
background-color: #DBCED9;
}
</style>
border-color css
<style>
span { border-color: #DBCED9; }
span { border-color: rgb(219,206,217); }
td.TdClassName
{
border-color: #DBCED9;
}
.TagClassName
{
border-color: #DBCED9;
}
</style>