Shades of Thistle #DDB2E5
Tints of Thistle #DDB2E5
RGB
CMYK
RGB Variations
Color information
#DDB2E5 (or 0xDDB2E5) is known color: Thistle. HEX triplet: DD, B2 and E5. RGB value is (221,178,229). Sum of RGB (Red+Green+Blue) = 221+178+229=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 178 (69.92% from 255 or 28.34% from 628); Blue value is 229 (89.84% from 255 or 36.46% from 628); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDB2E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB2E5 is #224D1A. Grayscale: #C4C4C4. Windows color (decimal): -2247963 or 15053533. OLE color: 15053533.
HSL color Cylindrical-coordinate representation of color #DDB2E5: hue angle of 290.59º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDB2E5 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 178 | 229 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.10 |
| HSL | 290.59º | 0.5% | 0.8% | - |
| HSV(B) | 290.59º | 0.22% | 0.9% | - |
| XYZ | 59.88 | 52.87 | 81.18 | - |
| YUV | 196.67 | 146.25 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 229 | 0.03 | 0.22 | 0 | 0.10 | 290.59 | 0.5 | 0.8 |
| Hex | DD | B2 | E5 | 3 | 16 | 0 | A | 123 | 32 | 50 |
| Octal | 335 | 262 | 345 | 3 | 26 | 0 | 12 | 443 | 62 | 120 |
| Binary | 11011101 | 10110010 | 11100101 | 11 | 10110 | 0 | 1010 | 100100011 | 110010 | 1010000 |
Color Harmonies of #DDB2E5
Complementary color
Monochromatic Colors of #DDB2E5
Black with #DDB2E5
Text Example
Text Example
White with #DDB2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB2E5; }
p { color: rgb(221,178,229); }
H1.HeaderClassName
{
color: #DDB2E5;
}
.AnyTagClassName
{
color: #DDB2E5;
}
</style>
background-color css
<style>
a { background-color: #DDB2E5; }
a { background-color: rgb(221,178,229); }
div.DivClassName
{
background-color: #DDB2E5;
}
.BgClassName
{
background-color: #DDB2E5;
}
</style>
border-color css
<style>
span { border-color: #DDB2E5; }
span { border-color: rgb(221,178,229); }
td.TdClassName
{
border-color: #DDB2E5;
}
.TagClassName
{
border-color: #DDB2E5;
}
</style>