Shades of Thistle #DFBBDE
Tints of Thistle #DFBBDE
RGB
CMYK
RGB Variations
Color information
#DFBBDE (or 0xDFBBDE) is known color: Thistle. HEX triplet: DF, BB and DE. RGB value is (223,187,222). Sum of RGB (Red+Green+Blue) = 223+187+222=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 187 (73.44% from 255 or 29.59% from 632); Blue value is 222 (87.11% from 255 or 35.13% from 632); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBBDE is #204421. Grayscale: #C9C9C9. Windows color (decimal): -2114594 or 14597087. OLE color: 14597087.
HSL color Cylindrical-coordinate representation of color #DFBBDE: hue angle of 301.67º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFBBDE is Cyan = 0, Magento = 0.16, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 222 | - |
| CMYK | 0 | 0.16 | 0.00 | 0.13 |
| HSL | 301.67º | 0.36% | 0.8% | - |
| HSV(B) | 301.67º | 0.16% | 0.87% | - |
| XYZ | 61.39 | 56.5 | 76.78 | - |
| YUV | 201.75 | 139.43 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 222 | 0 | 0.16 | 0.00 | 0.13 | 301.67 | 0.36 | 0.8 |
| Hex | DF | BB | DE | 0 | 10 | 0 | D | 12E | 24 | 50 |
| Octal | 337 | 273 | 336 | 0 | 20 | 0 | 15 | 456 | 44 | 120 |
| Binary | 11011111 | 10111011 | 11011110 | 0 | 10000 | 0 | 1101 | 100101110 | 100100 | 1010000 |
Color Harmonies of #DFBBDE
Complementary color
Monochromatic Colors of #DFBBDE
Black with #DFBBDE
Text Example
Text Example
White with #DFBBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBBDE; }
p { color: rgb(223,187,222); }
H1.HeaderClassName
{
color: #DFBBDE;
}
.AnyTagClassName
{
color: #DFBBDE;
}
</style>
background-color css
<style>
a { background-color: #DFBBDE; }
a { background-color: rgb(223,187,222); }
div.DivClassName
{
background-color: #DFBBDE;
}
.BgClassName
{
background-color: #DFBBDE;
}
</style>
border-color css
<style>
span { border-color: #DFBBDE; }
span { border-color: rgb(223,187,222); }
td.TdClassName
{
border-color: #DFBBDE;
}
.TagClassName
{
border-color: #DFBBDE;
}
</style>