Shades of Thistle #DCBBE5
Tints of Thistle #DCBBE5
RGB
CMYK
RGB Variations
Color information
#DCBBE5 (or 0xDCBBE5) is known color: Thistle. HEX triplet: DC, BB and E5. RGB value is (220,187,229). Sum of RGB (Red+Green+Blue) = 220+187+229=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 229 (89.84% from 255 or 36.01% from 636); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCBBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBE5 is #23441A. Grayscale: #C9C9C9. Windows color (decimal): -2311195 or 15055836. OLE color: 15055836.
HSL color Cylindrical-coordinate representation of color #DCBBE5: hue angle of 287.14º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCBBE5 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 187 | 229 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.10 |
| HSL | 287.14º | 0.45% | 0.82% | - |
| HSV(B) | 287.14º | 0.18% | 0.9% | - |
| XYZ | 61.43 | 56.41 | 81.78 | - |
| YUV | 201.66 | 143.43 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 229 | 0.04 | 0.18 | 0 | 0.10 | 287.14 | 0.45 | 0.82 |
| Hex | DC | BB | E5 | 4 | 12 | 0 | A | 11F | 2D | 52 |
| Octal | 334 | 273 | 345 | 4 | 22 | 0 | 12 | 437 | 55 | 122 |
| Binary | 11011100 | 10111011 | 11100101 | 100 | 10010 | 0 | 1010 | 100011111 | 101101 | 1010010 |
Color Harmonies of #DCBBE5
Complementary color
Monochromatic Colors of #DCBBE5
Black with #DCBBE5
Text Example
Text Example
White with #DCBBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBBE5; }
p { color: rgb(220,187,229); }
H1.HeaderClassName
{
color: #DCBBE5;
}
.AnyTagClassName
{
color: #DCBBE5;
}
</style>
background-color css
<style>
a { background-color: #DCBBE5; }
a { background-color: rgb(220,187,229); }
div.DivClassName
{
background-color: #DCBBE5;
}
.BgClassName
{
background-color: #DCBBE5;
}
</style>
border-color css
<style>
span { border-color: #DCBBE5; }
span { border-color: rgb(220,187,229); }
td.TdClassName
{
border-color: #DCBBE5;
}
.TagClassName
{
border-color: #DCBBE5;
}
</style>