Shades of Thistle #DCBDE5
Tints of Thistle #DCBDE5
RGB
CMYK
RGB Variations
Color information
#DCBDE5 (or 0xDCBDE5) is known color: Thistle. HEX triplet: DC, BD and E5. RGB value is (220,189,229). Sum of RGB (Red+Green+Blue) = 220+189+229=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 189 (74.22% from 255 or 29.62% from 638); Blue value is 229 (89.84% from 255 or 35.89% from 638); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCBDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDE5 is #23421A. Grayscale: #CACACA. Windows color (decimal): -2310683 or 15056348. OLE color: 15056348.
HSL color Cylindrical-coordinate representation of color #DCBDE5: hue angle of 286.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCBDE5 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 189 | 229 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.10 |
| HSL | 286.5º | 0.43% | 0.82% | - |
| HSV(B) | 286.5º | 0.17% | 0.9% | - |
| XYZ | 61.86 | 57.27 | 81.92 | - |
| YUV | 202.83 | 142.77 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 229 | 0.04 | 0.17 | 0 | 0.10 | 286.5 | 0.43 | 0.82 |
| Hex | DC | BD | E5 | 4 | 11 | 0 | A | 11E | 2B | 52 |
| Octal | 334 | 275 | 345 | 4 | 21 | 0 | 12 | 436 | 53 | 122 |
| Binary | 11011100 | 10111101 | 11100101 | 100 | 10001 | 0 | 1010 | 100011110 | 101011 | 1010010 |
Color Harmonies of #DCBDE5
Complementary color
Monochromatic Colors of #DCBDE5
Black with #DCBDE5
Text Example
Text Example
White with #DCBDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBDE5; }
p { color: rgb(220,189,229); }
H1.HeaderClassName
{
color: #DCBDE5;
}
.AnyTagClassName
{
color: #DCBDE5;
}
</style>
background-color css
<style>
a { background-color: #DCBDE5; }
a { background-color: rgb(220,189,229); }
div.DivClassName
{
background-color: #DCBDE5;
}
.BgClassName
{
background-color: #DCBDE5;
}
</style>
border-color css
<style>
span { border-color: #DCBDE5; }
span { border-color: rgb(220,189,229); }
td.TdClassName
{
border-color: #DCBDE5;
}
.TagClassName
{
border-color: #DCBDE5;
}
</style>