Shades of Thistle #DCB5E6
Tints of Thistle #DCB5E6
RGB
CMYK
RGB Variations
Color information
#DCB5E6 (or 0xDCB5E6) is known color: Thistle. HEX triplet: DC, B5 and E6. RGB value is (220,181,230). Sum of RGB (Red+Green+Blue) = 220+181+230=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 181 (71.09% from 255 or 28.68% from 631); Blue value is 230 (90.23% from 255 or 36.45% from 631); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCB5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB5E6 is #234A19. Grayscale: #C6C6C6. Windows color (decimal): -2312730 or 15119836. OLE color: 15119836.
HSL color Cylindrical-coordinate representation of color #DCB5E6: hue angle of 287.76º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCB5E6 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 220 | 181 | 230 | - |
CMYK | 0.04 | 0.21 | 0 | 0.10 |
HSL | 287.76º | 0.49% | 0.81% | - |
HSV(B) | 287.76º | 0.21% | 0.9% | - |
XYZ | 60.32 | 53.98 | 82.1 | - |
YUV | 198.25 | 145.92 | 143.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 181 | 230 | 0.04 | 0.21 | 0 | 0.10 | 287.76 | 0.49 | 0.81 |
Hex | DC | B5 | E6 | 4 | 15 | 0 | A | 120 | 31 | 51 |
Octal | 334 | 265 | 346 | 4 | 25 | 0 | 12 | 440 | 61 | 121 |
Binary | 11011100 | 10110101 | 11100110 | 100 | 10101 | 0 | 1010 | 100100000 | 110001 | 1010001 |
Color Harmonies of #DCB5E6
Complementary color
Monochromatic Colors of #DCB5E6
Black with #DCB5E6
Text Example
Text Example
White with #DCB5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB5E6; }
p { color: rgb(220,181,230); }
H1.HeaderClassName
{
color: #DCB5E6;
}
.AnyTagClassName
{
color: #DCB5E6;
}
</style>
background-color css
<style>
a { background-color: #DCB5E6; }
a { background-color: rgb(220,181,230); }
div.DivClassName
{
background-color: #DCB5E6;
}
.BgClassName
{
background-color: #DCB5E6;
}
</style>
border-color css
<style>
span { border-color: #DCB5E6; }
span { border-color: rgb(220,181,230); }
td.TdClassName
{
border-color: #DCB5E6;
}
.TagClassName
{
border-color: #DCB5E6;
}
</style>