Shades of Thistle #DEC8DB
Tints of Thistle #DEC8DB
RGB
CMYK
RGB Variations
Color information
#DEC8DB (or 0xDEC8DB) is known color: Thistle. HEX triplet: DE, C8 and DB. RGB value is (222,200,219). Sum of RGB (Red+Green+Blue) = 222+200+219=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 200 (78.52% from 255 or 31.20% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC8DB is #213724. Grayscale: #D0D0D0. Windows color (decimal): -2176805 or 14403806. OLE color: 14403806.
HSL color Cylindrical-coordinate representation of color #DEC8DB: hue angle of 308.18º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEC8DB is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 219 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.13 |
| HSL | 308.18º | 0.25% | 0.83% | - |
| HSV(B) | 308.18º | 0.1% | 0.87% | - |
| XYZ | 63.56 | 61.95 | 75.63 | - |
| YUV | 208.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 219 | 0 | 0.10 | 0.01 | 0.13 | 308.18 | 0.25 | 0.83 |
| Hex | DE | C8 | DB | 0 | A | 1 | D | 134 | 19 | 53 |
| Octal | 336 | 310 | 333 | 0 | 12 | 1 | 15 | 464 | 31 | 123 |
| Binary | 11011110 | 11001000 | 11011011 | 0 | 1010 | 1 | 1101 | 100110100 | 11001 | 1010011 |
Color Harmonies of #DEC8DB
Complementary color
Monochromatic Colors of #DEC8DB
Black with #DEC8DB
Text Example
Text Example
White with #DEC8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC8DB; }
p { color: rgb(222,200,219); }
H1.HeaderClassName
{
color: #DEC8DB;
}
.AnyTagClassName
{
color: #DEC8DB;
}
</style>
background-color css
<style>
a { background-color: #DEC8DB; }
a { background-color: rgb(222,200,219); }
div.DivClassName
{
background-color: #DEC8DB;
}
.BgClassName
{
background-color: #DEC8DB;
}
</style>
border-color css
<style>
span { border-color: #DEC8DB; }
span { border-color: rgb(222,200,219); }
td.TdClassName
{
border-color: #DEC8DB;
}
.TagClassName
{
border-color: #DEC8DB;
}
</style>