Shades of Thistle #DEBEE6
Tints of Thistle #DEBEE6
RGB
CMYK
RGB Variations
Color information
#DEBEE6 (or 0xDEBEE6) is known color: Thistle. HEX triplet: DE, BE and E6. RGB value is (222,190,230). Sum of RGB (Red+Green+Blue) = 222+190+230=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 190 (74.61% from 255 or 29.60% from 642); Blue value is 230 (90.23% from 255 or 35.83% from 642); Max value from RGB is 230 - color contains mainly: blue. Hex color #DEBEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBEE6 is #214119. Grayscale: #CCCCCC. Windows color (decimal): -2179354 or 15122142. OLE color: 15122142.
HSL color Cylindrical-coordinate representation of color #DEBEE6: hue angle of 288º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DEBEE6 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 190 | 230 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.10 |
| HSL | 288º | 0.44% | 0.82% | - |
| HSV(B) | 288º | 0.17% | 0.9% | - |
| XYZ | 62.82 | 58.07 | 82.76 | - |
| YUV | 204.13 | 142.6 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 230 | 0.03 | 0.17 | 0 | 0.10 | 288 | 0.44 | 0.82 |
| Hex | DE | BE | E6 | 3 | 11 | 0 | A | 120 | 2C | 52 |
| Octal | 336 | 276 | 346 | 3 | 21 | 0 | 12 | 440 | 54 | 122 |
| Binary | 11011110 | 10111110 | 11100110 | 11 | 10001 | 0 | 1010 | 100100000 | 101100 | 1010010 |
Color Harmonies of #DEBEE6
Complementary color
Monochromatic Colors of #DEBEE6
Black with #DEBEE6
Text Example
Text Example
White with #DEBEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBEE6; }
p { color: rgb(222,190,230); }
H1.HeaderClassName
{
color: #DEBEE6;
}
.AnyTagClassName
{
color: #DEBEE6;
}
</style>
background-color css
<style>
a { background-color: #DEBEE6; }
a { background-color: rgb(222,190,230); }
div.DivClassName
{
background-color: #DEBEE6;
}
.BgClassName
{
background-color: #DEBEE6;
}
</style>
border-color css
<style>
span { border-color: #DEBEE6; }
span { border-color: rgb(222,190,230); }
td.TdClassName
{
border-color: #DEBEE6;
}
.TagClassName
{
border-color: #DEBEE6;
}
</style>