Shades of Thistle #DDBBDD
Tints of Thistle #DDBBDD
RGB
CMYK
RGB Variations
Color information
#DDBBDD (or 0xDDBBDD) is known color: Thistle. HEX triplet: DD, BB and DD. RGB value is (221,187,221). Sum of RGB (Red+Green+Blue) = 221+187+221=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 187 (73.44% from 255 or 29.73% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDBBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBDD is #224422. Grayscale: #C8C8C8. Windows color (decimal): -2245667 or 14531549. OLE color: 14531549.
HSL color Cylindrical-coordinate representation of color #DDBBDD: hue angle of 300º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDBBDD is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 221 | - |
| CMYK | 0 | 0.15 | 0 | 0.13 |
| HSL | 300º | 0.33% | 0.8% | - |
| HSV(B) | 300º | 0.15% | 0.87% | - |
| XYZ | 60.64 | 56.13 | 76.05 | - |
| YUV | 201.04 | 139.26 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 221 | 0 | 0.15 | 0 | 0.13 | 300 | 0.33 | 0.8 |
| Hex | DD | BB | DD | 0 | F | 0 | D | 12C | 21 | 50 |
| Octal | 335 | 273 | 335 | 0 | 17 | 0 | 15 | 454 | 41 | 120 |
| Binary | 11011101 | 10111011 | 11011101 | 0 | 1111 | 0 | 1101 | 100101100 | 100001 | 1010000 |
Color Harmonies of #DDBBDD
Complementary color
Monochromatic Colors of #DDBBDD
Black with #DDBBDD
Text Example
Text Example
White with #DDBBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBBDD; }
p { color: rgb(221,187,221); }
H1.HeaderClassName
{
color: #DDBBDD;
}
.AnyTagClassName
{
color: #DDBBDD;
}
</style>
background-color css
<style>
a { background-color: #DDBBDD; }
a { background-color: rgb(221,187,221); }
div.DivClassName
{
background-color: #DDBBDD;
}
.BgClassName
{
background-color: #DDBBDD;
}
</style>
border-color css
<style>
span { border-color: #DDBBDD; }
span { border-color: rgb(221,187,221); }
td.TdClassName
{
border-color: #DDBBDD;
}
.TagClassName
{
border-color: #DDBBDD;
}
</style>