Shades of Thistle #DDBAE0
Tints of Thistle #DDBAE0
RGB
CMYK
RGB Variations
Color information
#DDBAE0 (or 0xDDBAE0) is known color: Thistle. HEX triplet: DD, BA and E0. RGB value is (221,186,224). Sum of RGB (Red+Green+Blue) = 221+186+224=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 186 (73.05% from 255 or 29.48% from 631); Blue value is 224 (87.89% from 255 or 35.50% from 631); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDBAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBAE0 is #22451F. Grayscale: #C8C8C8. Windows color (decimal): -2245920 or 14727901. OLE color: 14727901.
HSL color Cylindrical-coordinate representation of color #DDBAE0: hue angle of 295.26º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDBAE0 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 186 | 224 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.12 |
| HSL | 295.26º | 0.38% | 0.8% | - |
| HSV(B) | 295.26º | 0.17% | 0.88% | - |
| XYZ | 60.83 | 55.87 | 78.1 | - |
| YUV | 200.8 | 141.1 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 224 | 0.01 | 0.17 | 0 | 0.12 | 295.26 | 0.38 | 0.8 |
| Hex | DD | BA | E0 | 1 | 11 | 0 | C | 127 | 26 | 50 |
| Octal | 335 | 272 | 340 | 1 | 21 | 0 | 14 | 447 | 46 | 120 |
| Binary | 11011101 | 10111010 | 11100000 | 1 | 10001 | 0 | 1100 | 100100111 | 100110 | 1010000 |
Color Harmonies of #DDBAE0
Complementary color
Monochromatic Colors of #DDBAE0
Black with #DDBAE0
Text Example
Text Example
White with #DDBAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBAE0; }
p { color: rgb(221,186,224); }
H1.HeaderClassName
{
color: #DDBAE0;
}
.AnyTagClassName
{
color: #DDBAE0;
}
</style>
background-color css
<style>
a { background-color: #DDBAE0; }
a { background-color: rgb(221,186,224); }
div.DivClassName
{
background-color: #DDBAE0;
}
.BgClassName
{
background-color: #DDBAE0;
}
</style>
border-color css
<style>
span { border-color: #DDBAE0; }
span { border-color: rgb(221,186,224); }
td.TdClassName
{
border-color: #DDBAE0;
}
.TagClassName
{
border-color: #DDBAE0;
}
</style>