Shades of Thistle #DDC0DB
Tints of Thistle #DDC0DB
RGB
CMYK
RGB Variations
Color information
#DDC0DB (or 0xDDC0DB) is known color: Thistle. HEX triplet: DD, C0 and DB. RGB value is (221,192,219). Sum of RGB (Red+Green+Blue) = 221+192+219=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 192 (75.39% from 255 or 30.38% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC0DB is #223F24. Grayscale: #CBCBCB. Windows color (decimal): -2244389 or 14401757. OLE color: 14401757.
HSL color Cylindrical-coordinate representation of color #DDC0DB: hue angle of 304.14º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDC0DB is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 192 | 219 | - |
CMYK | 0 | 0.13 | 0.01 | 0.13 |
HSL | 304.14º | 0.3% | 0.81% | - |
HSV(B) | 304.14º | 0.13% | 0.87% | - |
XYZ | 61.45 | 58.19 | 75.01 | - |
YUV | 203.75 | 136.61 | 140.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 192 | 219 | 0 | 0.13 | 0.01 | 0.13 | 304.14 | 0.3 | 0.81 |
Hex | DD | C0 | DB | 0 | D | 1 | D | 130 | 1E | 51 |
Octal | 335 | 300 | 333 | 0 | 15 | 1 | 15 | 460 | 36 | 121 |
Binary | 11011101 | 11000000 | 11011011 | 0 | 1101 | 1 | 1101 | 100110000 | 11110 | 1010001 |
Color Harmonies of #DDC0DB
Complementary color
Monochromatic Colors of #DDC0DB
Black with #DDC0DB
Text Example
Text Example
White with #DDC0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC0DB; }
p { color: rgb(221,192,219); }
H1.HeaderClassName
{
color: #DDC0DB;
}
.AnyTagClassName
{
color: #DDC0DB;
}
</style>
background-color css
<style>
a { background-color: #DDC0DB; }
a { background-color: rgb(221,192,219); }
div.DivClassName
{
background-color: #DDC0DB;
}
.BgClassName
{
background-color: #DDC0DB;
}
</style>
border-color css
<style>
span { border-color: #DDC0DB; }
span { border-color: rgb(221,192,219); }
td.TdClassName
{
border-color: #DDC0DB;
}
.TagClassName
{
border-color: #DDC0DB;
}
</style>