Shades of Thistle #DBCCD9
Tints of Thistle #DBCCD9
RGB
CMYK
RGB Variations
Color information
#DBCCD9 (or 0xDBCCD9) is known color: Thistle. HEX triplet: DB, CC and D9. RGB value is (219,204,217). Sum of RGB (Red+Green+Blue) = 219+204+217=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 217 (85.16% from 255 or 33.91% from 640); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCCD9 is #243326. Grayscale: #D1D1D1. Windows color (decimal): -2372391 or 14273755. OLE color: 14273755.
HSL color Cylindrical-coordinate representation of color #DBCCD9: hue angle of 308º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBCCD9 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 204 | 217 | - |
CMYK | 0 | 0.07 | 0.01 | 0.14 |
HSL | 308º | 0.17% | 0.83% | - |
HSV(B) | 308º | 0.07% | 0.86% | - |
XYZ | 63.33 | 63.26 | 74.52 | - |
YUV | 209.97 | 131.97 | 134.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 204 | 217 | 0 | 0.07 | 0.01 | 0.14 | 308 | 0.17 | 0.83 |
Hex | DB | CC | D9 | 0 | 7 | 1 | E | 134 | 11 | 53 |
Octal | 333 | 314 | 331 | 0 | 7 | 1 | 16 | 464 | 21 | 123 |
Binary | 11011011 | 11001100 | 11011001 | 0 | 111 | 1 | 1110 | 100110100 | 10001 | 1010011 |
Color Harmonies of #DBCCD9
Complementary color
Monochromatic Colors of #DBCCD9
Black with #DBCCD9
Text Example
Text Example
White with #DBCCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCCD9; }
p { color: rgb(219,204,217); }
H1.HeaderClassName
{
color: #DBCCD9;
}
.AnyTagClassName
{
color: #DBCCD9;
}
</style>
background-color css
<style>
a { background-color: #DBCCD9; }
a { background-color: rgb(219,204,217); }
div.DivClassName
{
background-color: #DBCCD9;
}
.BgClassName
{
background-color: #DBCCD9;
}
</style>
border-color css
<style>
span { border-color: #DBCCD9; }
span { border-color: rgb(219,204,217); }
td.TdClassName
{
border-color: #DBCCD9;
}
.TagClassName
{
border-color: #DBCCD9;
}
</style>