Shades of Thistle #DEC4DB
Tints of Thistle #DEC4DB
RGB
CMYK
RGB Variations
Color information
#DEC4DB (or 0xDEC4DB) is known color: Thistle. HEX triplet: DE, C4 and DB. RGB value is (222,196,219). Sum of RGB (Red+Green+Blue) = 222+196+219=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 196 (76.95% from 255 or 30.77% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC4DB is #213B24. Grayscale: #CECECE. Windows color (decimal): -2177829 or 14402782. OLE color: 14402782.
HSL color Cylindrical-coordinate representation of color #DEC4DB: hue angle of 306.92º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEC4DB is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 196 | 219 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.13 |
| HSL | 306.92º | 0.28% | 0.82% | - |
| HSV(B) | 306.92º | 0.12% | 0.87% | - |
| XYZ | 62.65 | 60.12 | 75.32 | - |
| YUV | 206.4 | 135.11 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 219 | 0 | 0.12 | 0.01 | 0.13 | 306.92 | 0.28 | 0.82 |
| Hex | DE | C4 | DB | 0 | C | 1 | D | 133 | 1C | 52 |
| Octal | 336 | 304 | 333 | 0 | 14 | 1 | 15 | 463 | 34 | 122 |
| Binary | 11011110 | 11000100 | 11011011 | 0 | 1100 | 1 | 1101 | 100110011 | 11100 | 1010010 |
Color Harmonies of #DEC4DB
Complementary color
Monochromatic Colors of #DEC4DB
Black with #DEC4DB
Text Example
Text Example
White with #DEC4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC4DB; }
p { color: rgb(222,196,219); }
H1.HeaderClassName
{
color: #DEC4DB;
}
.AnyTagClassName
{
color: #DEC4DB;
}
</style>
background-color css
<style>
a { background-color: #DEC4DB; }
a { background-color: rgb(222,196,219); }
div.DivClassName
{
background-color: #DEC4DB;
}
.BgClassName
{
background-color: #DEC4DB;
}
</style>
border-color css
<style>
span { border-color: #DEC4DB; }
span { border-color: rgb(222,196,219); }
td.TdClassName
{
border-color: #DEC4DB;
}
.TagClassName
{
border-color: #DEC4DB;
}
</style>