Shades of Thistle #DDC5DB
Tints of Thistle #DDC5DB
RGB
CMYK
RGB Variations
Color information
#DDC5DB (or 0xDDC5DB) is known color: Thistle. HEX triplet: DD, C5 and DB. RGB value is (221,197,219). Sum of RGB (Red+Green+Blue) = 221+197+219=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 197 (77.34% from 255 or 30.93% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC5DB is #223A24. Grayscale: #CECECE. Windows color (decimal): -2243109 or 14403037. OLE color: 14403037.
HSL color Cylindrical-coordinate representation of color #DDC5DB: hue angle of 305º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDC5DB is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 219 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.13 |
| HSL | 305º | 0.26% | 0.82% | - |
| HSV(B) | 305º | 0.11% | 0.87% | - |
| XYZ | 62.57 | 60.42 | 75.38 | - |
| YUV | 206.68 | 134.95 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 219 | 0 | 0.11 | 0.01 | 0.13 | 305 | 0.26 | 0.82 |
| Hex | DD | C5 | DB | 0 | B | 1 | D | 131 | 1A | 52 |
| Octal | 335 | 305 | 333 | 0 | 13 | 1 | 15 | 461 | 32 | 122 |
| Binary | 11011101 | 11000101 | 11011011 | 0 | 1011 | 1 | 1101 | 100110001 | 11010 | 1010010 |
Color Harmonies of #DDC5DB
Complementary color
Monochromatic Colors of #DDC5DB
Black with #DDC5DB
Text Example
Text Example
White with #DDC5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC5DB; }
p { color: rgb(221,197,219); }
H1.HeaderClassName
{
color: #DDC5DB;
}
.AnyTagClassName
{
color: #DDC5DB;
}
</style>
background-color css
<style>
a { background-color: #DDC5DB; }
a { background-color: rgb(221,197,219); }
div.DivClassName
{
background-color: #DDC5DB;
}
.BgClassName
{
background-color: #DDC5DB;
}
</style>
border-color css
<style>
span { border-color: #DDC5DB; }
span { border-color: rgb(221,197,219); }
td.TdClassName
{
border-color: #DDC5DB;
}
.TagClassName
{
border-color: #DDC5DB;
}
</style>