Shades of Thistle #D9B5DF
Tints of Thistle #D9B5DF
RGB
CMYK
RGB Variations
Color information
#D9B5DF (or 0xD9B5DF) is known color: Thistle. HEX triplet: D9, B5 and DF. RGB value is (217,181,223). Sum of RGB (Red+Green+Blue) = 217+181+223=621 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.94% from 621); Green value is 181 (71.09% from 255 or 29.15% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 223 - color contains mainly: blue. Hex color #D9B5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B5DF is #264A20. Grayscale: #C4C4C4. Windows color (decimal): -2509345 or 14661081. OLE color: 14661081.
HSL color Cylindrical-coordinate representation of color #D9B5DF: hue angle of 291.43º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9B5DF is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 217 | 181 | 223 | - |
CMYK | 0.03 | 0.19 | 0 | 0.13 |
HSL | 291.43º | 0.4% | 0.79% | - |
HSV(B) | 291.43º | 0.19% | 0.87% | - |
XYZ | 58.46 | 53.13 | 76.99 | - |
YUV | 196.55 | 142.93 | 142.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 181 | 223 | 0.03 | 0.19 | 0 | 0.13 | 291.43 | 0.4 | 0.79 |
Hex | D9 | B5 | DF | 3 | 13 | 0 | D | 123 | 28 | 4F |
Octal | 331 | 265 | 337 | 3 | 23 | 0 | 15 | 443 | 50 | 117 |
Binary | 11011001 | 10110101 | 11011111 | 11 | 10011 | 0 | 1101 | 100100011 | 101000 | 1001111 |
Color Harmonies of #D9B5DF
Complementary color
Monochromatic Colors of #D9B5DF
Black with #D9B5DF
Text Example
Text Example
White with #D9B5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B5DF; }
p { color: rgb(217,181,223); }
H1.HeaderClassName
{
color: #D9B5DF;
}
.AnyTagClassName
{
color: #D9B5DF;
}
</style>
background-color css
<style>
a { background-color: #D9B5DF; }
a { background-color: rgb(217,181,223); }
div.DivClassName
{
background-color: #D9B5DF;
}
.BgClassName
{
background-color: #D9B5DF;
}
</style>
border-color css
<style>
span { border-color: #D9B5DF; }
span { border-color: rgb(217,181,223); }
td.TdClassName
{
border-color: #D9B5DF;
}
.TagClassName
{
border-color: #D9B5DF;
}
</style>