Shades of Thistle #DED1DB
Tints of Thistle #DED1DB
RGB
CMYK
RGB Variations
Color information
#DED1DB (or 0xDED1DB) is known color: Thistle. HEX triplet: DE, D1 and DB. RGB value is (222,209,219). Sum of RGB (Red+Green+Blue) = 222+209+219=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 209 (82.03% from 255 or 32.15% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 222 - color contains mainly: red. Hex color #DED1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED1DB is #212E24. Grayscale: #D5D5D5. Windows color (decimal): -2174501 or 14406110. OLE color: 14406110.
HSL color Cylindrical-coordinate representation of color #DED1DB: hue angle of 313.85º degrees, saturation: 0.16, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DED1DB is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 209 | 219 | - |
CMYK | 0 | 0.06 | 0.01 | 0.13 |
HSL | 313.85º | 0.16% | 0.85% | - |
HSV(B) | 313.85º | 0.06% | 0.87% | - |
XYZ | 65.71 | 66.25 | 76.34 | - |
YUV | 214.03 | 130.81 | 133.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 209 | 219 | 0 | 0.06 | 0.01 | 0.13 | 313.85 | 0.16 | 0.85 |
Hex | DE | D1 | DB | 0 | 6 | 1 | D | 13A | 10 | 55 |
Octal | 336 | 321 | 333 | 0 | 6 | 1 | 15 | 472 | 20 | 125 |
Binary | 11011110 | 11010001 | 11011011 | 0 | 110 | 1 | 1101 | 100111010 | 10000 | 1010101 |
Color Harmonies of #DED1DB
Complementary color
Monochromatic Colors of #DED1DB
Black with #DED1DB
Text Example
Text Example
White with #DED1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED1DB; }
p { color: rgb(222,209,219); }
H1.HeaderClassName
{
color: #DED1DB;
}
.AnyTagClassName
{
color: #DED1DB;
}
</style>
background-color css
<style>
a { background-color: #DED1DB; }
a { background-color: rgb(222,209,219); }
div.DivClassName
{
background-color: #DED1DB;
}
.BgClassName
{
background-color: #DED1DB;
}
</style>
border-color css
<style>
span { border-color: #DED1DB; }
span { border-color: rgb(222,209,219); }
td.TdClassName
{
border-color: #DED1DB;
}
.TagClassName
{
border-color: #DED1DB;
}
</style>