Shades of Thistle #DFBBE1
Tints of Thistle #DFBBE1
RGB
CMYK
RGB Variations
Color information
#DFBBE1 (or 0xDFBBE1) is known color: Thistle. HEX triplet: DF, BB and E1. RGB value is (223,187,225). Sum of RGB (Red+Green+Blue) = 223+187+225=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 187 (73.44% from 255 or 29.45% from 635); Blue value is 225 (88.28% from 255 or 35.43% from 635); Max value from RGB is 225 - color contains mainly: blue. Hex color #DFBBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBBE1 is #20441E. Grayscale: #C9C9C9. Windows color (decimal): -2114591 or 14793695. OLE color: 14793695.
HSL color Cylindrical-coordinate representation of color #DFBBE1: hue angle of 296.84º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFBBE1 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 187 | 225 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.12 |
| HSL | 296.84º | 0.39% | 0.81% | - |
| HSV(B) | 296.84º | 0.17% | 0.88% | - |
| XYZ | 61.79 | 56.66 | 78.91 | - |
| YUV | 202.1 | 140.93 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 225 | 0.01 | 0.17 | 0 | 0.12 | 296.84 | 0.39 | 0.81 |
| Hex | DF | BB | E1 | 1 | 11 | 0 | C | 129 | 27 | 51 |
| Octal | 337 | 273 | 341 | 1 | 21 | 0 | 14 | 451 | 47 | 121 |
| Binary | 11011111 | 10111011 | 11100001 | 1 | 10001 | 0 | 1100 | 100101001 | 100111 | 1010001 |
Color Harmonies of #DFBBE1
Complementary color
Monochromatic Colors of #DFBBE1
Black with #DFBBE1
Text Example
Text Example
White with #DFBBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBBE1; }
p { color: rgb(223,187,225); }
H1.HeaderClassName
{
color: #DFBBE1;
}
.AnyTagClassName
{
color: #DFBBE1;
}
</style>
background-color css
<style>
a { background-color: #DFBBE1; }
a { background-color: rgb(223,187,225); }
div.DivClassName
{
background-color: #DFBBE1;
}
.BgClassName
{
background-color: #DFBBE1;
}
</style>
border-color css
<style>
span { border-color: #DFBBE1; }
span { border-color: rgb(223,187,225); }
td.TdClassName
{
border-color: #DFBBE1;
}
.TagClassName
{
border-color: #DFBBE1;
}
</style>