Shades of Thistle #DEBDE4
Tints of Thistle #DEBDE4
RGB
CMYK
RGB Variations
Color information
#DEBDE4 (or 0xDEBDE4) is known color: Thistle. HEX triplet: DE, BD and E4. RGB value is (222,189,228). Sum of RGB (Red+Green+Blue) = 222+189+228=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 189 (74.22% from 255 or 29.58% from 639); Blue value is 228 (89.45% from 255 or 35.68% from 639); Max value from RGB is 228 - color contains mainly: blue. Hex color #DEBDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBDE4 is #21421B. Grayscale: #CBCBCB. Windows color (decimal): -2179612 or 14990814. OLE color: 14990814.
HSL color Cylindrical-coordinate representation of color #DEBDE4: hue angle of 290.77º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DEBDE4 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 189 | 228 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.11 |
| HSL | 290.77º | 0.42% | 0.82% | - |
| HSV(B) | 290.77º | 0.17% | 0.89% | - |
| XYZ | 62.33 | 57.53 | 81.22 | - |
| YUV | 203.31 | 141.93 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 189 | 228 | 0.03 | 0.17 | 0 | 0.11 | 290.77 | 0.42 | 0.82 |
| Hex | DE | BD | E4 | 3 | 11 | 0 | B | 123 | 2A | 52 |
| Octal | 336 | 275 | 344 | 3 | 21 | 0 | 13 | 443 | 52 | 122 |
| Binary | 11011110 | 10111101 | 11100100 | 11 | 10001 | 0 | 1011 | 100100011 | 101010 | 1010010 |
Color Harmonies of #DEBDE4
Complementary color
Monochromatic Colors of #DEBDE4
Black with #DEBDE4
Text Example
Text Example
White with #DEBDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBDE4; }
p { color: rgb(222,189,228); }
H1.HeaderClassName
{
color: #DEBDE4;
}
.AnyTagClassName
{
color: #DEBDE4;
}
</style>
background-color css
<style>
a { background-color: #DEBDE4; }
a { background-color: rgb(222,189,228); }
div.DivClassName
{
background-color: #DEBDE4;
}
.BgClassName
{
background-color: #DEBDE4;
}
</style>
border-color css
<style>
span { border-color: #DEBDE4; }
span { border-color: rgb(222,189,228); }
td.TdClassName
{
border-color: #DEBDE4;
}
.TagClassName
{
border-color: #DEBDE4;
}
</style>