Shades of Thistle #DFBDE0
Tints of Thistle #DFBDE0
RGB
CMYK
RGB Variations
Color information
#DFBDE0 (or 0xDFBDE0) is known color: Thistle. HEX triplet: DF, BD and E0. RGB value is (223,189,224). Sum of RGB (Red+Green+Blue) = 223+189+224=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 189 (74.22% from 255 or 29.72% from 636); Blue value is 224 (87.89% from 255 or 35.22% from 636); Max value from RGB is 224 - color contains mainly: blue. Hex color #DFBDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDE0 is #20421F. Grayscale: #CBCBCB. Windows color (decimal): -2114080 or 14728671. OLE color: 14728671.
HSL color Cylindrical-coordinate representation of color #DFBDE0: hue angle of 298.29º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFBDE0 is Cyan = 0.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 189 | 224 | - |
| CMYK | 0.00 | 0.16 | 0 | 0.12 |
| HSL | 298.29º | 0.36% | 0.81% | - |
| HSV(B) | 298.29º | 0.16% | 0.88% | - |
| XYZ | 62.08 | 57.46 | 78.34 | - |
| YUV | 203.16 | 139.76 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 224 | 0.00 | 0.16 | 0 | 0.12 | 298.29 | 0.36 | 0.81 |
| Hex | DF | BD | E0 | 0 | 10 | 0 | C | 12A | 24 | 51 |
| Octal | 337 | 275 | 340 | 0 | 20 | 0 | 14 | 452 | 44 | 121 |
| Binary | 11011111 | 10111101 | 11100000 | 0 | 10000 | 0 | 1100 | 100101010 | 100100 | 1010001 |
Color Harmonies of #DFBDE0
Complementary color
Monochromatic Colors of #DFBDE0
Black with #DFBDE0
Text Example
Text Example
White with #DFBDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBDE0; }
p { color: rgb(223,189,224); }
H1.HeaderClassName
{
color: #DFBDE0;
}
.AnyTagClassName
{
color: #DFBDE0;
}
</style>
background-color css
<style>
a { background-color: #DFBDE0; }
a { background-color: rgb(223,189,224); }
div.DivClassName
{
background-color: #DFBDE0;
}
.BgClassName
{
background-color: #DFBDE0;
}
</style>
border-color css
<style>
span { border-color: #DFBDE0; }
span { border-color: rgb(223,189,224); }
td.TdClassName
{
border-color: #DFBDE0;
}
.TagClassName
{
border-color: #DFBDE0;
}
</style>