Shades of Thistle #DDBDE4
Tints of Thistle #DDBDE4
RGB
CMYK
RGB Variations
Color information
#DDBDE4 (or 0xDDBDE4) is known color: Thistle. HEX triplet: DD, BD and E4. RGB value is (221,189,228). Sum of RGB (Red+Green+Blue) = 221+189+228=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 189 (74.22% from 255 or 29.62% from 638); Blue value is 228 (89.45% from 255 or 35.74% from 638); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDBDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDE4 is #22421B. Grayscale: #CACACA. Windows color (decimal): -2245148 or 14990813. OLE color: 14990813.
HSL color Cylindrical-coordinate representation of color #DDBDE4: hue angle of 289.23º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDBDE4 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 189 | 228 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.11 |
| HSL | 289.23º | 0.42% | 0.82% | - |
| HSV(B) | 289.23º | 0.17% | 0.89% | - |
| XYZ | 62.02 | 57.37 | 81.2 | - |
| YUV | 203.01 | 142.1 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 228 | 0.03 | 0.17 | 0 | 0.11 | 289.23 | 0.42 | 0.82 |
| Hex | DD | BD | E4 | 3 | 11 | 0 | B | 121 | 2A | 52 |
| Octal | 335 | 275 | 344 | 3 | 21 | 0 | 13 | 441 | 52 | 122 |
| Binary | 11011101 | 10111101 | 11100100 | 11 | 10001 | 0 | 1011 | 100100001 | 101010 | 1010010 |
Color Harmonies of #DDBDE4
Complementary color
Monochromatic Colors of #DDBDE4
Black with #DDBDE4
Text Example
Text Example
White with #DDBDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDE4; }
p { color: rgb(221,189,228); }
H1.HeaderClassName
{
color: #DDBDE4;
}
.AnyTagClassName
{
color: #DDBDE4;
}
</style>
background-color css
<style>
a { background-color: #DDBDE4; }
a { background-color: rgb(221,189,228); }
div.DivClassName
{
background-color: #DDBDE4;
}
.BgClassName
{
background-color: #DDBDE4;
}
</style>
border-color css
<style>
span { border-color: #DDBDE4; }
span { border-color: rgb(221,189,228); }
td.TdClassName
{
border-color: #DDBDE4;
}
.TagClassName
{
border-color: #DDBDE4;
}
</style>