Shades of Thistle #DEB5E6
Tints of Thistle #DEB5E6
RGB
CMYK
RGB Variations
Color information
#DEB5E6 (or 0xDEB5E6) is known color: Thistle. HEX triplet: DE, B5 and E6. RGB value is (222,181,230). Sum of RGB (Red+Green+Blue) = 222+181+230=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 181 (71.09% from 255 or 28.59% from 633); Blue value is 230 (90.23% from 255 or 36.33% from 633); Max value from RGB is 230 - color contains mainly: blue. Hex color #DEB5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB5E6 is #214A19. Grayscale: #C6C6C6. Windows color (decimal): -2181658 or 15119838. OLE color: 15119838.
HSL color Cylindrical-coordinate representation of color #DEB5E6: hue angle of 290.2º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEB5E6 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 181 | 230 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.10 |
| HSL | 290.2º | 0.49% | 0.81% | - |
| HSV(B) | 290.2º | 0.21% | 0.9% | - |
| XYZ | 60.93 | 54.29 | 82.13 | - |
| YUV | 198.85 | 145.58 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 181 | 230 | 0.03 | 0.21 | 0 | 0.10 | 290.2 | 0.49 | 0.81 |
| Hex | DE | B5 | E6 | 3 | 15 | 0 | A | 122 | 31 | 51 |
| Octal | 336 | 265 | 346 | 3 | 25 | 0 | 12 | 442 | 61 | 121 |
| Binary | 11011110 | 10110101 | 11100110 | 11 | 10101 | 0 | 1010 | 100100010 | 110001 | 1010001 |
Color Harmonies of #DEB5E6
Complementary color
Monochromatic Colors of #DEB5E6
Black with #DEB5E6
Text Example
Text Example
White with #DEB5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB5E6; }
p { color: rgb(222,181,230); }
H1.HeaderClassName
{
color: #DEB5E6;
}
.AnyTagClassName
{
color: #DEB5E6;
}
</style>
background-color css
<style>
a { background-color: #DEB5E6; }
a { background-color: rgb(222,181,230); }
div.DivClassName
{
background-color: #DEB5E6;
}
.BgClassName
{
background-color: #DEB5E6;
}
</style>
border-color css
<style>
span { border-color: #DEB5E6; }
span { border-color: rgb(222,181,230); }
td.TdClassName
{
border-color: #DEB5E6;
}
.TagClassName
{
border-color: #DEB5E6;
}
</style>