Shades of Thistle #DFB5E5
Tints of Thistle #DFB5E5
RGB
CMYK
RGB Variations
Color information
#DFB5E5 (or 0xDFB5E5) is known color: Thistle. HEX triplet: DF, B5 and E5. RGB value is (223,181,229). Sum of RGB (Red+Green+Blue) = 223+181+229=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 181 (71.09% from 255 or 28.59% from 633); Blue value is 229 (89.84% from 255 or 36.18% from 633); Max value from RGB is 229 - color contains mainly: blue. Hex color #DFB5E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB5E5 is #204A1A. Grayscale: #C6C6C6. Windows color (decimal): -2116123 or 15054303. OLE color: 15054303.
HSL color Cylindrical-coordinate representation of color #DFB5E5: hue angle of 292.5º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFB5E5 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 223 | 181 | 229 | - |
CMYK | 0.03 | 0.21 | 0 | 0.10 |
HSL | 292.5º | 0.48% | 0.8% | - |
HSV(B) | 292.5º | 0.21% | 0.9% | - |
XYZ | 61.1 | 54.39 | 81.41 | - |
YUV | 199.03 | 144.91 | 145.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 181 | 229 | 0.03 | 0.21 | 0 | 0.10 | 292.5 | 0.48 | 0.8 |
Hex | DF | B5 | E5 | 3 | 15 | 0 | A | 124 | 30 | 50 |
Octal | 337 | 265 | 345 | 3 | 25 | 0 | 12 | 444 | 60 | 120 |
Binary | 11011111 | 10110101 | 11100101 | 11 | 10101 | 0 | 1010 | 100100100 | 110000 | 1010000 |
Color Harmonies of #DFB5E5
Complementary color
Monochromatic Colors of #DFB5E5
Black with #DFB5E5
Text Example
Text Example
White with #DFB5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB5E5; }
p { color: rgb(223,181,229); }
H1.HeaderClassName
{
color: #DFB5E5;
}
.AnyTagClassName
{
color: #DFB5E5;
}
</style>
background-color css
<style>
a { background-color: #DFB5E5; }
a { background-color: rgb(223,181,229); }
div.DivClassName
{
background-color: #DFB5E5;
}
.BgClassName
{
background-color: #DFB5E5;
}
</style>
border-color css
<style>
span { border-color: #DFB5E5; }
span { border-color: rgb(223,181,229); }
td.TdClassName
{
border-color: #DFB5E5;
}
.TagClassName
{
border-color: #DFB5E5;
}
</style>