Shades of Thistle #DDB9DD
Tints of Thistle #DDB9DD
RGB
CMYK
RGB Variations
Color information
#DDB9DD (or 0xDDB9DD) is known color: Thistle. HEX triplet: DD, B9 and DD. RGB value is (221,185,221). Sum of RGB (Red+Green+Blue) = 221+185+221=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 185 (72.66% from 255 or 29.51% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDB9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB9DD is #224622. Grayscale: #C7C7C7. Windows color (decimal): -2246179 or 14531037. OLE color: 14531037.
HSL color Cylindrical-coordinate representation of color #DDB9DD: hue angle of 300º 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 #DDB9DD is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 185 | 221 | - |
CMYK | 0 | 0.16 | 0 | 0.13 |
HSL | 300º | 0.35% | 0.8% | - |
HSV(B) | 300º | 0.16% | 0.87% | - |
XYZ | 60.22 | 55.29 | 75.9 | - |
YUV | 199.87 | 139.93 | 143.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 185 | 221 | 0 | 0.16 | 0 | 0.13 | 300 | 0.35 | 0.8 |
Hex | DD | B9 | DD | 0 | 10 | 0 | D | 12C | 23 | 50 |
Octal | 335 | 271 | 335 | 0 | 20 | 0 | 15 | 454 | 43 | 120 |
Binary | 11011101 | 10111001 | 11011101 | 0 | 10000 | 0 | 1101 | 100101100 | 100011 | 1010000 |
Color Harmonies of #DDB9DD
Complementary color
Monochromatic Colors of #DDB9DD
Black with #DDB9DD
Text Example
Text Example
White with #DDB9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB9DD; }
p { color: rgb(221,185,221); }
H1.HeaderClassName
{
color: #DDB9DD;
}
.AnyTagClassName
{
color: #DDB9DD;
}
</style>
background-color css
<style>
a { background-color: #DDB9DD; }
a { background-color: rgb(221,185,221); }
div.DivClassName
{
background-color: #DDB9DD;
}
.BgClassName
{
background-color: #DDB9DD;
}
</style>
border-color css
<style>
span { border-color: #DDB9DD; }
span { border-color: rgb(221,185,221); }
td.TdClassName
{
border-color: #DDB9DD;
}
.TagClassName
{
border-color: #DDB9DD;
}
</style>