Shades of Thistle #DCBBE1
Tints of Thistle #DCBBE1
RGB
CMYK
RGB Variations
Color information
#DCBBE1 (or 0xDCBBE1) is known color: Thistle. HEX triplet: DC, BB and E1. RGB value is (220,187,225). Sum of RGB (Red+Green+Blue) = 220+187+225=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 187 (73.44% from 255 or 29.59% from 632); Blue value is 225 (88.28% from 255 or 35.60% from 632); Max value from RGB is 225 - color contains mainly: blue. Hex color #DCBBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBE1 is #23441E. Grayscale: #C9C9C9. Windows color (decimal): -2311199 or 14793692. OLE color: 14793692.
HSL color Cylindrical-coordinate representation of color #DCBBE1: hue angle of 292.11º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCBBE1 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 187 | 225 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.12 |
| HSL | 292.11º | 0.39% | 0.81% | - |
| HSV(B) | 292.11º | 0.17% | 0.88% | - |
| XYZ | 60.88 | 56.19 | 78.87 | - |
| YUV | 201.2 | 141.43 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 225 | 0.02 | 0.17 | 0 | 0.12 | 292.11 | 0.39 | 0.81 |
| Hex | DC | BB | E1 | 2 | 11 | 0 | C | 124 | 27 | 51 |
| Octal | 334 | 273 | 341 | 2 | 21 | 0 | 14 | 444 | 47 | 121 |
| Binary | 11011100 | 10111011 | 11100001 | 10 | 10001 | 0 | 1100 | 100100100 | 100111 | 1010001 |
Color Harmonies of #DCBBE1
Complementary color
Monochromatic Colors of #DCBBE1
Black with #DCBBE1
Text Example
Text Example
White with #DCBBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBBE1; }
p { color: rgb(220,187,225); }
H1.HeaderClassName
{
color: #DCBBE1;
}
.AnyTagClassName
{
color: #DCBBE1;
}
</style>
background-color css
<style>
a { background-color: #DCBBE1; }
a { background-color: rgb(220,187,225); }
div.DivClassName
{
background-color: #DCBBE1;
}
.BgClassName
{
background-color: #DCBBE1;
}
</style>
border-color css
<style>
span { border-color: #DCBBE1; }
span { border-color: rgb(220,187,225); }
td.TdClassName
{
border-color: #DCBBE1;
}
.TagClassName
{
border-color: #DCBBE1;
}
</style>