Shades of Thistle #DDB4E7
Tints of Thistle #DDB4E7
RGB
CMYK
RGB Variations
Color information
#DDB4E7 (or 0xDDB4E7) is known color: Thistle. HEX triplet: DD, B4 and E7. RGB value is (221,180,231). Sum of RGB (Red+Green+Blue) = 221+180+231=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 180 (70.70% from 255 or 28.48% from 632); Blue value is 231 (90.62% from 255 or 36.55% from 632); Max value from RGB is 231 - color contains mainly: blue. Hex color #DDB4E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB4E7 is #224B18. Grayscale: #C5C5C5. Windows color (decimal): -2247449 or 15185117. OLE color: 15185117.
HSL color Cylindrical-coordinate representation of color #DDB4E7: hue angle of 288.24º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDB4E7 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 180 | 231 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.09 |
| HSL | 288.24º | 0.52% | 0.81% | - |
| HSV(B) | 288.24º | 0.22% | 0.91% | - |
| XYZ | 60.56 | 53.78 | 82.79 | - |
| YUV | 198.07 | 146.58 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 231 | 0.04 | 0.22 | 0 | 0.09 | 288.24 | 0.52 | 0.81 |
| Hex | DD | B4 | E7 | 4 | 16 | 0 | 9 | 120 | 34 | 51 |
| Octal | 335 | 264 | 347 | 4 | 26 | 0 | 11 | 440 | 64 | 121 |
| Binary | 11011101 | 10110100 | 11100111 | 100 | 10110 | 0 | 1001 | 100100000 | 110100 | 1010001 |
Color Harmonies of #DDB4E7
Complementary color
Monochromatic Colors of #DDB4E7
Black with #DDB4E7
Text Example
Text Example
White with #DDB4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB4E7; }
p { color: rgb(221,180,231); }
H1.HeaderClassName
{
color: #DDB4E7;
}
.AnyTagClassName
{
color: #DDB4E7;
}
</style>
background-color css
<style>
a { background-color: #DDB4E7; }
a { background-color: rgb(221,180,231); }
div.DivClassName
{
background-color: #DDB4E7;
}
.BgClassName
{
background-color: #DDB4E7;
}
</style>
border-color css
<style>
span { border-color: #DDB4E7; }
span { border-color: rgb(221,180,231); }
td.TdClassName
{
border-color: #DDB4E7;
}
.TagClassName
{
border-color: #DDB4E7;
}
</style>