Shades of Thistle #D6B5DC
Tints of Thistle #D6B5DC
RGB
CMYK
RGB Variations
Color information
#D6B5DC (or 0xD6B5DC) is known color: Thistle. HEX triplet: D6, B5 and DC. RGB value is (214,181,220). Sum of RGB (Red+Green+Blue) = 214+181+220=615 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.80% from 615); Green value is 181 (71.09% from 255 or 29.43% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 220 - color contains mainly: blue. Hex color #D6B5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B5DC is #294A23. Grayscale: #C3C3C3. Windows color (decimal): -2705956 or 14464470. OLE color: 14464470.
HSL color Cylindrical-coordinate representation of color #D6B5DC: hue angle of 290.77º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6B5DC is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 214 | 181 | 220 | - |
CMYK | 0.03 | 0.18 | 0 | 0.14 |
HSL | 290.77º | 0.36% | 0.79% | - |
HSV(B) | 290.77º | 0.18% | 0.86% | - |
XYZ | 57.17 | 52.51 | 74.83 | - |
YUV | 195.31 | 141.93 | 141.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 181 | 220 | 0.03 | 0.18 | 0 | 0.14 | 290.77 | 0.36 | 0.79 |
Hex | D6 | B5 | DC | 3 | 12 | 0 | E | 123 | 24 | 4F |
Octal | 326 | 265 | 334 | 3 | 22 | 0 | 16 | 443 | 44 | 117 |
Binary | 11010110 | 10110101 | 11011100 | 11 | 10010 | 0 | 1110 | 100100011 | 100100 | 1001111 |
Color Harmonies of #D6B5DC
Complementary color
Monochromatic Colors of #D6B5DC
Black with #D6B5DC
Text Example
Text Example
White with #D6B5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B5DC; }
p { color: rgb(214,181,220); }
H1.HeaderClassName
{
color: #D6B5DC;
}
.AnyTagClassName
{
color: #D6B5DC;
}
</style>
background-color css
<style>
a { background-color: #D6B5DC; }
a { background-color: rgb(214,181,220); }
div.DivClassName
{
background-color: #D6B5DC;
}
.BgClassName
{
background-color: #D6B5DC;
}
</style>
border-color css
<style>
span { border-color: #D6B5DC; }
span { border-color: rgb(214,181,220); }
td.TdClassName
{
border-color: #D6B5DC;
}
.TagClassName
{
border-color: #D6B5DC;
}
</style>