Shades of Thistle #DCBDE2
Tints of Thistle #DCBDE2
RGB
CMYK
RGB Variations
Color information
#DCBDE2 (or 0xDCBDE2) is known color: Thistle. HEX triplet: DC, BD and E2. RGB value is (220,189,226). Sum of RGB (Red+Green+Blue) = 220+189+226=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 189 (74.22% from 255 or 29.76% from 635); Blue value is 226 (88.67% from 255 or 35.59% from 635); Max value from RGB is 226 - color contains mainly: blue. Hex color #DCBDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDE2 is #23421D. Grayscale: #CACACA. Windows color (decimal): -2310686 or 14859740. OLE color: 14859740.
HSL color Cylindrical-coordinate representation of color #DCBDE2: hue angle of 290.27º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCBDE2 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 189 | 226 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.11 |
| HSL | 290.27º | 0.39% | 0.81% | - |
| HSV(B) | 290.27º | 0.16% | 0.89% | - |
| XYZ | 61.44 | 57.1 | 79.74 | - |
| YUV | 202.49 | 141.27 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 226 | 0.03 | 0.16 | 0 | 0.11 | 290.27 | 0.39 | 0.81 |
| Hex | DC | BD | E2 | 3 | 10 | 0 | B | 122 | 27 | 51 |
| Octal | 334 | 275 | 342 | 3 | 20 | 0 | 13 | 442 | 47 | 121 |
| Binary | 11011100 | 10111101 | 11100010 | 11 | 10000 | 0 | 1011 | 100100010 | 100111 | 1010001 |
Color Harmonies of #DCBDE2
Complementary color
Monochromatic Colors of #DCBDE2
Black with #DCBDE2
Text Example
Text Example
White with #DCBDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBDE2; }
p { color: rgb(220,189,226); }
H1.HeaderClassName
{
color: #DCBDE2;
}
.AnyTagClassName
{
color: #DCBDE2;
}
</style>
background-color css
<style>
a { background-color: #DCBDE2; }
a { background-color: rgb(220,189,226); }
div.DivClassName
{
background-color: #DCBDE2;
}
.BgClassName
{
background-color: #DCBDE2;
}
</style>
border-color css
<style>
span { border-color: #DCBDE2; }
span { border-color: rgb(220,189,226); }
td.TdClassName
{
border-color: #DCBDE2;
}
.TagClassName
{
border-color: #DCBDE2;
}
</style>