Shades of Thistle #DEBEE1
Tints of Thistle #DEBEE1
RGB
CMYK
RGB Variations
Color information
#DEBEE1 (or 0xDEBEE1) is known color: Thistle. HEX triplet: DE, BE and E1. RGB value is (222,190,225). Sum of RGB (Red+Green+Blue) = 222+190+225=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 190 (74.61% from 255 or 29.83% from 637); Blue value is 225 (88.28% from 255 or 35.32% from 637); Max value from RGB is 225 - color contains mainly: blue. Hex color #DEBEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBEE1 is #21411E. Grayscale: #CBCBCB. Windows color (decimal): -2179359 or 14794462. OLE color: 14794462.
HSL color Cylindrical-coordinate representation of color #DEBEE1: hue angle of 294.86º degrees, saturation: 0.37, 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 #DEBEE1 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 190 | 225 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.12 |
| HSL | 294.86º | 0.37% | 0.81% | - |
| HSV(B) | 294.86º | 0.16% | 0.88% | - |
| XYZ | 62.13 | 57.79 | 79.11 | - |
| YUV | 203.56 | 140.1 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 225 | 0.01 | 0.16 | 0 | 0.12 | 294.86 | 0.37 | 0.81 |
| Hex | DE | BE | E1 | 1 | 10 | 0 | C | 127 | 25 | 51 |
| Octal | 336 | 276 | 341 | 1 | 20 | 0 | 14 | 447 | 45 | 121 |
| Binary | 11011110 | 10111110 | 11100001 | 1 | 10000 | 0 | 1100 | 100100111 | 100101 | 1010001 |
Color Harmonies of #DEBEE1
Complementary color
Monochromatic Colors of #DEBEE1
Black with #DEBEE1
Text Example
Text Example
White with #DEBEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBEE1; }
p { color: rgb(222,190,225); }
H1.HeaderClassName
{
color: #DEBEE1;
}
.AnyTagClassName
{
color: #DEBEE1;
}
</style>
background-color css
<style>
a { background-color: #DEBEE1; }
a { background-color: rgb(222,190,225); }
div.DivClassName
{
background-color: #DEBEE1;
}
.BgClassName
{
background-color: #DEBEE1;
}
</style>
border-color css
<style>
span { border-color: #DEBEE1; }
span { border-color: rgb(222,190,225); }
td.TdClassName
{
border-color: #DEBEE1;
}
.TagClassName
{
border-color: #DEBEE1;
}
</style>