Shades of Thistle #DFB3E5
Tints of Thistle #DFB3E5
RGB
CMYK
RGB Variations
Color information
#DFB3E5 (or 0xDFB3E5) is known color: Thistle. HEX triplet: DF, B3 and E5. RGB value is (223,179,229). Sum of RGB (Red+Green+Blue) = 223+179+229=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 179 (70.31% from 255 or 28.37% from 631); Blue value is 229 (89.84% from 255 or 36.29% from 631); Max value from RGB is 229 - color contains mainly: blue. Hex color #DFB3E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB3E5 is #204C1A. Grayscale: #C5C5C5. Windows color (decimal): -2116635 or 15053791. OLE color: 15053791.
HSL color Cylindrical-coordinate representation of color #DFB3E5: hue angle of 292.8º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFB3E5 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 179 | 229 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.10 |
| HSL | 292.8º | 0.49% | 0.8% | - |
| HSV(B) | 292.8º | 0.22% | 0.9% | - |
| XYZ | 60.69 | 53.59 | 81.27 | - |
| YUV | 197.86 | 145.58 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 229 | 0.03 | 0.22 | 0 | 0.10 | 292.8 | 0.49 | 0.8 |
| Hex | DF | B3 | E5 | 3 | 16 | 0 | A | 125 | 31 | 50 |
| Octal | 337 | 263 | 345 | 3 | 26 | 0 | 12 | 445 | 61 | 120 |
| Binary | 11011111 | 10110011 | 11100101 | 11 | 10110 | 0 | 1010 | 100100101 | 110001 | 1010000 |
Color Harmonies of #DFB3E5
Complementary color
Monochromatic Colors of #DFB3E5
Black with #DFB3E5
Text Example
Text Example
White with #DFB3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB3E5; }
p { color: rgb(223,179,229); }
H1.HeaderClassName
{
color: #DFB3E5;
}
.AnyTagClassName
{
color: #DFB3E5;
}
</style>
background-color css
<style>
a { background-color: #DFB3E5; }
a { background-color: rgb(223,179,229); }
div.DivClassName
{
background-color: #DFB3E5;
}
.BgClassName
{
background-color: #DFB3E5;
}
</style>
border-color css
<style>
span { border-color: #DFB3E5; }
span { border-color: rgb(223,179,229); }
td.TdClassName
{
border-color: #DFB3E5;
}
.TagClassName
{
border-color: #DFB3E5;
}
</style>