Shades of Thistle #DCBEE3
Tints of Thistle #DCBEE3
RGB
CMYK
RGB Variations
Color information
#DCBEE3 (or 0xDCBEE3) is known color: Thistle. HEX triplet: DC, BE and E3. RGB value is (220,190,227). Sum of RGB (Red+Green+Blue) = 220+190+227=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 190 (74.61% from 255 or 29.83% from 637); Blue value is 227 (89.06% from 255 or 35.64% from 637); Max value from RGB is 227 - color contains mainly: blue. Hex color #DCBEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBEE3 is #23411C. Grayscale: #CBCBCB. Windows color (decimal): -2310429 or 14925532. OLE color: 14925532.
HSL color Cylindrical-coordinate representation of color #DCBEE3: hue angle of 288.65º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCBEE3 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 190 | 227 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.11 |
| HSL | 288.65º | 0.4% | 0.82% | - |
| HSV(B) | 288.65º | 0.16% | 0.89% | - |
| XYZ | 61.79 | 57.59 | 80.53 | - |
| YUV | 203.19 | 141.44 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 227 | 0.03 | 0.16 | 0 | 0.11 | 288.65 | 0.4 | 0.82 |
| Hex | DC | BE | E3 | 3 | 10 | 0 | B | 121 | 28 | 52 |
| Octal | 334 | 276 | 343 | 3 | 20 | 0 | 13 | 441 | 50 | 122 |
| Binary | 11011100 | 10111110 | 11100011 | 11 | 10000 | 0 | 1011 | 100100001 | 101000 | 1010010 |
Color Harmonies of #DCBEE3
Complementary color
Monochromatic Colors of #DCBEE3
Black with #DCBEE3
Text Example
Text Example
White with #DCBEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBEE3; }
p { color: rgb(220,190,227); }
H1.HeaderClassName
{
color: #DCBEE3;
}
.AnyTagClassName
{
color: #DCBEE3;
}
</style>
background-color css
<style>
a { background-color: #DCBEE3; }
a { background-color: rgb(220,190,227); }
div.DivClassName
{
background-color: #DCBEE3;
}
.BgClassName
{
background-color: #DCBEE3;
}
</style>
border-color css
<style>
span { border-color: #DCBEE3; }
span { border-color: rgb(220,190,227); }
td.TdClassName
{
border-color: #DCBEE3;
}
.TagClassName
{
border-color: #DCBEE3;
}
</style>