Shades of Thistle #DFB4E7
Tints of Thistle #DFB4E7
RGB
CMYK
RGB Variations
Color information
#DFB4E7 (or 0xDFB4E7) is known color: Thistle. HEX triplet: DF, B4 and E7. RGB value is (223,180,231). Sum of RGB (Red+Green+Blue) = 223+180+231=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 180 (70.70% from 255 or 28.39% from 634); Blue value is 231 (90.62% from 255 or 36.44% from 634); Max value from RGB is 231 - color contains mainly: blue. Hex color #DFB4E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB4E7 is #204B18. Grayscale: #C6C6C6. Windows color (decimal): -2116377 or 15185119. OLE color: 15185119.
HSL color Cylindrical-coordinate representation of color #DFB4E7: hue angle of 290.59º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFB4E7 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 180 | 231 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.09 |
| HSL | 290.59º | 0.52% | 0.81% | - |
| HSV(B) | 290.59º | 0.22% | 0.91% | - |
| XYZ | 61.18 | 54.1 | 82.82 | - |
| YUV | 198.67 | 146.25 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 231 | 0.03 | 0.22 | 0 | 0.09 | 290.59 | 0.52 | 0.81 |
| Hex | DF | B4 | E7 | 3 | 16 | 0 | 9 | 123 | 34 | 51 |
| Octal | 337 | 264 | 347 | 3 | 26 | 0 | 11 | 443 | 64 | 121 |
| Binary | 11011111 | 10110100 | 11100111 | 11 | 10110 | 0 | 1001 | 100100011 | 110100 | 1010001 |
Color Harmonies of #DFB4E7
Complementary color
Monochromatic Colors of #DFB4E7
Black with #DFB4E7
Text Example
Text Example
White with #DFB4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB4E7; }
p { color: rgb(223,180,231); }
H1.HeaderClassName
{
color: #DFB4E7;
}
.AnyTagClassName
{
color: #DFB4E7;
}
</style>
background-color css
<style>
a { background-color: #DFB4E7; }
a { background-color: rgb(223,180,231); }
div.DivClassName
{
background-color: #DFB4E7;
}
.BgClassName
{
background-color: #DFB4E7;
}
</style>
border-color css
<style>
span { border-color: #DFB4E7; }
span { border-color: rgb(223,180,231); }
td.TdClassName
{
border-color: #DFB4E7;
}
.TagClassName
{
border-color: #DFB4E7;
}
</style>