Shades of Thistle #DBC4DF
Tints of Thistle #DBC4DF
RGB
CMYK
RGB Variations
Color information
#DBC4DF (or 0xDBC4DF) is known color: Thistle. HEX triplet: DB, C4 and DF. RGB value is (219,196,223). Sum of RGB (Red+Green+Blue) = 219+196+223=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 196 (76.95% from 255 or 30.72% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBC4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC4DF is #243B20. Grayscale: #CDCDCD. Windows color (decimal): -2374433 or 14664923. OLE color: 14664923.
HSL color Cylindrical-coordinate representation of color #DBC4DF: hue angle of 291.11º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBC4DF is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 196 | 223 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.13 |
| HSL | 291.11º | 0.3% | 0.82% | - |
| HSV(B) | 291.11º | 0.12% | 0.87% | - |
| XYZ | 62.27 | 59.87 | 78.09 | - |
| YUV | 205.96 | 137.62 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 196 | 223 | 0.02 | 0.12 | 0 | 0.13 | 291.11 | 0.3 | 0.82 |
| Hex | DB | C4 | DF | 2 | C | 0 | D | 123 | 1E | 52 |
| Octal | 333 | 304 | 337 | 2 | 14 | 0 | 15 | 443 | 36 | 122 |
| Binary | 11011011 | 11000100 | 11011111 | 10 | 1100 | 0 | 1101 | 100100011 | 11110 | 1010010 |
Color Harmonies of #DBC4DF
Complementary color
Monochromatic Colors of #DBC4DF
Black with #DBC4DF
Text Example
Text Example
White with #DBC4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC4DF; }
p { color: rgb(219,196,223); }
H1.HeaderClassName
{
color: #DBC4DF;
}
.AnyTagClassName
{
color: #DBC4DF;
}
</style>
background-color css
<style>
a { background-color: #DBC4DF; }
a { background-color: rgb(219,196,223); }
div.DivClassName
{
background-color: #DBC4DF;
}
.BgClassName
{
background-color: #DBC4DF;
}
</style>
border-color css
<style>
span { border-color: #DBC4DF; }
span { border-color: rgb(219,196,223); }
td.TdClassName
{
border-color: #DBC4DF;
}
.TagClassName
{
border-color: #DBC4DF;
}
</style>