Shades of Thistle #DCBAE3
Tints of Thistle #DCBAE3
RGB
CMYK
RGB Variations
Color information
#DCBAE3 (or 0xDCBAE3) is known color: Thistle. HEX triplet: DC, BA and E3. RGB value is (220,186,227). Sum of RGB (Red+Green+Blue) = 220+186+227=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 227 (89.06% from 255 or 35.86% from 633); Max value from RGB is 227 - color contains mainly: blue. Hex color #DCBAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAE3 is #23451C. Grayscale: #C8C8C8. Windows color (decimal): -2311453 or 14924508. OLE color: 14924508.
HSL color Cylindrical-coordinate representation of color #DCBAE3: hue angle of 289.76º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCBAE3 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 186 | 227 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.11 |
| HSL | 289.76º | 0.42% | 0.81% | - |
| HSV(B) | 289.76º | 0.18% | 0.89% | - |
| XYZ | 60.94 | 55.88 | 80.25 | - |
| YUV | 200.84 | 142.76 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 227 | 0.03 | 0.18 | 0 | 0.11 | 289.76 | 0.42 | 0.81 |
| Hex | DC | BA | E3 | 3 | 12 | 0 | B | 122 | 2A | 51 |
| Octal | 334 | 272 | 343 | 3 | 22 | 0 | 13 | 442 | 52 | 121 |
| Binary | 11011100 | 10111010 | 11100011 | 11 | 10010 | 0 | 1011 | 100100010 | 101010 | 1010001 |
Color Harmonies of #DCBAE3
Complementary color
Monochromatic Colors of #DCBAE3
Black with #DCBAE3
Text Example
Text Example
White with #DCBAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBAE3; }
p { color: rgb(220,186,227); }
H1.HeaderClassName
{
color: #DCBAE3;
}
.AnyTagClassName
{
color: #DCBAE3;
}
</style>
background-color css
<style>
a { background-color: #DCBAE3; }
a { background-color: rgb(220,186,227); }
div.DivClassName
{
background-color: #DCBAE3;
}
.BgClassName
{
background-color: #DCBAE3;
}
</style>
border-color css
<style>
span { border-color: #DCBAE3; }
span { border-color: rgb(220,186,227); }
td.TdClassName
{
border-color: #DCBAE3;
}
.TagClassName
{
border-color: #DCBAE3;
}
</style>