Shades of Thistle #DFB6E6
Tints of Thistle #DFB6E6
RGB
CMYK
RGB Variations
Color information
#DFB6E6 (or 0xDFB6E6) is known color: Thistle. HEX triplet: DF, B6 and E6. RGB value is (223,182,230). Sum of RGB (Red+Green+Blue) = 223+182+230=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 182 (71.48% from 255 or 28.66% from 635); Blue value is 230 (90.23% from 255 or 36.22% from 635); Max value from RGB is 230 - color contains mainly: blue. Hex color #DFB6E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB6E6 is #204919. Grayscale: #C7C7C7. Windows color (decimal): -2115866 or 15120095. OLE color: 15120095.
HSL color Cylindrical-coordinate representation of color #DFB6E6: hue angle of 291.25º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFB6E6 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 182 | 230 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.10 |
| HSL | 291.25º | 0.49% | 0.81% | - |
| HSV(B) | 291.25º | 0.21% | 0.9% | - |
| XYZ | 61.44 | 54.86 | 82.21 | - |
| YUV | 199.73 | 145.08 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 230 | 0.03 | 0.21 | 0 | 0.10 | 291.25 | 0.49 | 0.81 |
| Hex | DF | B6 | E6 | 3 | 15 | 0 | A | 123 | 31 | 51 |
| Octal | 337 | 266 | 346 | 3 | 25 | 0 | 12 | 443 | 61 | 121 |
| Binary | 11011111 | 10110110 | 11100110 | 11 | 10101 | 0 | 1010 | 100100011 | 110001 | 1010001 |
Color Harmonies of #DFB6E6
Complementary color
Monochromatic Colors of #DFB6E6
Black with #DFB6E6
Text Example
Text Example
White with #DFB6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB6E6; }
p { color: rgb(223,182,230); }
H1.HeaderClassName
{
color: #DFB6E6;
}
.AnyTagClassName
{
color: #DFB6E6;
}
</style>
background-color css
<style>
a { background-color: #DFB6E6; }
a { background-color: rgb(223,182,230); }
div.DivClassName
{
background-color: #DFB6E6;
}
.BgClassName
{
background-color: #DFB6E6;
}
</style>
border-color css
<style>
span { border-color: #DFB6E6; }
span { border-color: rgb(223,182,230); }
td.TdClassName
{
border-color: #DFB6E6;
}
.TagClassName
{
border-color: #DFB6E6;
}
</style>