Shades of Thistle #DCB4E7
Tints of Thistle #DCB4E7
RGB
CMYK
RGB Variations
Color information
#DCB4E7 (or 0xDCB4E7) is known color: Thistle. HEX triplet: DC, B4 and E7. RGB value is (220,180,231). Sum of RGB (Red+Green+Blue) = 220+180+231=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 180 (70.70% from 255 or 28.53% from 631); Blue value is 231 (90.62% from 255 or 36.61% from 631); Max value from RGB is 231 - color contains mainly: blue. Hex color #DCB4E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB4E7 is #234B18. Grayscale: #C5C5C5. Windows color (decimal): -2312985 or 15185116. OLE color: 15185116.
HSL color Cylindrical-coordinate representation of color #DCB4E7: hue angle of 287.06º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCB4E7 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 180 | 231 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.09 |
| HSL | 287.06º | 0.52% | 0.81% | - |
| HSV(B) | 287.06º | 0.22% | 0.91% | - |
| XYZ | 60.26 | 53.63 | 82.78 | - |
| YUV | 197.77 | 146.75 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 231 | 0.05 | 0.22 | 0 | 0.09 | 287.06 | 0.52 | 0.81 |
| Hex | DC | B4 | E7 | 5 | 16 | 0 | 9 | 11F | 34 | 51 |
| Octal | 334 | 264 | 347 | 5 | 26 | 0 | 11 | 437 | 64 | 121 |
| Binary | 11011100 | 10110100 | 11100111 | 101 | 10110 | 0 | 1001 | 100011111 | 110100 | 1010001 |
Color Harmonies of #DCB4E7
Complementary color
Monochromatic Colors of #DCB4E7
Black with #DCB4E7
Text Example
Text Example
White with #DCB4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB4E7; }
p { color: rgb(220,180,231); }
H1.HeaderClassName
{
color: #DCB4E7;
}
.AnyTagClassName
{
color: #DCB4E7;
}
</style>
background-color css
<style>
a { background-color: #DCB4E7; }
a { background-color: rgb(220,180,231); }
div.DivClassName
{
background-color: #DCB4E7;
}
.BgClassName
{
background-color: #DCB4E7;
}
</style>
border-color css
<style>
span { border-color: #DCB4E7; }
span { border-color: rgb(220,180,231); }
td.TdClassName
{
border-color: #DCB4E7;
}
.TagClassName
{
border-color: #DCB4E7;
}
</style>