Shades of Thistle #D6BEDA
Tints of Thistle #D6BEDA
RGB
CMYK
RGB Variations
Color information
#D6BEDA (or 0xD6BEDA) is known color: Thistle. HEX triplet: D6, BE and DA. RGB value is (214,190,218). Sum of RGB (Red+Green+Blue) = 214+190+218=622 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.41% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 218 - color contains mainly: blue. Hex color #D6BEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BEDA is #294125. Grayscale: #C8C8C8. Windows color (decimal): -2703654 or 14335702. OLE color: 14335702.
HSL color Cylindrical-coordinate representation of color #D6BEDA: hue angle of 291.43º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6BEDA is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 214 | 190 | 218 | - |
CMYK | 0.02 | 0.13 | 0 | 0.15 |
HSL | 291.43º | 0.27% | 0.8% | - |
HSV(B) | 291.43º | 0.13% | 0.85% | - |
XYZ | 58.8 | 56.19 | 74.08 | - |
YUV | 200.37 | 137.95 | 137.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 190 | 218 | 0.02 | 0.13 | 0 | 0.15 | 291.43 | 0.27 | 0.8 |
Hex | D6 | BE | DA | 2 | D | 0 | F | 123 | 1B | 50 |
Octal | 326 | 276 | 332 | 2 | 15 | 0 | 17 | 443 | 33 | 120 |
Binary | 11010110 | 10111110 | 11011010 | 10 | 1101 | 0 | 1111 | 100100011 | 11011 | 1010000 |
Color Harmonies of #D6BEDA
Complementary color
Monochromatic Colors of #D6BEDA
Black with #D6BEDA
Text Example
Text Example
White with #D6BEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BEDA; }
p { color: rgb(214,190,218); }
H1.HeaderClassName
{
color: #D6BEDA;
}
.AnyTagClassName
{
color: #D6BEDA;
}
</style>
background-color css
<style>
a { background-color: #D6BEDA; }
a { background-color: rgb(214,190,218); }
div.DivClassName
{
background-color: #D6BEDA;
}
.BgClassName
{
background-color: #D6BEDA;
}
</style>
border-color css
<style>
span { border-color: #D6BEDA; }
span { border-color: rgb(214,190,218); }
td.TdClassName
{
border-color: #D6BEDA;
}
.TagClassName
{
border-color: #D6BEDA;
}
</style>