Shades of Thistle #DDB3E4
Tints of Thistle #DDB3E4
RGB
CMYK
RGB Variations
Color information
#DDB3E4 (or 0xDDB3E4) is known color: Thistle. HEX triplet: DD, B3 and E4. RGB value is (221,179,228). Sum of RGB (Red+Green+Blue) = 221+179+228=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 179 (70.31% from 255 or 28.50% from 628); Blue value is 228 (89.45% from 255 or 36.31% from 628); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDB3E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB3E4 is #224C1B. Grayscale: #C4C4C4. Windows color (decimal): -2247708 or 14988253. OLE color: 14988253.
HSL color Cylindrical-coordinate representation of color #DDB3E4: hue angle of 291.43º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDB3E4 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 179 | 228 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.11 |
| HSL | 291.43º | 0.48% | 0.8% | - |
| HSV(B) | 291.43º | 0.21% | 0.89% | - |
| XYZ | 59.94 | 53.21 | 80.51 | - |
| YUV | 197.14 | 145.41 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 228 | 0.03 | 0.21 | 0 | 0.11 | 291.43 | 0.48 | 0.8 |
| Hex | DD | B3 | E4 | 3 | 15 | 0 | B | 123 | 30 | 50 |
| Octal | 335 | 263 | 344 | 3 | 25 | 0 | 13 | 443 | 60 | 120 |
| Binary | 11011101 | 10110011 | 11100100 | 11 | 10101 | 0 | 1011 | 100100011 | 110000 | 1010000 |
Color Harmonies of #DDB3E4
Complementary color
Monochromatic Colors of #DDB3E4
Black with #DDB3E4
Text Example
Text Example
White with #DDB3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB3E4; }
p { color: rgb(221,179,228); }
H1.HeaderClassName
{
color: #DDB3E4;
}
.AnyTagClassName
{
color: #DDB3E4;
}
</style>
background-color css
<style>
a { background-color: #DDB3E4; }
a { background-color: rgb(221,179,228); }
div.DivClassName
{
background-color: #DDB3E4;
}
.BgClassName
{
background-color: #DDB3E4;
}
</style>
border-color css
<style>
span { border-color: #DDB3E4; }
span { border-color: rgb(221,179,228); }
td.TdClassName
{
border-color: #DDB3E4;
}
.TagClassName
{
border-color: #DDB3E4;
}
</style>