Shades of Thistle #DDBDE6
Tints of Thistle #DDBDE6
RGB
CMYK
RGB Variations
Color information
#DDBDE6 (or 0xDDBDE6) is known color: Thistle. HEX triplet: DD, BD and E6. RGB value is (221,189,230). Sum of RGB (Red+Green+Blue) = 221+189+230=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 189 (74.22% from 255 or 29.53% from 640); Blue value is 230 (90.23% from 255 or 35.94% from 640); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDBDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBDE6 is #224219. Grayscale: #CBCBCB. Windows color (decimal): -2245146 or 15121885. OLE color: 15121885.
HSL color Cylindrical-coordinate representation of color #DDBDE6: hue angle of 286.83º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDBDE6 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 189 | 230 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.10 |
| HSL | 286.83º | 0.45% | 0.82% | - |
| HSV(B) | 286.83º | 0.18% | 0.9% | - |
| XYZ | 62.3 | 57.48 | 82.67 | - |
| YUV | 203.24 | 143.1 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 230 | 0.04 | 0.18 | 0 | 0.10 | 286.83 | 0.45 | 0.82 |
| Hex | DD | BD | E6 | 4 | 12 | 0 | A | 11F | 2D | 52 |
| Octal | 335 | 275 | 346 | 4 | 22 | 0 | 12 | 437 | 55 | 122 |
| Binary | 11011101 | 10111101 | 11100110 | 100 | 10010 | 0 | 1010 | 100011111 | 101101 | 1010010 |
Color Harmonies of #DDBDE6
Complementary color
Monochromatic Colors of #DDBDE6
Black with #DDBDE6
Text Example
Text Example
White with #DDBDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDE6; }
p { color: rgb(221,189,230); }
H1.HeaderClassName
{
color: #DDBDE6;
}
.AnyTagClassName
{
color: #DDBDE6;
}
</style>
background-color css
<style>
a { background-color: #DDBDE6; }
a { background-color: rgb(221,189,230); }
div.DivClassName
{
background-color: #DDBDE6;
}
.BgClassName
{
background-color: #DDBDE6;
}
</style>
border-color css
<style>
span { border-color: #DDBDE6; }
span { border-color: rgb(221,189,230); }
td.TdClassName
{
border-color: #DDBDE6;
}
.TagClassName
{
border-color: #DDBDE6;
}
</style>