Shades of Thistle #DCB4E6
Tints of Thistle #DCB4E6
RGB
CMYK
RGB Variations
Color information
#DCB4E6 (or 0xDCB4E6) is known color: Thistle. HEX triplet: DC, B4 and E6. RGB value is (220,180,230). Sum of RGB (Red+Green+Blue) = 220+180+230=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 180 (70.70% from 255 or 28.57% from 630); Blue value is 230 (90.23% from 255 or 36.51% from 630); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCB4E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB4E6 is #234B19. Grayscale: #C5C5C5. Windows color (decimal): -2312986 or 15119580. OLE color: 15119580.
HSL color Cylindrical-coordinate representation of color #DCB4E6: hue angle of 288º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCB4E6 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 180 | 230 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.10 |
| HSL | 288º | 0.5% | 0.8% | - |
| HSV(B) | 288º | 0.22% | 0.9% | - |
| XYZ | 60.12 | 53.57 | 82.03 | - |
| YUV | 197.66 | 146.25 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 230 | 0.04 | 0.22 | 0 | 0.10 | 288 | 0.5 | 0.8 |
| Hex | DC | B4 | E6 | 4 | 16 | 0 | A | 120 | 32 | 50 |
| Octal | 334 | 264 | 346 | 4 | 26 | 0 | 12 | 440 | 62 | 120 |
| Binary | 11011100 | 10110100 | 11100110 | 100 | 10110 | 0 | 1010 | 100100000 | 110010 | 1010000 |
Color Harmonies of #DCB4E6
Complementary color
Monochromatic Colors of #DCB4E6
Black with #DCB4E6
Text Example
Text Example
White with #DCB4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB4E6; }
p { color: rgb(220,180,230); }
H1.HeaderClassName
{
color: #DCB4E6;
}
.AnyTagClassName
{
color: #DCB4E6;
}
</style>
background-color css
<style>
a { background-color: #DCB4E6; }
a { background-color: rgb(220,180,230); }
div.DivClassName
{
background-color: #DCB4E6;
}
.BgClassName
{
background-color: #DCB4E6;
}
</style>
border-color css
<style>
span { border-color: #DCB4E6; }
span { border-color: rgb(220,180,230); }
td.TdClassName
{
border-color: #DCB4E6;
}
.TagClassName
{
border-color: #DCB4E6;
}
</style>