Shades of Thistle #DCBBE3
Tints of Thistle #DCBBE3
RGB
CMYK
RGB Variations
Color information
#DCBBE3 (or 0xDCBBE3) is known color: Thistle. HEX triplet: DC, BB and E3. RGB value is (220,187,227). Sum of RGB (Red+Green+Blue) = 220+187+227=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 187 (73.44% from 255 or 29.50% from 634); Blue value is 227 (89.06% from 255 or 35.80% from 634); Max value from RGB is 227 - color contains mainly: blue. Hex color #DCBBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBE3 is #23441C. Grayscale: #C9C9C9. Windows color (decimal): -2311197 or 14924764. OLE color: 14924764.
HSL color Cylindrical-coordinate representation of color #DCBBE3: hue angle of 289.5º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCBBE3 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 187 | 227 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.11 |
| HSL | 289.5º | 0.42% | 0.81% | - |
| HSV(B) | 289.5º | 0.18% | 0.89% | - |
| XYZ | 61.15 | 56.3 | 80.32 | - |
| YUV | 201.43 | 142.43 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 227 | 0.03 | 0.18 | 0 | 0.11 | 289.5 | 0.42 | 0.81 |
| Hex | DC | BB | E3 | 3 | 12 | 0 | B | 122 | 2A | 51 |
| Octal | 334 | 273 | 343 | 3 | 22 | 0 | 13 | 442 | 52 | 121 |
| Binary | 11011100 | 10111011 | 11100011 | 11 | 10010 | 0 | 1011 | 100100010 | 101010 | 1010001 |
Color Harmonies of #DCBBE3
Complementary color
Monochromatic Colors of #DCBBE3
Black with #DCBBE3
Text Example
Text Example
White with #DCBBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBBE3; }
p { color: rgb(220,187,227); }
H1.HeaderClassName
{
color: #DCBBE3;
}
.AnyTagClassName
{
color: #DCBBE3;
}
</style>
background-color css
<style>
a { background-color: #DCBBE3; }
a { background-color: rgb(220,187,227); }
div.DivClassName
{
background-color: #DCBBE3;
}
.BgClassName
{
background-color: #DCBBE3;
}
</style>
border-color css
<style>
span { border-color: #DCBBE3; }
span { border-color: rgb(220,187,227); }
td.TdClassName
{
border-color: #DCBBE3;
}
.TagClassName
{
border-color: #DCBBE3;
}
</style>