Shades of Thistle #DEBEDE
Tints of Thistle #DEBEDE
RGB
CMYK
RGB Variations
Color information
#DEBEDE (or 0xDEBEDE) is known color: Thistle. HEX triplet: DE, BE and DE. RGB value is (222,190,222). Sum of RGB (Red+Green+Blue) = 222+190+222=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 190 (74.61% from 255 or 29.97% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DEBEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBEDE is #214121. Grayscale: #CBCBCB. Windows color (decimal): -2179362 or 14597854. OLE color: 14597854.
HSL color Cylindrical-coordinate representation of color #DEBEDE: hue angle of 300º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEBEDE is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 190 | 222 | - |
| CMYK | 0 | 0.14 | 0 | 0.13 |
| HSL | 300º | 0.33% | 0.81% | - |
| HSV(B) | 300º | 0.14% | 0.87% | - |
| XYZ | 61.72 | 57.63 | 76.98 | - |
| YUV | 203.22 | 138.6 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 222 | 0 | 0.14 | 0 | 0.13 | 300 | 0.33 | 0.81 |
| Hex | DE | BE | DE | 0 | E | 0 | D | 12C | 21 | 51 |
| Octal | 336 | 276 | 336 | 0 | 16 | 0 | 15 | 454 | 41 | 121 |
| Binary | 11011110 | 10111110 | 11011110 | 0 | 1110 | 0 | 1101 | 100101100 | 100001 | 1010001 |
Color Harmonies of #DEBEDE
Complementary color
Monochromatic Colors of #DEBEDE
Black with #DEBEDE
Text Example
Text Example
White with #DEBEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBEDE; }
p { color: rgb(222,190,222); }
H1.HeaderClassName
{
color: #DEBEDE;
}
.AnyTagClassName
{
color: #DEBEDE;
}
</style>
background-color css
<style>
a { background-color: #DEBEDE; }
a { background-color: rgb(222,190,222); }
div.DivClassName
{
background-color: #DEBEDE;
}
.BgClassName
{
background-color: #DEBEDE;
}
</style>
border-color css
<style>
span { border-color: #DEBEDE; }
span { border-color: rgb(222,190,222); }
td.TdClassName
{
border-color: #DEBEDE;
}
.TagClassName
{
border-color: #DEBEDE;
}
</style>