Shades of Thistle #DDD0DB
Tints of Thistle #DDD0DB
RGB
CMYK
RGB Variations
Color information
#DDD0DB (or 0xDDD0DB) is known color: Thistle. HEX triplet: DD, D0 and DB. RGB value is (221,208,219). Sum of RGB (Red+Green+Blue) = 221+208+219=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 208 (81.64% from 255 or 32.10% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD0DB is #222F24. Grayscale: #D5D5D5. Windows color (decimal): -2240293 or 14405853. OLE color: 14405853.
HSL color Cylindrical-coordinate representation of color #DDD0DB: hue angle of 309.23º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDD0DB is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 208 | 219 | - |
CMYK | 0 | 0.06 | 0.01 | 0.13 |
HSL | 309.23º | 0.16% | 0.84% | - |
HSV(B) | 309.23º | 0.06% | 0.87% | - |
XYZ | 65.16 | 65.6 | 76.25 | - |
YUV | 213.14 | 131.31 | 133.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 208 | 219 | 0 | 0.06 | 0.01 | 0.13 | 309.23 | 0.16 | 0.84 |
Hex | DD | D0 | DB | 0 | 6 | 1 | D | 135 | 10 | 54 |
Octal | 335 | 320 | 333 | 0 | 6 | 1 | 15 | 465 | 20 | 124 |
Binary | 11011101 | 11010000 | 11011011 | 0 | 110 | 1 | 1101 | 100110101 | 10000 | 1010100 |
Color Harmonies of #DDD0DB
Complementary color
Monochromatic Colors of #DDD0DB
Black with #DDD0DB
Text Example
Text Example
White with #DDD0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD0DB; }
p { color: rgb(221,208,219); }
H1.HeaderClassName
{
color: #DDD0DB;
}
.AnyTagClassName
{
color: #DDD0DB;
}
</style>
background-color css
<style>
a { background-color: #DDD0DB; }
a { background-color: rgb(221,208,219); }
div.DivClassName
{
background-color: #DDD0DB;
}
.BgClassName
{
background-color: #DDD0DB;
}
</style>
border-color css
<style>
span { border-color: #DDD0DB; }
span { border-color: rgb(221,208,219); }
td.TdClassName
{
border-color: #DDD0DB;
}
.TagClassName
{
border-color: #DDD0DB;
}
</style>