Shades of Thistle #DEBEE0
Tints of Thistle #DEBEE0
RGB
CMYK
RGB Variations
Color information
#DEBEE0 (or 0xDEBEE0) is known color: Thistle. HEX triplet: DE, BE and E0. RGB value is (222,190,224). Sum of RGB (Red+Green+Blue) = 222+190+224=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 224 (87.89% from 255 or 35.22% from 636); Max value from RGB is 224 - color contains mainly: blue. Hex color #DEBEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBEE0 is #21411F. Grayscale: #CBCBCB. Windows color (decimal): -2179360 or 14728926. OLE color: 14728926.
HSL color Cylindrical-coordinate representation of color #DEBEE0: hue angle of 296.47º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEBEE0 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 190 | 224 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.12 |
| HSL | 296.47º | 0.35% | 0.81% | - |
| HSV(B) | 296.47º | 0.15% | 0.88% | - |
| XYZ | 61.99 | 57.74 | 78.4 | - |
| YUV | 203.44 | 139.6 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 224 | 0.01 | 0.15 | 0 | 0.12 | 296.47 | 0.35 | 0.81 |
| Hex | DE | BE | E0 | 1 | F | 0 | C | 128 | 23 | 51 |
| Octal | 336 | 276 | 340 | 1 | 17 | 0 | 14 | 450 | 43 | 121 |
| Binary | 11011110 | 10111110 | 11100000 | 1 | 1111 | 0 | 1100 | 100101000 | 100011 | 1010001 |
Color Harmonies of #DEBEE0
Complementary color
Monochromatic Colors of #DEBEE0
Black with #DEBEE0
Text Example
Text Example
White with #DEBEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBEE0; }
p { color: rgb(222,190,224); }
H1.HeaderClassName
{
color: #DEBEE0;
}
.AnyTagClassName
{
color: #DEBEE0;
}
</style>
background-color css
<style>
a { background-color: #DEBEE0; }
a { background-color: rgb(222,190,224); }
div.DivClassName
{
background-color: #DEBEE0;
}
.BgClassName
{
background-color: #DEBEE0;
}
</style>
border-color css
<style>
span { border-color: #DEBEE0; }
span { border-color: rgb(222,190,224); }
td.TdClassName
{
border-color: #DEBEE0;
}
.TagClassName
{
border-color: #DEBEE0;
}
</style>