Shades of Thistle #DEBDE1
Tints of Thistle #DEBDE1
RGB
CMYK
RGB Variations
Color information
#DEBDE1 (or 0xDEBDE1) is known color: Thistle. HEX triplet: DE, BD and E1. RGB value is (222,189,225). Sum of RGB (Red+Green+Blue) = 222+189+225=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 189 (74.22% from 255 or 29.72% from 636); Blue value is 225 (88.28% from 255 or 35.38% from 636); Max value from RGB is 225 - color contains mainly: blue. Hex color #DEBDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBDE1 is #21421E. Grayscale: #CACACA. Windows color (decimal): -2179615 or 14794206. OLE color: 14794206.
HSL color Cylindrical-coordinate representation of color #DEBDE1: hue angle of 295º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEBDE1 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 189 | 225 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.12 |
| HSL | 295º | 0.38% | 0.81% | - |
| HSV(B) | 295º | 0.16% | 0.88% | - |
| XYZ | 61.91 | 57.36 | 79.04 | - |
| YUV | 202.97 | 140.43 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 189 | 225 | 0.01 | 0.16 | 0 | 0.12 | 295 | 0.38 | 0.81 |
| Hex | DE | BD | E1 | 1 | 10 | 0 | C | 127 | 26 | 51 |
| Octal | 336 | 275 | 341 | 1 | 20 | 0 | 14 | 447 | 46 | 121 |
| Binary | 11011110 | 10111101 | 11100001 | 1 | 10000 | 0 | 1100 | 100100111 | 100110 | 1010001 |
Color Harmonies of #DEBDE1
Complementary color
Monochromatic Colors of #DEBDE1
Black with #DEBDE1
Text Example
Text Example
White with #DEBDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBDE1; }
p { color: rgb(222,189,225); }
H1.HeaderClassName
{
color: #DEBDE1;
}
.AnyTagClassName
{
color: #DEBDE1;
}
</style>
background-color css
<style>
a { background-color: #DEBDE1; }
a { background-color: rgb(222,189,225); }
div.DivClassName
{
background-color: #DEBDE1;
}
.BgClassName
{
background-color: #DEBDE1;
}
</style>
border-color css
<style>
span { border-color: #DEBDE1; }
span { border-color: rgb(222,189,225); }
td.TdClassName
{
border-color: #DEBDE1;
}
.TagClassName
{
border-color: #DEBDE1;
}
</style>