Shades of Thistle #DDBAE8
Tints of Thistle #DDBAE8
RGB
CMYK
RGB Variations
Color information
#DDBAE8 (or 0xDDBAE8) is known color: Thistle. HEX triplet: DD, BA and E8. RGB value is (221,186,232). Sum of RGB (Red+Green+Blue) = 221+186+232=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 186 (73.05% from 255 or 29.11% from 639); Blue value is 232 (91.02% from 255 or 36.31% from 639); Max value from RGB is 232 - color contains mainly: blue. Hex color #DDBAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBAE8 is #224517. Grayscale: #C9C9C9. Windows color (decimal): -2245912 or 15252189. OLE color: 15252189.
HSL color Cylindrical-coordinate representation of color #DDBAE8: hue angle of 285.65º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDBAE8 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 186 | 232 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.09 |
| HSL | 285.65º | 0.5% | 0.82% | - |
| HSV(B) | 285.65º | 0.2% | 0.91% | - |
| XYZ | 61.94 | 56.32 | 83.95 | - |
| YUV | 201.71 | 145.1 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 232 | 0.05 | 0.20 | 0 | 0.09 | 285.65 | 0.5 | 0.82 |
| Hex | DD | BA | E8 | 5 | 14 | 0 | 9 | 11E | 32 | 52 |
| Octal | 335 | 272 | 350 | 5 | 24 | 0 | 11 | 436 | 62 | 122 |
| Binary | 11011101 | 10111010 | 11101000 | 101 | 10100 | 0 | 1001 | 100011110 | 110010 | 1010010 |
Color Harmonies of #DDBAE8
Complementary color
Monochromatic Colors of #DDBAE8
Black with #DDBAE8
Text Example
Text Example
White with #DDBAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBAE8; }
p { color: rgb(221,186,232); }
H1.HeaderClassName
{
color: #DDBAE8;
}
.AnyTagClassName
{
color: #DDBAE8;
}
</style>
background-color css
<style>
a { background-color: #DDBAE8; }
a { background-color: rgb(221,186,232); }
div.DivClassName
{
background-color: #DDBAE8;
}
.BgClassName
{
background-color: #DDBAE8;
}
</style>
border-color css
<style>
span { border-color: #DDBAE8; }
span { border-color: rgb(221,186,232); }
td.TdClassName
{
border-color: #DDBAE8;
}
.TagClassName
{
border-color: #DDBAE8;
}
</style>