Shades of Thistle #DDB9DF
Tints of Thistle #DDB9DF
RGB
CMYK
RGB Variations
Color information
#DDB9DF (or 0xDDB9DF) is known color: Thistle. HEX triplet: DD, B9 and DF. RGB value is (221,185,223). Sum of RGB (Red+Green+Blue) = 221+185+223=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 185 (72.66% from 255 or 29.41% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDB9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB9DF is #224620. Grayscale: #C7C7C7. Windows color (decimal): -2246177 or 14662109. OLE color: 14662109.
HSL color Cylindrical-coordinate representation of color #DDB9DF: hue angle of 296.84º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDB9DF is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 223 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.13 |
| HSL | 296.84º | 0.37% | 0.8% | - |
| HSV(B) | 296.84º | 0.17% | 0.87% | - |
| XYZ | 60.49 | 55.4 | 77.32 | - |
| YUV | 200.1 | 140.93 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 223 | 0.01 | 0.17 | 0 | 0.13 | 296.84 | 0.37 | 0.8 |
| Hex | DD | B9 | DF | 1 | 11 | 0 | D | 129 | 25 | 50 |
| Octal | 335 | 271 | 337 | 1 | 21 | 0 | 15 | 451 | 45 | 120 |
| Binary | 11011101 | 10111001 | 11011111 | 1 | 10001 | 0 | 1101 | 100101001 | 100101 | 1010000 |
Color Harmonies of #DDB9DF
Complementary color
Monochromatic Colors of #DDB9DF
Black with #DDB9DF
Text Example
Text Example
White with #DDB9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB9DF; }
p { color: rgb(221,185,223); }
H1.HeaderClassName
{
color: #DDB9DF;
}
.AnyTagClassName
{
color: #DDB9DF;
}
</style>
background-color css
<style>
a { background-color: #DDB9DF; }
a { background-color: rgb(221,185,223); }
div.DivClassName
{
background-color: #DDB9DF;
}
.BgClassName
{
background-color: #DDB9DF;
}
</style>
border-color css
<style>
span { border-color: #DDB9DF; }
span { border-color: rgb(221,185,223); }
td.TdClassName
{
border-color: #DDB9DF;
}
.TagClassName
{
border-color: #DDB9DF;
}
</style>