Shades of Thistle #DCBDE4
Tints of Thistle #DCBDE4
RGB
CMYK
RGB Variations
Color information
#DCBDE4 (or 0xDCBDE4) is known color: Thistle. HEX triplet: DC, BD and E4. RGB value is (220,189,228). Sum of RGB (Red+Green+Blue) = 220+189+228=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 189 (74.22% from 255 or 29.67% from 637); Blue value is 228 (89.45% from 255 or 35.79% from 637); Max value from RGB is 228 - color contains mainly: blue. Hex color #DCBDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDE4 is #23421B. Grayscale: #CACACA. Windows color (decimal): -2310684 or 14990812. OLE color: 14990812.
HSL color Cylindrical-coordinate representation of color #DCBDE4: hue angle of 287.69º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCBDE4 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 189 | 228 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.11 |
| HSL | 287.69º | 0.42% | 0.82% | - |
| HSV(B) | 287.69º | 0.17% | 0.89% | - |
| XYZ | 61.72 | 57.21 | 81.19 | - |
| YUV | 202.72 | 142.27 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 228 | 0.04 | 0.17 | 0 | 0.11 | 287.69 | 0.42 | 0.82 |
| Hex | DC | BD | E4 | 4 | 11 | 0 | B | 120 | 2A | 52 |
| Octal | 334 | 275 | 344 | 4 | 21 | 0 | 13 | 440 | 52 | 122 |
| Binary | 11011100 | 10111101 | 11100100 | 100 | 10001 | 0 | 1011 | 100100000 | 101010 | 1010010 |
Color Harmonies of #DCBDE4
Complementary color
Monochromatic Colors of #DCBDE4
Black with #DCBDE4
Text Example
Text Example
White with #DCBDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBDE4; }
p { color: rgb(220,189,228); }
H1.HeaderClassName
{
color: #DCBDE4;
}
.AnyTagClassName
{
color: #DCBDE4;
}
</style>
background-color css
<style>
a { background-color: #DCBDE4; }
a { background-color: rgb(220,189,228); }
div.DivClassName
{
background-color: #DCBDE4;
}
.BgClassName
{
background-color: #DCBDE4;
}
</style>
border-color css
<style>
span { border-color: #DCBDE4; }
span { border-color: rgb(220,189,228); }
td.TdClassName
{
border-color: #DCBDE4;
}
.TagClassName
{
border-color: #DCBDE4;
}
</style>