Shades of Thistle #DDBDE2
Tints of Thistle #DDBDE2
RGB
CMYK
RGB Variations
Color information
#DDBDE2 (or 0xDDBDE2) is known color: Thistle. HEX triplet: DD, BD and E2. RGB value is (221,189,226). Sum of RGB (Red+Green+Blue) = 221+189+226=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 189 (74.22% from 255 or 29.72% from 636); Blue value is 226 (88.67% from 255 or 35.53% from 636); Max value from RGB is 226 - color contains mainly: blue. Hex color #DDBDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDE2 is #22421D. Grayscale: #CACACA. Windows color (decimal): -2245150 or 14859741. OLE color: 14859741.
HSL color Cylindrical-coordinate representation of color #DDBDE2: hue angle of 291.89º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDBDE2 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 189 | 226 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.11 |
| HSL | 291.89º | 0.39% | 0.81% | - |
| HSV(B) | 291.89º | 0.16% | 0.89% | - |
| XYZ | 61.74 | 57.26 | 79.75 | - |
| YUV | 202.79 | 141.1 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 226 | 0.02 | 0.16 | 0 | 0.11 | 291.89 | 0.39 | 0.81 |
| Hex | DD | BD | E2 | 2 | 10 | 0 | B | 124 | 27 | 51 |
| Octal | 335 | 275 | 342 | 2 | 20 | 0 | 13 | 444 | 47 | 121 |
| Binary | 11011101 | 10111101 | 11100010 | 10 | 10000 | 0 | 1011 | 100100100 | 100111 | 1010001 |
Color Harmonies of #DDBDE2
Complementary color
Monochromatic Colors of #DDBDE2
Black with #DDBDE2
Text Example
Text Example
White with #DDBDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDE2; }
p { color: rgb(221,189,226); }
H1.HeaderClassName
{
color: #DDBDE2;
}
.AnyTagClassName
{
color: #DDBDE2;
}
</style>
background-color css
<style>
a { background-color: #DDBDE2; }
a { background-color: rgb(221,189,226); }
div.DivClassName
{
background-color: #DDBDE2;
}
.BgClassName
{
background-color: #DDBDE2;
}
</style>
border-color css
<style>
span { border-color: #DDBDE2; }
span { border-color: rgb(221,189,226); }
td.TdClassName
{
border-color: #DDBDE2;
}
.TagClassName
{
border-color: #DDBDE2;
}
</style>