Shades of Thistle #DEBBDD
Tints of Thistle #DEBBDD
RGB
CMYK
RGB Variations
Color information
#DEBBDD (or 0xDEBBDD) is known color: Thistle. HEX triplet: DE, BB and DD. RGB value is (222,187,221). Sum of RGB (Red+Green+Blue) = 222+187+221=630 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.24% from 630); Green value is 187 (73.44% from 255 or 29.68% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBBDD is #214422. Grayscale: #C9C9C9. Windows color (decimal): -2180131 or 14531550. OLE color: 14531550.
HSL color Cylindrical-coordinate representation of color #DEBBDD: hue angle of 301.71º degrees, saturation: 0.35, 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 #DEBBDD is Cyan = 0, Magento = 0.16, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 221 | - |
| CMYK | 0 | 0.16 | 0.00 | 0.13 |
| HSL | 301.71º | 0.35% | 0.8% | - |
| HSV(B) | 301.71º | 0.16% | 0.87% | - |
| XYZ | 60.95 | 56.29 | 76.06 | - |
| YUV | 201.34 | 139.1 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 221 | 0 | 0.16 | 0.00 | 0.13 | 301.71 | 0.35 | 0.8 |
| Hex | DE | BB | DD | 0 | 10 | 0 | D | 12E | 23 | 50 |
| Octal | 336 | 273 | 335 | 0 | 20 | 0 | 15 | 456 | 43 | 120 |
| Binary | 11011110 | 10111011 | 11011101 | 0 | 10000 | 0 | 1101 | 100101110 | 100011 | 1010000 |
Color Harmonies of #DEBBDD
Complementary color
Monochromatic Colors of #DEBBDD
Black with #DEBBDD
Text Example
Text Example
White with #DEBBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBBDD; }
p { color: rgb(222,187,221); }
H1.HeaderClassName
{
color: #DEBBDD;
}
.AnyTagClassName
{
color: #DEBBDD;
}
</style>
background-color css
<style>
a { background-color: #DEBBDD; }
a { background-color: rgb(222,187,221); }
div.DivClassName
{
background-color: #DEBBDD;
}
.BgClassName
{
background-color: #DEBBDD;
}
</style>
border-color css
<style>
span { border-color: #DEBBDD; }
span { border-color: rgb(222,187,221); }
td.TdClassName
{
border-color: #DEBBDD;
}
.TagClassName
{
border-color: #DEBBDD;
}
</style>