Shades of Thistle #DCB8E5
Tints of Thistle #DCB8E5
RGB
CMYK
RGB Variations
Color information
#DCB8E5 (or 0xDCB8E5) is known color: Thistle. HEX triplet: DC, B8 and E5. RGB value is (220,184,229). Sum of RGB (Red+Green+Blue) = 220+184+229=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 184 (72.27% from 255 or 29.07% from 633); Blue value is 229 (89.84% from 255 or 36.18% from 633); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCB8E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB8E5 is #23471A. Grayscale: #C7C7C7. Windows color (decimal): -2311963 or 15055068. OLE color: 15055068.
HSL color Cylindrical-coordinate representation of color #DCB8E5: hue angle of 288º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCB8E5 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 184 | 229 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.10 |
| HSL | 288º | 0.46% | 0.81% | - |
| HSV(B) | 288º | 0.2% | 0.9% | - |
| XYZ | 60.8 | 55.15 | 81.57 | - |
| YUV | 199.89 | 144.43 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 229 | 0.04 | 0.20 | 0 | 0.10 | 288 | 0.46 | 0.81 |
| Hex | DC | B8 | E5 | 4 | 14 | 0 | A | 120 | 2E | 51 |
| Octal | 334 | 270 | 345 | 4 | 24 | 0 | 12 | 440 | 56 | 121 |
| Binary | 11011100 | 10111000 | 11100101 | 100 | 10100 | 0 | 1010 | 100100000 | 101110 | 1010001 |
Color Harmonies of #DCB8E5
Complementary color
Monochromatic Colors of #DCB8E5
Black with #DCB8E5
Text Example
Text Example
White with #DCB8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB8E5; }
p { color: rgb(220,184,229); }
H1.HeaderClassName
{
color: #DCB8E5;
}
.AnyTagClassName
{
color: #DCB8E5;
}
</style>
background-color css
<style>
a { background-color: #DCB8E5; }
a { background-color: rgb(220,184,229); }
div.DivClassName
{
background-color: #DCB8E5;
}
.BgClassName
{
background-color: #DCB8E5;
}
</style>
border-color css
<style>
span { border-color: #DCB8E5; }
span { border-color: rgb(220,184,229); }
td.TdClassName
{
border-color: #DCB8E5;
}
.TagClassName
{
border-color: #DCB8E5;
}
</style>