Shades of Thistle #DEB5E0
Tints of Thistle #DEB5E0
RGB
CMYK
RGB Variations
Color information
#DEB5E0 (or 0xDEB5E0) is known color: Thistle. HEX triplet: DE, B5 and E0. RGB value is (222,181,224). Sum of RGB (Red+Green+Blue) = 222+181+224=627 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.41% from 627); Green value is 181 (71.09% from 255 or 28.87% from 627); Blue value is 224 (87.89% from 255 or 35.73% from 627); Max value from RGB is 224 - color contains mainly: blue. Hex color #DEB5E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB5E0 is #214A1F. Grayscale: #C6C6C6. Windows color (decimal): -2181664 or 14726622. OLE color: 14726622.
HSL color Cylindrical-coordinate representation of color #DEB5E0: hue angle of 297.21º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEB5E0 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 181 | 224 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.12 |
| HSL | 297.21º | 0.41% | 0.79% | - |
| HSV(B) | 297.21º | 0.19% | 0.88% | - |
| XYZ | 60.1 | 53.96 | 77.77 | - |
| YUV | 198.16 | 142.58 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 181 | 224 | 0.01 | 0.19 | 0 | 0.12 | 297.21 | 0.41 | 0.79 |
| Hex | DE | B5 | E0 | 1 | 13 | 0 | C | 129 | 29 | 4F |
| Octal | 336 | 265 | 340 | 1 | 23 | 0 | 14 | 451 | 51 | 117 |
| Binary | 11011110 | 10110101 | 11100000 | 1 | 10011 | 0 | 1100 | 100101001 | 101001 | 1001111 |
Color Harmonies of #DEB5E0
Complementary color
Monochromatic Colors of #DEB5E0
Black with #DEB5E0
Text Example
Text Example
White with #DEB5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB5E0; }
p { color: rgb(222,181,224); }
H1.HeaderClassName
{
color: #DEB5E0;
}
.AnyTagClassName
{
color: #DEB5E0;
}
</style>
background-color css
<style>
a { background-color: #DEB5E0; }
a { background-color: rgb(222,181,224); }
div.DivClassName
{
background-color: #DEB5E0;
}
.BgClassName
{
background-color: #DEB5E0;
}
</style>
border-color css
<style>
span { border-color: #DEB5E0; }
span { border-color: rgb(222,181,224); }
td.TdClassName
{
border-color: #DEB5E0;
}
.TagClassName
{
border-color: #DEB5E0;
}
</style>