Shades of Thistle #DFBCDE
Tints of Thistle #DFBCDE
RGB
CMYK
RGB Variations
Color information
#DFBCDE (or 0xDFBCDE) is known color: Thistle. HEX triplet: DF, BC and DE. RGB value is (223,188,222). Sum of RGB (Red+Green+Blue) = 223+188+222=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 188 (73.83% from 255 or 29.70% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBCDE is #204321. Grayscale: #CACACA. Windows color (decimal): -2114338 or 14597343. OLE color: 14597343.
HSL color Cylindrical-coordinate representation of color #DFBCDE: hue angle of 301.71º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFBCDE is Cyan = 0, Magento = 0.16, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 188 | 222 | - |
CMYK | 0 | 0.16 | 0.00 | 0.13 |
HSL | 301.71º | 0.35% | 0.81% | - |
HSV(B) | 301.71º | 0.16% | 0.87% | - |
XYZ | 61.6 | 56.93 | 76.85 | - |
YUV | 202.34 | 139.1 | 142.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 188 | 222 | 0 | 0.16 | 0.00 | 0.13 | 301.71 | 0.35 | 0.81 |
Hex | DF | BC | DE | 0 | 10 | 0 | D | 12E | 23 | 51 |
Octal | 337 | 274 | 336 | 0 | 20 | 0 | 15 | 456 | 43 | 121 |
Binary | 11011111 | 10111100 | 11011110 | 0 | 10000 | 0 | 1101 | 100101110 | 100011 | 1010001 |
Color Harmonies of #DFBCDE
Complementary color
Monochromatic Colors of #DFBCDE
Black with #DFBCDE
Text Example
Text Example
White with #DFBCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBCDE; }
p { color: rgb(223,188,222); }
H1.HeaderClassName
{
color: #DFBCDE;
}
.AnyTagClassName
{
color: #DFBCDE;
}
</style>
background-color css
<style>
a { background-color: #DFBCDE; }
a { background-color: rgb(223,188,222); }
div.DivClassName
{
background-color: #DFBCDE;
}
.BgClassName
{
background-color: #DFBCDE;
}
</style>
border-color css
<style>
span { border-color: #DFBCDE; }
span { border-color: rgb(223,188,222); }
td.TdClassName
{
border-color: #DFBCDE;
}
.TagClassName
{
border-color: #DFBCDE;
}
</style>