Shades of Thistle #DEBADF
Tints of Thistle #DEBADF
RGB
CMYK
RGB Variations
Color information
#DEBADF (or 0xDEBADF) is known color: Thistle. HEX triplet: DE, BA and DF. RGB value is (222,186,223). Sum of RGB (Red+Green+Blue) = 222+186+223=631 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.18% from 631); Green value is 186 (73.05% from 255 or 29.48% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 223 - color contains mainly: blue. Hex color #DEBADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBADF is #214520. Grayscale: #C8C8C8. Windows color (decimal): -2180385 or 14662366. OLE color: 14662366.
HSL color Cylindrical-coordinate representation of color #DEBADF: hue angle of 298.38º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DEBADF is Cyan = 0.00, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 186 | 223 | - |
| CMYK | 0.00 | 0.17 | 0 | 0.13 |
| HSL | 298.38º | 0.37% | 0.8% | - |
| HSV(B) | 298.38º | 0.17% | 0.87% | - |
| XYZ | 61 | 55.98 | 77.4 | - |
| YUV | 200.98 | 140.43 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 186 | 223 | 0.00 | 0.17 | 0 | 0.13 | 298.38 | 0.37 | 0.8 |
| Hex | DE | BA | DF | 0 | 11 | 0 | D | 12A | 25 | 50 |
| Octal | 336 | 272 | 337 | 0 | 21 | 0 | 15 | 452 | 45 | 120 |
| Binary | 11011110 | 10111010 | 11011111 | 0 | 10001 | 0 | 1101 | 100101010 | 100101 | 1010000 |
Color Harmonies of #DEBADF
Complementary color
Monochromatic Colors of #DEBADF
Black with #DEBADF
Text Example
Text Example
White with #DEBADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBADF; }
p { color: rgb(222,186,223); }
H1.HeaderClassName
{
color: #DEBADF;
}
.AnyTagClassName
{
color: #DEBADF;
}
</style>
background-color css
<style>
a { background-color: #DEBADF; }
a { background-color: rgb(222,186,223); }
div.DivClassName
{
background-color: #DEBADF;
}
.BgClassName
{
background-color: #DEBADF;
}
</style>
border-color css
<style>
span { border-color: #DEBADF; }
span { border-color: rgb(222,186,223); }
td.TdClassName
{
border-color: #DEBADF;
}
.TagClassName
{
border-color: #DEBADF;
}
</style>