Shades of Thistle #DCB7E7
Tints of Thistle #DCB7E7
RGB
CMYK
RGB Variations
Color information
#DCB7E7 (or 0xDCB7E7) is known color: Thistle. HEX triplet: DC, B7 and E7. RGB value is (220,183,231). Sum of RGB (Red+Green+Blue) = 220+183+231=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 183 (71.88% from 255 or 28.86% from 634); Blue value is 231 (90.62% from 255 or 36.44% from 634); Max value from RGB is 231 - color contains mainly: blue. Hex color #DCB7E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB7E7 is #234818. Grayscale: #C7C7C7. Windows color (decimal): -2312217 or 15185884. OLE color: 15185884.
HSL color Cylindrical-coordinate representation of color #DCB7E7: hue angle of 286.25º degrees, saturation: 0.5, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCB7E7 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 183 | 231 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.09 |
| HSL | 286.25º | 0.5% | 0.81% | - |
| HSV(B) | 286.25º | 0.21% | 0.91% | - |
| XYZ | 60.87 | 54.85 | 82.98 | - |
| YUV | 199.54 | 145.76 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 231 | 0.05 | 0.21 | 0 | 0.09 | 286.25 | 0.5 | 0.81 |
| Hex | DC | B7 | E7 | 5 | 15 | 0 | 9 | 11E | 32 | 51 |
| Octal | 334 | 267 | 347 | 5 | 25 | 0 | 11 | 436 | 62 | 121 |
| Binary | 11011100 | 10110111 | 11100111 | 101 | 10101 | 0 | 1001 | 100011110 | 110010 | 1010001 |
Color Harmonies of #DCB7E7
Complementary color
Monochromatic Colors of #DCB7E7
Black with #DCB7E7
Text Example
Text Example
White with #DCB7E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB7E7; }
p { color: rgb(220,183,231); }
H1.HeaderClassName
{
color: #DCB7E7;
}
.AnyTagClassName
{
color: #DCB7E7;
}
</style>
background-color css
<style>
a { background-color: #DCB7E7; }
a { background-color: rgb(220,183,231); }
div.DivClassName
{
background-color: #DCB7E7;
}
.BgClassName
{
background-color: #DCB7E7;
}
</style>
border-color css
<style>
span { border-color: #DCB7E7; }
span { border-color: rgb(220,183,231); }
td.TdClassName
{
border-color: #DCB7E7;
}
.TagClassName
{
border-color: #DCB7E7;
}
</style>