Shades of Thistle #DDB2E0
Tints of Thistle #DDB2E0
RGB
CMYK
RGB Variations
Color information
#DDB2E0 (or 0xDDB2E0) is known color: Thistle. HEX triplet: DD, B2 and E0. RGB value is (221,178,224). Sum of RGB (Red+Green+Blue) = 221+178+224=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 178 (69.92% from 255 or 28.57% from 623); Blue value is 224 (87.89% from 255 or 35.96% from 623); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDB2E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB2E0 is #224D1F. Grayscale: #C3C3C3. Windows color (decimal): -2247968 or 14725853. OLE color: 14725853.
HSL color Cylindrical-coordinate representation of color #DDB2E0: hue angle of 296.09º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDB2E0 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 178 | 224 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.12 |
| HSL | 296.09º | 0.43% | 0.79% | - |
| HSV(B) | 296.09º | 0.21% | 0.88% | - |
| XYZ | 59.19 | 52.59 | 77.55 | - |
| YUV | 196.1 | 143.75 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 224 | 0.01 | 0.21 | 0 | 0.12 | 296.09 | 0.43 | 0.79 |
| Hex | DD | B2 | E0 | 1 | 15 | 0 | C | 128 | 2B | 4F |
| Octal | 335 | 262 | 340 | 1 | 25 | 0 | 14 | 450 | 53 | 117 |
| Binary | 11011101 | 10110010 | 11100000 | 1 | 10101 | 0 | 1100 | 100101000 | 101011 | 1001111 |
Color Harmonies of #DDB2E0
Complementary color
Monochromatic Colors of #DDB2E0
Black with #DDB2E0
Text Example
Text Example
White with #DDB2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB2E0; }
p { color: rgb(221,178,224); }
H1.HeaderClassName
{
color: #DDB2E0;
}
.AnyTagClassName
{
color: #DDB2E0;
}
</style>
background-color css
<style>
a { background-color: #DDB2E0; }
a { background-color: rgb(221,178,224); }
div.DivClassName
{
background-color: #DDB2E0;
}
.BgClassName
{
background-color: #DDB2E0;
}
</style>
border-color css
<style>
span { border-color: #DDB2E0; }
span { border-color: rgb(221,178,224); }
td.TdClassName
{
border-color: #DDB2E0;
}
.TagClassName
{
border-color: #DDB2E0;
}
</style>