Shades of Thistle #D6BEDC
Tints of Thistle #D6BEDC
RGB
CMYK
RGB Variations
Color information
#D6BEDC (or 0xD6BEDC) is known color: Thistle. HEX triplet: D6, BE and DC. RGB value is (214,190,220). Sum of RGB (Red+Green+Blue) = 214+190+220=624 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.29% from 624); Green value is 190 (74.61% from 255 or 30.45% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 220 - color contains mainly: blue. Hex color #D6BEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BEDC is #294123. Grayscale: #C8C8C8. Windows color (decimal): -2703652 or 14466774. OLE color: 14466774.
HSL color Cylindrical-coordinate representation of color #D6BEDC: hue angle of 288º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6BEDC is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 190 | 220 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.14 |
| HSL | 288º | 0.3% | 0.8% | - |
| HSV(B) | 288º | 0.14% | 0.86% | - |
| XYZ | 59.06 | 56.29 | 75.46 | - |
| YUV | 200.6 | 138.95 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 220 | 0.03 | 0.14 | 0 | 0.14 | 288 | 0.3 | 0.8 |
| Hex | D6 | BE | DC | 3 | E | 0 | E | 120 | 1E | 50 |
| Octal | 326 | 276 | 334 | 3 | 16 | 0 | 16 | 440 | 36 | 120 |
| Binary | 11010110 | 10111110 | 11011100 | 11 | 1110 | 0 | 1110 | 100100000 | 11110 | 1010000 |
Color Harmonies of #D6BEDC
Complementary color
Monochromatic Colors of #D6BEDC
Black with #D6BEDC
Text Example
Text Example
White with #D6BEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BEDC; }
p { color: rgb(214,190,220); }
H1.HeaderClassName
{
color: #D6BEDC;
}
.AnyTagClassName
{
color: #D6BEDC;
}
</style>
background-color css
<style>
a { background-color: #D6BEDC; }
a { background-color: rgb(214,190,220); }
div.DivClassName
{
background-color: #D6BEDC;
}
.BgClassName
{
background-color: #D6BEDC;
}
</style>
border-color css
<style>
span { border-color: #D6BEDC; }
span { border-color: rgb(214,190,220); }
td.TdClassName
{
border-color: #D6BEDC;
}
.TagClassName
{
border-color: #D6BEDC;
}
</style>