Shades of Thistle #DCB9E4
Tints of Thistle #DCB9E4
RGB
CMYK
RGB Variations
Color information
#DCB9E4 (or 0xDCB9E4) is known color: Thistle. HEX triplet: DC, B9 and E4. RGB value is (220,185,228). Sum of RGB (Red+Green+Blue) = 220+185+228=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 185 (72.66% from 255 or 29.23% from 633); Blue value is 228 (89.45% from 255 or 36.02% from 633); Max value from RGB is 228 - color contains mainly: blue. Hex color #DCB9E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB9E4 is #23461B. Grayscale: #C8C8C8. Windows color (decimal): -2311708 or 14989788. OLE color: 14989788.
HSL color Cylindrical-coordinate representation of color #DCB9E4: hue angle of 288.84º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCB9E4 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 185 | 228 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.11 |
| HSL | 288.84º | 0.44% | 0.81% | - |
| HSV(B) | 288.84º | 0.19% | 0.89% | - |
| XYZ | 60.87 | 55.52 | 80.91 | - |
| YUV | 200.37 | 143.6 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 228 | 0.04 | 0.19 | 0 | 0.11 | 288.84 | 0.44 | 0.81 |
| Hex | DC | B9 | E4 | 4 | 13 | 0 | B | 121 | 2C | 51 |
| Octal | 334 | 271 | 344 | 4 | 23 | 0 | 13 | 441 | 54 | 121 |
| Binary | 11011100 | 10111001 | 11100100 | 100 | 10011 | 0 | 1011 | 100100001 | 101100 | 1010001 |
Color Harmonies of #DCB9E4
Complementary color
Monochromatic Colors of #DCB9E4
Black with #DCB9E4
Text Example
Text Example
White with #DCB9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB9E4; }
p { color: rgb(220,185,228); }
H1.HeaderClassName
{
color: #DCB9E4;
}
.AnyTagClassName
{
color: #DCB9E4;
}
</style>
background-color css
<style>
a { background-color: #DCB9E4; }
a { background-color: rgb(220,185,228); }
div.DivClassName
{
background-color: #DCB9E4;
}
.BgClassName
{
background-color: #DCB9E4;
}
</style>
border-color css
<style>
span { border-color: #DCB9E4; }
span { border-color: rgb(220,185,228); }
td.TdClassName
{
border-color: #DCB9E4;
}
.TagClassName
{
border-color: #DCB9E4;
}
</style>