Shades of Thistle #DCBDE0
Tints of Thistle #DCBDE0
RGB
CMYK
RGB Variations
Color information
#DCBDE0 (or 0xDCBDE0) is known color: Thistle. HEX triplet: DC, BD and E0. RGB value is (220,189,224). Sum of RGB (Red+Green+Blue) = 220+189+224=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 224 (87.89% from 255 or 35.39% from 633); Max value from RGB is 224 - color contains mainly: blue. Hex color #DCBDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDE0 is #23421F. Grayscale: #CACACA. Windows color (decimal): -2310688 or 14728668. OLE color: 14728668.
HSL color Cylindrical-coordinate representation of color #DCBDE0: hue angle of 293.14º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCBDE0 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 189 | 224 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.12 |
| HSL | 293.14º | 0.36% | 0.81% | - |
| HSV(B) | 293.14º | 0.16% | 0.88% | - |
| XYZ | 61.17 | 56.99 | 78.3 | - |
| YUV | 202.26 | 140.27 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 224 | 0.02 | 0.16 | 0 | 0.12 | 293.14 | 0.36 | 0.81 |
| Hex | DC | BD | E0 | 2 | 10 | 0 | C | 125 | 24 | 51 |
| Octal | 334 | 275 | 340 | 2 | 20 | 0 | 14 | 445 | 44 | 121 |
| Binary | 11011100 | 10111101 | 11100000 | 10 | 10000 | 0 | 1100 | 100100101 | 100100 | 1010001 |
Color Harmonies of #DCBDE0
Complementary color
Monochromatic Colors of #DCBDE0
Black with #DCBDE0
Text Example
Text Example
White with #DCBDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBDE0; }
p { color: rgb(220,189,224); }
H1.HeaderClassName
{
color: #DCBDE0;
}
.AnyTagClassName
{
color: #DCBDE0;
}
</style>
background-color css
<style>
a { background-color: #DCBDE0; }
a { background-color: rgb(220,189,224); }
div.DivClassName
{
background-color: #DCBDE0;
}
.BgClassName
{
background-color: #DCBDE0;
}
</style>
border-color css
<style>
span { border-color: #DCBDE0; }
span { border-color: rgb(220,189,224); }
td.TdClassName
{
border-color: #DCBDE0;
}
.TagClassName
{
border-color: #DCBDE0;
}
</style>