Shades of Thistle #DDCDDB
Tints of Thistle #DDCDDB
RGB
CMYK
RGB Variations
Color information
#DDCDDB (or 0xDDCDDB) is known color: Thistle. HEX triplet: DD, CD and DB. RGB value is (221,205,219). Sum of RGB (Red+Green+Blue) = 221+205+219=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 205 (80.47% from 255 or 31.78% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDDB is #223224. Grayscale: #D3D3D3. Windows color (decimal): -2241061 or 14405085. OLE color: 14405085.
HSL color Cylindrical-coordinate representation of color #DDCDDB: hue angle of 307.5º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDCDDB is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 205 | 219 | - |
CMYK | 0 | 0.07 | 0.01 | 0.13 |
HSL | 307.5º | 0.19% | 0.84% | - |
HSV(B) | 307.5º | 0.07% | 0.87% | - |
XYZ | 64.44 | 64.15 | 76 | - |
YUV | 211.38 | 132.3 | 134.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 205 | 219 | 0 | 0.07 | 0.01 | 0.13 | 307.5 | 0.19 | 0.84 |
Hex | DD | CD | DB | 0 | 7 | 1 | D | 134 | 13 | 54 |
Octal | 335 | 315 | 333 | 0 | 7 | 1 | 15 | 464 | 23 | 124 |
Binary | 11011101 | 11001101 | 11011011 | 0 | 111 | 1 | 1101 | 100110100 | 10011 | 1010100 |
Color Harmonies of #DDCDDB
Complementary color
Monochromatic Colors of #DDCDDB
Black with #DDCDDB
Text Example
Text Example
White with #DDCDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCDDB; }
p { color: rgb(221,205,219); }
H1.HeaderClassName
{
color: #DDCDDB;
}
.AnyTagClassName
{
color: #DDCDDB;
}
</style>
background-color css
<style>
a { background-color: #DDCDDB; }
a { background-color: rgb(221,205,219); }
div.DivClassName
{
background-color: #DDCDDB;
}
.BgClassName
{
background-color: #DDCDDB;
}
</style>
border-color css
<style>
span { border-color: #DDCDDB; }
span { border-color: rgb(221,205,219); }
td.TdClassName
{
border-color: #DDCDDB;
}
.TagClassName
{
border-color: #DDCDDB;
}
</style>