Shades of Thistle #DBC7DF
Tints of Thistle #DBC7DF
RGB
CMYK
RGB Variations
Color information
#DBC7DF (or 0xDBC7DF) is known color: Thistle. HEX triplet: DB, C7 and DF. RGB value is (219,199,223). Sum of RGB (Red+Green+Blue) = 219+199+223=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 199 (78.12% from 255 or 31.05% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBC7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC7DF is #243820. Grayscale: #CFCFCF. Windows color (decimal): -2373665 or 14665691. OLE color: 14665691.
HSL color Cylindrical-coordinate representation of color #DBC7DF: hue angle of 290º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBC7DF is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 199 | 223 | - |
CMYK | 0.02 | 0.11 | 0 | 0.13 |
HSL | 290º | 0.27% | 0.83% | - |
HSV(B) | 290º | 0.11% | 0.87% | - |
XYZ | 62.96 | 61.23 | 78.31 | - |
YUV | 207.72 | 136.63 | 136.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 199 | 223 | 0.02 | 0.11 | 0 | 0.13 | 290 | 0.27 | 0.83 |
Hex | DB | C7 | DF | 2 | B | 0 | D | 122 | 1B | 53 |
Octal | 333 | 307 | 337 | 2 | 13 | 0 | 15 | 442 | 33 | 123 |
Binary | 11011011 | 11000111 | 11011111 | 10 | 1011 | 0 | 1101 | 100100010 | 11011 | 1010011 |
Color Harmonies of #DBC7DF
Complementary color
Monochromatic Colors of #DBC7DF
Black with #DBC7DF
Text Example
Text Example
White with #DBC7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC7DF; }
p { color: rgb(219,199,223); }
H1.HeaderClassName
{
color: #DBC7DF;
}
.AnyTagClassName
{
color: #DBC7DF;
}
</style>
background-color css
<style>
a { background-color: #DBC7DF; }
a { background-color: rgb(219,199,223); }
div.DivClassName
{
background-color: #DBC7DF;
}
.BgClassName
{
background-color: #DBC7DF;
}
</style>
border-color css
<style>
span { border-color: #DBC7DF; }
span { border-color: rgb(219,199,223); }
td.TdClassName
{
border-color: #DBC7DF;
}
.TagClassName
{
border-color: #DBC7DF;
}
</style>