Shades of Thistle #DFB5E3
Tints of Thistle #DFB5E3
RGB
CMYK
RGB Variations
Color information
#DFB5E3 (or 0xDFB5E3) is known color: Thistle. HEX triplet: DF, B5 and E3. RGB value is (223,181,227). Sum of RGB (Red+Green+Blue) = 223+181+227=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 181 (71.09% from 255 or 28.68% from 631); Blue value is 227 (89.06% from 255 or 35.97% from 631); Max value from RGB is 227 - color contains mainly: blue. Hex color #DFB5E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB5E3 is #204A1C. Grayscale: #C6C6C6. Windows color (decimal): -2116125 or 14923231. OLE color: 14923231.
HSL color Cylindrical-coordinate representation of color #DFB5E3: hue angle of 294.78º degrees, saturation: 0.45, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFB5E3 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 223 | 181 | 227 | - |
CMYK | 0.02 | 0.20 | 0 | 0.11 |
HSL | 294.78º | 0.45% | 0.8% | - |
HSV(B) | 294.78º | 0.2% | 0.89% | - |
XYZ | 60.82 | 54.28 | 79.94 | - |
YUV | 198.8 | 143.91 | 145.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 181 | 227 | 0.02 | 0.20 | 0 | 0.11 | 294.78 | 0.45 | 0.8 |
Hex | DF | B5 | E3 | 2 | 14 | 0 | B | 127 | 2D | 50 |
Octal | 337 | 265 | 343 | 2 | 24 | 0 | 13 | 447 | 55 | 120 |
Binary | 11011111 | 10110101 | 11100011 | 10 | 10100 | 0 | 1011 | 100100111 | 101101 | 1010000 |
Color Harmonies of #DFB5E3
Complementary color
Monochromatic Colors of #DFB5E3
Black with #DFB5E3
Text Example
Text Example
White with #DFB5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB5E3; }
p { color: rgb(223,181,227); }
H1.HeaderClassName
{
color: #DFB5E3;
}
.AnyTagClassName
{
color: #DFB5E3;
}
</style>
background-color css
<style>
a { background-color: #DFB5E3; }
a { background-color: rgb(223,181,227); }
div.DivClassName
{
background-color: #DFB5E3;
}
.BgClassName
{
background-color: #DFB5E3;
}
</style>
border-color css
<style>
span { border-color: #DFB5E3; }
span { border-color: rgb(223,181,227); }
td.TdClassName
{
border-color: #DFB5E3;
}
.TagClassName
{
border-color: #DFB5E3;
}
</style>