Shades of Thistle #DBC3DF
Tints of Thistle #DBC3DF
RGB
CMYK
RGB Variations
Color information
#DBC3DF (or 0xDBC3DF) is known color: Thistle. HEX triplet: DB, C3 and DF. RGB value is (219,195,223). Sum of RGB (Red+Green+Blue) = 219+195+223=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 195 (76.56% from 255 or 30.61% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBC3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC3DF is #243C20. Grayscale: #CDCDCD. Windows color (decimal): -2374689 or 14664667. OLE color: 14664667.
HSL color Cylindrical-coordinate representation of color #DBC3DF: hue angle of 291.43º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBC3DF is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 195 | 223 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.13 |
| HSL | 291.43º | 0.3% | 0.82% | - |
| HSV(B) | 291.43º | 0.13% | 0.87% | - |
| XYZ | 62.05 | 59.42 | 78.01 | - |
| YUV | 205.37 | 137.95 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 195 | 223 | 0.02 | 0.13 | 0 | 0.13 | 291.43 | 0.3 | 0.82 |
| Hex | DB | C3 | DF | 2 | D | 0 | D | 123 | 1E | 52 |
| Octal | 333 | 303 | 337 | 2 | 15 | 0 | 15 | 443 | 36 | 122 |
| Binary | 11011011 | 11000011 | 11011111 | 10 | 1101 | 0 | 1101 | 100100011 | 11110 | 1010010 |
Color Harmonies of #DBC3DF
Complementary color
Monochromatic Colors of #DBC3DF
Black with #DBC3DF
Text Example
Text Example
White with #DBC3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC3DF; }
p { color: rgb(219,195,223); }
H1.HeaderClassName
{
color: #DBC3DF;
}
.AnyTagClassName
{
color: #DBC3DF;
}
</style>
background-color css
<style>
a { background-color: #DBC3DF; }
a { background-color: rgb(219,195,223); }
div.DivClassName
{
background-color: #DBC3DF;
}
.BgClassName
{
background-color: #DBC3DF;
}
</style>
border-color css
<style>
span { border-color: #DBC3DF; }
span { border-color: rgb(219,195,223); }
td.TdClassName
{
border-color: #DBC3DF;
}
.TagClassName
{
border-color: #DBC3DF;
}
</style>