Shades of Thistle #DDB4E4
Tints of Thistle #DDB4E4
RGB
CMYK
RGB Variations
Color information
#DDB4E4 (or 0xDDB4E4) is known color: Thistle. HEX triplet: DD, B4 and E4. RGB value is (221,180,228). Sum of RGB (Red+Green+Blue) = 221+180+228=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 180 (70.70% from 255 or 28.62% from 629); Blue value is 228 (89.45% from 255 or 36.25% from 629); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDB4E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB4E4 is #224B1B. Grayscale: #C5C5C5. Windows color (decimal): -2247452 or 14988509. OLE color: 14988509.
HSL color Cylindrical-coordinate representation of color #DDB4E4: hue angle of 291.25º degrees, saturation: 0.47, 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 #DDB4E4 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 180 | 228 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.11 |
| HSL | 291.25º | 0.47% | 0.8% | - |
| HSV(B) | 291.25º | 0.21% | 0.89% | - |
| XYZ | 60.14 | 53.62 | 80.58 | - |
| YUV | 197.73 | 145.08 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 228 | 0.03 | 0.21 | 0 | 0.11 | 291.25 | 0.47 | 0.8 |
| Hex | DD | B4 | E4 | 3 | 15 | 0 | B | 123 | 2F | 50 |
| Octal | 335 | 264 | 344 | 3 | 25 | 0 | 13 | 443 | 57 | 120 |
| Binary | 11011101 | 10110100 | 11100100 | 11 | 10101 | 0 | 1011 | 100100011 | 101111 | 1010000 |
Color Harmonies of #DDB4E4
Complementary color
Monochromatic Colors of #DDB4E4
Black with #DDB4E4
Text Example
Text Example
White with #DDB4E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB4E4; }
p { color: rgb(221,180,228); }
H1.HeaderClassName
{
color: #DDB4E4;
}
.AnyTagClassName
{
color: #DDB4E4;
}
</style>
background-color css
<style>
a { background-color: #DDB4E4; }
a { background-color: rgb(221,180,228); }
div.DivClassName
{
background-color: #DDB4E4;
}
.BgClassName
{
background-color: #DDB4E4;
}
</style>
border-color css
<style>
span { border-color: #DDB4E4; }
span { border-color: rgb(221,180,228); }
td.TdClassName
{
border-color: #DDB4E4;
}
.TagClassName
{
border-color: #DDB4E4;
}
</style>