Shades of Thistle #DDB9DC
Tints of Thistle #DDB9DC
RGB
CMYK
RGB Variations
Color information
#DDB9DC (or 0xDDB9DC) is known color: Thistle. HEX triplet: DD, B9 and DC. RGB value is (221,185,220). Sum of RGB (Red+Green+Blue) = 221+185+220=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 185 (72.66% from 255 or 29.55% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB9DC is #224623. Grayscale: #C7C7C7. Windows color (decimal): -2246180 or 14465501. OLE color: 14465501.
HSL color Cylindrical-coordinate representation of color #DDB9DC: hue angle of 301.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDB9DC is Cyan = 0, Magento = 0.16, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 185 | 220 | - |
CMYK | 0 | 0.16 | 0.00 | 0.13 |
HSL | 301.67º | 0.35% | 0.8% | - |
HSV(B) | 301.67º | 0.16% | 0.87% | - |
XYZ | 60.09 | 55.24 | 75.21 | - |
YUV | 199.75 | 139.43 | 143.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 185 | 220 | 0 | 0.16 | 0.00 | 0.13 | 301.67 | 0.35 | 0.8 |
Hex | DD | B9 | DC | 0 | 10 | 0 | D | 12E | 23 | 50 |
Octal | 335 | 271 | 334 | 0 | 20 | 0 | 15 | 456 | 43 | 120 |
Binary | 11011101 | 10111001 | 11011100 | 0 | 10000 | 0 | 1101 | 100101110 | 100011 | 1010000 |
Color Harmonies of #DDB9DC
Complementary color
Monochromatic Colors of #DDB9DC
Black with #DDB9DC
Text Example
Text Example
White with #DDB9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB9DC; }
p { color: rgb(221,185,220); }
H1.HeaderClassName
{
color: #DDB9DC;
}
.AnyTagClassName
{
color: #DDB9DC;
}
</style>
background-color css
<style>
a { background-color: #DDB9DC; }
a { background-color: rgb(221,185,220); }
div.DivClassName
{
background-color: #DDB9DC;
}
.BgClassName
{
background-color: #DDB9DC;
}
</style>
border-color css
<style>
span { border-color: #DDB9DC; }
span { border-color: rgb(221,185,220); }
td.TdClassName
{
border-color: #DDB9DC;
}
.TagClassName
{
border-color: #DDB9DC;
}
</style>