Shades of Thistle #DFB3E9
Tints of Thistle #DFB3E9
RGB
CMYK
RGB Variations
Color information
#DFB3E9 (or 0xDFB3E9) is known color: Thistle. HEX triplet: DF, B3 and E9. RGB value is (223,179,233). Sum of RGB (Red+Green+Blue) = 223+179+233=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 179 (70.31% from 255 or 28.19% from 635); Blue value is 233 (91.41% from 255 or 36.69% from 635); Max value from RGB is 233 - color contains mainly: blue. Hex color #DFB3E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB3E9 is #204C16. Grayscale: #C6C6C6. Windows color (decimal): -2116631 or 15315935. OLE color: 15315935.
HSL color Cylindrical-coordinate representation of color #DFB3E9: hue angle of 288.89º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFB3E9 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 179 | 233 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.09 |
| HSL | 288.89º | 0.55% | 0.81% | - |
| HSV(B) | 288.89º | 0.23% | 0.91% | - |
| XYZ | 61.26 | 53.81 | 84.25 | - |
| YUV | 198.31 | 147.58 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 233 | 0.04 | 0.23 | 0 | 0.09 | 288.89 | 0.55 | 0.81 |
| Hex | DF | B3 | E9 | 4 | 17 | 0 | 9 | 121 | 37 | 51 |
| Octal | 337 | 263 | 351 | 4 | 27 | 0 | 11 | 441 | 67 | 121 |
| Binary | 11011111 | 10110011 | 11101001 | 100 | 10111 | 0 | 1001 | 100100001 | 110111 | 1010001 |
Color Harmonies of #DFB3E9
Complementary color
Monochromatic Colors of #DFB3E9
Black with #DFB3E9
Text Example
Text Example
White with #DFB3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB3E9; }
p { color: rgb(223,179,233); }
H1.HeaderClassName
{
color: #DFB3E9;
}
.AnyTagClassName
{
color: #DFB3E9;
}
</style>
background-color css
<style>
a { background-color: #DFB3E9; }
a { background-color: rgb(223,179,233); }
div.DivClassName
{
background-color: #DFB3E9;
}
.BgClassName
{
background-color: #DFB3E9;
}
</style>
border-color css
<style>
span { border-color: #DFB3E9; }
span { border-color: rgb(223,179,233); }
td.TdClassName
{
border-color: #DFB3E9;
}
.TagClassName
{
border-color: #DFB3E9;
}
</style>