Shades of Thistle #DEBBDE
Tints of Thistle #DEBBDE
RGB
CMYK
RGB Variations
Color information
#DEBBDE (or 0xDEBBDE) is known color: Thistle. HEX triplet: DE, BB and DE. RGB value is (222,187,222). Sum of RGB (Red+Green+Blue) = 222+187+222=631 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.18% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 222 (87.11% from 255 or 35.18% from 631); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DEBBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBBDE is #214421. Grayscale: #C9C9C9. Windows color (decimal): -2180130 or 14597086. OLE color: 14597086.
HSL color Cylindrical-coordinate representation of color #DEBBDE: hue angle of 300º 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 #DEBBDE is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 222 | - |
| CMYK | 0 | 0.16 | 0 | 0.13 |
| HSL | 300º | 0.35% | 0.8% | - |
| HSV(B) | 300º | 0.16% | 0.87% | - |
| XYZ | 61.08 | 56.34 | 76.76 | - |
| YUV | 201.46 | 139.6 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 222 | 0 | 0.16 | 0 | 0.13 | 300 | 0.35 | 0.8 |
| Hex | DE | BB | DE | 0 | 10 | 0 | D | 12C | 23 | 50 |
| Octal | 336 | 273 | 336 | 0 | 20 | 0 | 15 | 454 | 43 | 120 |
| Binary | 11011110 | 10111011 | 11011110 | 0 | 10000 | 0 | 1101 | 100101100 | 100011 | 1010000 |
Color Harmonies of #DEBBDE
Complementary color
Monochromatic Colors of #DEBBDE
Black with #DEBBDE
Text Example
Text Example
White with #DEBBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBBDE; }
p { color: rgb(222,187,222); }
H1.HeaderClassName
{
color: #DEBBDE;
}
.AnyTagClassName
{
color: #DEBBDE;
}
</style>
background-color css
<style>
a { background-color: #DEBBDE; }
a { background-color: rgb(222,187,222); }
div.DivClassName
{
background-color: #DEBBDE;
}
.BgClassName
{
background-color: #DEBBDE;
}
</style>
border-color css
<style>
span { border-color: #DEBBDE; }
span { border-color: rgb(222,187,222); }
td.TdClassName
{
border-color: #DEBBDE;
}
.TagClassName
{
border-color: #DEBBDE;
}
</style>