Shades of Thistle #DDBDDB
Tints of Thistle #DDBDDB
RGB
CMYK
RGB Variations
Color information
#DDBDDB (or 0xDDBDDB) is known color: Thistle. HEX triplet: DD, BD and DB. RGB value is (221,189,219). Sum of RGB (Red+Green+Blue) = 221+189+219=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDDB is #224224. Grayscale: #C9C9C9. Windows color (decimal): -2245157 or 14400989. OLE color: 14400989.
HSL color Cylindrical-coordinate representation of color #DDBDDB: hue angle of 303.75º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDBDDB is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 189 | 219 | - |
CMYK | 0 | 0.14 | 0.01 | 0.13 |
HSL | 303.75º | 0.32% | 0.8% | - |
HSV(B) | 303.75º | 0.14% | 0.87% | - |
XYZ | 60.8 | 56.88 | 74.79 | - |
YUV | 201.99 | 137.6 | 141.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 189 | 219 | 0 | 0.14 | 0.01 | 0.13 | 303.75 | 0.32 | 0.8 |
Hex | DD | BD | DB | 0 | E | 1 | D | 130 | 20 | 50 |
Octal | 335 | 275 | 333 | 0 | 16 | 1 | 15 | 460 | 40 | 120 |
Binary | 11011101 | 10111101 | 11011011 | 0 | 1110 | 1 | 1101 | 100110000 | 100000 | 1010000 |
Color Harmonies of #DDBDDB
Complementary color
Monochromatic Colors of #DDBDDB
Black with #DDBDDB
Text Example
Text Example
White with #DDBDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDDB; }
p { color: rgb(221,189,219); }
H1.HeaderClassName
{
color: #DDBDDB;
}
.AnyTagClassName
{
color: #DDBDDB;
}
</style>
background-color css
<style>
a { background-color: #DDBDDB; }
a { background-color: rgb(221,189,219); }
div.DivClassName
{
background-color: #DDBDDB;
}
.BgClassName
{
background-color: #DDBDDB;
}
</style>
border-color css
<style>
span { border-color: #DDBDDB; }
span { border-color: rgb(221,189,219); }
td.TdClassName
{
border-color: #DDBDDB;
}
.TagClassName
{
border-color: #DDBDDB;
}
</style>