Shades of Thistle #DFBFE6
Tints of Thistle #DFBFE6
RGB
CMYK
RGB Variations
Color information
#DFBFE6 (or 0xDFBFE6) is known color: Thistle. HEX triplet: DF, BF and E6. RGB value is (223,191,230). Sum of RGB (Red+Green+Blue) = 223+191+230=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 191 (75% from 255 or 29.66% from 644); Blue value is 230 (90.23% from 255 or 35.71% from 644); Max value from RGB is 230 - color contains mainly: blue. Hex color #DFBFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBFE6 is #204019. Grayscale: #CCCCCC. Windows color (decimal): -2113562 or 15122399. OLE color: 15122399.
HSL color Cylindrical-coordinate representation of color #DFBFE6: hue angle of 289.23º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFBFE6 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 191 | 230 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.10 |
| HSL | 289.23º | 0.44% | 0.83% | - |
| HSV(B) | 289.23º | 0.17% | 0.9% | - |
| XYZ | 63.35 | 58.66 | 82.85 | - |
| YUV | 205.01 | 142.1 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 191 | 230 | 0.03 | 0.17 | 0 | 0.10 | 289.23 | 0.44 | 0.83 |
| Hex | DF | BF | E6 | 3 | 11 | 0 | A | 121 | 2C | 53 |
| Octal | 337 | 277 | 346 | 3 | 21 | 0 | 12 | 441 | 54 | 123 |
| Binary | 11011111 | 10111111 | 11100110 | 11 | 10001 | 0 | 1010 | 100100001 | 101100 | 1010011 |
Color Harmonies of #DFBFE6
Complementary color
Monochromatic Colors of #DFBFE6
Black with #DFBFE6
Text Example
Text Example
White with #DFBFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBFE6; }
p { color: rgb(223,191,230); }
H1.HeaderClassName
{
color: #DFBFE6;
}
.AnyTagClassName
{
color: #DFBFE6;
}
</style>
background-color css
<style>
a { background-color: #DFBFE6; }
a { background-color: rgb(223,191,230); }
div.DivClassName
{
background-color: #DFBFE6;
}
.BgClassName
{
background-color: #DFBFE6;
}
</style>
border-color css
<style>
span { border-color: #DFBFE6; }
span { border-color: rgb(223,191,230); }
td.TdClassName
{
border-color: #DFBFE6;
}
.TagClassName
{
border-color: #DFBFE6;
}
</style>