Shades of Thistle #DDBDE1
Tints of Thistle #DDBDE1
RGB
CMYK
RGB Variations
Color information
#DDBDE1 (or 0xDDBDE1) is known color: Thistle. HEX triplet: DD, BD and E1. RGB value is (221,189,225). Sum of RGB (Red+Green+Blue) = 221+189+225=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 189 (74.22% from 255 or 29.76% from 635); Blue value is 225 (88.28% from 255 or 35.43% from 635); Max value from RGB is 225 - color contains mainly: blue. Hex color #DDBDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDE1 is #22421E. Grayscale: #CACACA. Windows color (decimal): -2245151 or 14794205. OLE color: 14794205.
HSL color Cylindrical-coordinate representation of color #DDBDE1: hue angle of 293.33º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDBDE1 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 189 | 225 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.12 |
| HSL | 293.33º | 0.38% | 0.81% | - |
| HSV(B) | 293.33º | 0.16% | 0.88% | - |
| XYZ | 61.61 | 57.2 | 79.03 | - |
| YUV | 202.67 | 140.6 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 225 | 0.02 | 0.16 | 0 | 0.12 | 293.33 | 0.38 | 0.81 |
| Hex | DD | BD | E1 | 2 | 10 | 0 | C | 125 | 26 | 51 |
| Octal | 335 | 275 | 341 | 2 | 20 | 0 | 14 | 445 | 46 | 121 |
| Binary | 11011101 | 10111101 | 11100001 | 10 | 10000 | 0 | 1100 | 100100101 | 100110 | 1010001 |
Color Harmonies of #DDBDE1
Complementary color
Monochromatic Colors of #DDBDE1
Black with #DDBDE1
Text Example
Text Example
White with #DDBDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDE1; }
p { color: rgb(221,189,225); }
H1.HeaderClassName
{
color: #DDBDE1;
}
.AnyTagClassName
{
color: #DDBDE1;
}
</style>
background-color css
<style>
a { background-color: #DDBDE1; }
a { background-color: rgb(221,189,225); }
div.DivClassName
{
background-color: #DDBDE1;
}
.BgClassName
{
background-color: #DDBDE1;
}
</style>
border-color css
<style>
span { border-color: #DDBDE1; }
span { border-color: rgb(221,189,225); }
td.TdClassName
{
border-color: #DDBDE1;
}
.TagClassName
{
border-color: #DDBDE1;
}
</style>