Shades of Thistle #DFBEDF
Tints of Thistle #DFBEDF
RGB
CMYK
RGB Variations
Color information
#DFBEDF (or 0xDFBEDF) is known color: Thistle. HEX triplet: DF, BE and DF. RGB value is (223,190,223). Sum of RGB (Red+Green+Blue) = 223+190+223=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFBEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBEDF is #204120. Grayscale: #CBCBCB. Windows color (decimal): -2113825 or 14663391. OLE color: 14663391.
HSL color Cylindrical-coordinate representation of color #DFBEDF: hue angle of 300º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFBEDF is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 190 | 223 | - |
CMYK | 0 | 0.15 | 0 | 0.13 |
HSL | 300º | 0.34% | 0.81% | - |
HSV(B) | 300º | 0.15% | 0.87% | - |
XYZ | 62.16 | 57.84 | 77.7 | - |
YUV | 203.63 | 138.93 | 141.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 190 | 223 | 0 | 0.15 | 0 | 0.13 | 300 | 0.34 | 0.81 |
Hex | DF | BE | DF | 0 | F | 0 | D | 12C | 22 | 51 |
Octal | 337 | 276 | 337 | 0 | 17 | 0 | 15 | 454 | 42 | 121 |
Binary | 11011111 | 10111110 | 11011111 | 0 | 1111 | 0 | 1101 | 100101100 | 100010 | 1010001 |
Color Harmonies of #DFBEDF
Complementary color
Monochromatic Colors of #DFBEDF
Black with #DFBEDF
Text Example
Text Example
White with #DFBEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBEDF; }
p { color: rgb(223,190,223); }
H1.HeaderClassName
{
color: #DFBEDF;
}
.AnyTagClassName
{
color: #DFBEDF;
}
</style>
background-color css
<style>
a { background-color: #DFBEDF; }
a { background-color: rgb(223,190,223); }
div.DivClassName
{
background-color: #DFBEDF;
}
.BgClassName
{
background-color: #DFBEDF;
}
</style>
border-color css
<style>
span { border-color: #DFBEDF; }
span { border-color: rgb(223,190,223); }
td.TdClassName
{
border-color: #DFBEDF;
}
.TagClassName
{
border-color: #DFBEDF;
}
</style>