Shades of Thistle #DEC3DB
Tints of Thistle #DEC3DB
RGB
CMYK
RGB Variations
Color information
#DEC3DB (or 0xDEC3DB) is known color: Thistle. HEX triplet: DE, C3 and DB. RGB value is (222,195,219). Sum of RGB (Red+Green+Blue) = 222+195+219=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 195 (76.56% from 255 or 30.66% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC3DB is #213C24. Grayscale: #CDCDCD. Windows color (decimal): -2178085 or 14402526. OLE color: 14402526.
HSL color Cylindrical-coordinate representation of color #DEC3DB: hue angle of 306.67º degrees, saturation: 0.29, 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 #DEC3DB is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 195 | 219 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.13 |
| HSL | 306.67º | 0.29% | 0.82% | - |
| HSV(B) | 306.67º | 0.12% | 0.87% | - |
| XYZ | 62.43 | 59.67 | 75.25 | - |
| YUV | 205.81 | 135.45 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 219 | 0 | 0.12 | 0.01 | 0.13 | 306.67 | 0.29 | 0.82 |
| Hex | DE | C3 | DB | 0 | C | 1 | D | 133 | 1D | 52 |
| Octal | 336 | 303 | 333 | 0 | 14 | 1 | 15 | 463 | 35 | 122 |
| Binary | 11011110 | 11000011 | 11011011 | 0 | 1100 | 1 | 1101 | 100110011 | 11101 | 1010010 |
Color Harmonies of #DEC3DB
Complementary color
Monochromatic Colors of #DEC3DB
Black with #DEC3DB
Text Example
Text Example
White with #DEC3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC3DB; }
p { color: rgb(222,195,219); }
H1.HeaderClassName
{
color: #DEC3DB;
}
.AnyTagClassName
{
color: #DEC3DB;
}
</style>
background-color css
<style>
a { background-color: #DEC3DB; }
a { background-color: rgb(222,195,219); }
div.DivClassName
{
background-color: #DEC3DB;
}
.BgClassName
{
background-color: #DEC3DB;
}
</style>
border-color css
<style>
span { border-color: #DEC3DB; }
span { border-color: rgb(222,195,219); }
td.TdClassName
{
border-color: #DEC3DB;
}
.TagClassName
{
border-color: #DEC3DB;
}
</style>