Shades of Thistle #DBC6E0
Tints of Thistle #DBC6E0
RGB
CMYK
RGB Variations
Color information
#DBC6E0 (or 0xDBC6E0) is known color: Thistle. HEX triplet: DB, C6 and E0. RGB value is (219,198,224). Sum of RGB (Red+Green+Blue) = 219+198+224=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 198 (77.73% from 255 or 30.89% from 641); Blue value is 224 (87.89% from 255 or 34.95% from 641); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBC6E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC6E0 is #24391F. Grayscale: #CFCFCF. Windows color (decimal): -2373920 or 14730971. OLE color: 14730971.
HSL color Cylindrical-coordinate representation of color #DBC6E0: hue angle of 288.46º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBC6E0 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 198 | 224 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.12 |
| HSL | 288.46º | 0.3% | 0.83% | - |
| HSV(B) | 288.46º | 0.12% | 0.88% | - |
| XYZ | 62.86 | 60.83 | 78.95 | - |
| YUV | 207.24 | 137.46 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 224 | 0.02 | 0.12 | 0 | 0.12 | 288.46 | 0.3 | 0.83 |
| Hex | DB | C6 | E0 | 2 | C | 0 | C | 120 | 1E | 53 |
| Octal | 333 | 306 | 340 | 2 | 14 | 0 | 14 | 440 | 36 | 123 |
| Binary | 11011011 | 11000110 | 11100000 | 10 | 1100 | 0 | 1100 | 100100000 | 11110 | 1010011 |
Color Harmonies of #DBC6E0
Complementary color
Monochromatic Colors of #DBC6E0
Black with #DBC6E0
Text Example
Text Example
White with #DBC6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC6E0; }
p { color: rgb(219,198,224); }
H1.HeaderClassName
{
color: #DBC6E0;
}
.AnyTagClassName
{
color: #DBC6E0;
}
</style>
background-color css
<style>
a { background-color: #DBC6E0; }
a { background-color: rgb(219,198,224); }
div.DivClassName
{
background-color: #DBC6E0;
}
.BgClassName
{
background-color: #DBC6E0;
}
</style>
border-color css
<style>
span { border-color: #DBC6E0; }
span { border-color: rgb(219,198,224); }
td.TdClassName
{
border-color: #DBC6E0;
}
.TagClassName
{
border-color: #DBC6E0;
}
</style>