Shades of Thistle #DEBEDC
Tints of Thistle #DEBEDC
RGB
CMYK
RGB Variations
Color information
#DEBEDC (or 0xDEBEDC) is known color: Thistle. HEX triplet: DE, BE and DC. RGB value is (222,190,220). Sum of RGB (Red+Green+Blue) = 222+190+220=632 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.13% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBEDC is #214123. Grayscale: #CACACA. Windows color (decimal): -2179364 or 14466782. OLE color: 14466782.
HSL color Cylindrical-coordinate representation of color #DEBEDC: hue angle of 303.75º 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 #DEBEDC is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 190 | 220 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.13 |
| HSL | 303.75º | 0.33% | 0.81% | - |
| HSV(B) | 303.75º | 0.14% | 0.87% | - |
| XYZ | 61.46 | 57.52 | 75.57 | - |
| YUV | 202.99 | 137.6 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 220 | 0 | 0.14 | 0.01 | 0.13 | 303.75 | 0.33 | 0.81 |
| Hex | DE | BE | DC | 0 | E | 1 | D | 130 | 21 | 51 |
| Octal | 336 | 276 | 334 | 0 | 16 | 1 | 15 | 460 | 41 | 121 |
| Binary | 11011110 | 10111110 | 11011100 | 0 | 1110 | 1 | 1101 | 100110000 | 100001 | 1010001 |
Color Harmonies of #DEBEDC
Complementary color
Monochromatic Colors of #DEBEDC
Black with #DEBEDC
Text Example
Text Example
White with #DEBEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBEDC; }
p { color: rgb(222,190,220); }
H1.HeaderClassName
{
color: #DEBEDC;
}
.AnyTagClassName
{
color: #DEBEDC;
}
</style>
background-color css
<style>
a { background-color: #DEBEDC; }
a { background-color: rgb(222,190,220); }
div.DivClassName
{
background-color: #DEBEDC;
}
.BgClassName
{
background-color: #DEBEDC;
}
</style>
border-color css
<style>
span { border-color: #DEBEDC; }
span { border-color: rgb(222,190,220); }
td.TdClassName
{
border-color: #DEBEDC;
}
.TagClassName
{
border-color: #DEBEDC;
}
</style>