Shades of Thistle #DCBEE5
Tints of Thistle #DCBEE5
RGB
CMYK
RGB Variations
Color information
#DCBEE5 (or 0xDCBEE5) is known color: Thistle. HEX triplet: DC, BE and E5. RGB value is (220,190,229). Sum of RGB (Red+Green+Blue) = 220+190+229=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 190 (74.61% from 255 or 29.73% from 639); Blue value is 229 (89.84% from 255 or 35.84% from 639); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCBEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBEE5 is #23411A. Grayscale: #CBCBCB. Windows color (decimal): -2310427 or 15056604. OLE color: 15056604.
HSL color Cylindrical-coordinate representation of color #DCBEE5: hue angle of 286.15º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCBEE5 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 190 | 229 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.10 |
| HSL | 286.15º | 0.43% | 0.82% | - |
| HSV(B) | 286.15º | 0.17% | 0.9% | - |
| XYZ | 62.07 | 57.7 | 81.99 | - |
| YUV | 203.42 | 142.44 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 229 | 0.04 | 0.17 | 0 | 0.10 | 286.15 | 0.43 | 0.82 |
| Hex | DC | BE | E5 | 4 | 11 | 0 | A | 11E | 2B | 52 |
| Octal | 334 | 276 | 345 | 4 | 21 | 0 | 12 | 436 | 53 | 122 |
| Binary | 11011100 | 10111110 | 11100101 | 100 | 10001 | 0 | 1010 | 100011110 | 101011 | 1010010 |
Color Harmonies of #DCBEE5
Complementary color
Monochromatic Colors of #DCBEE5
Black with #DCBEE5
Text Example
Text Example
White with #DCBEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBEE5; }
p { color: rgb(220,190,229); }
H1.HeaderClassName
{
color: #DCBEE5;
}
.AnyTagClassName
{
color: #DCBEE5;
}
</style>
background-color css
<style>
a { background-color: #DCBEE5; }
a { background-color: rgb(220,190,229); }
div.DivClassName
{
background-color: #DCBEE5;
}
.BgClassName
{
background-color: #DCBEE5;
}
</style>
border-color css
<style>
span { border-color: #DCBEE5; }
span { border-color: rgb(220,190,229); }
td.TdClassName
{
border-color: #DCBEE5;
}
.TagClassName
{
border-color: #DCBEE5;
}
</style>