Shades of Thistle #DDB6E4
Tints of Thistle #DDB6E4
RGB
CMYK
RGB Variations
Color information
#DDB6E4 (or 0xDDB6E4) is known color: Thistle. HEX triplet: DD, B6 and E4. RGB value is (221,182,228). Sum of RGB (Red+Green+Blue) = 221+182+228=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 182 (71.48% from 255 or 28.84% from 631); Blue value is 228 (89.45% from 255 or 36.13% from 631); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDB6E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB6E4 is #22491B. Grayscale: #C6C6C6. Windows color (decimal): -2246940 or 14989021. OLE color: 14989021.
HSL color Cylindrical-coordinate representation of color #DDB6E4: hue angle of 290.87º degrees, saturation: 0.46, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDB6E4 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 182 | 228 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.11 |
| HSL | 290.87º | 0.46% | 0.8% | - |
| HSV(B) | 290.87º | 0.2% | 0.89% | - |
| XYZ | 60.55 | 54.43 | 80.71 | - |
| YUV | 198.91 | 144.42 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 228 | 0.03 | 0.20 | 0 | 0.11 | 290.87 | 0.46 | 0.8 |
| Hex | DD | B6 | E4 | 3 | 14 | 0 | B | 123 | 2E | 50 |
| Octal | 335 | 266 | 344 | 3 | 24 | 0 | 13 | 443 | 56 | 120 |
| Binary | 11011101 | 10110110 | 11100100 | 11 | 10100 | 0 | 1011 | 100100011 | 101110 | 1010000 |
Color Harmonies of #DDB6E4
Complementary color
Monochromatic Colors of #DDB6E4
Black with #DDB6E4
Text Example
Text Example
White with #DDB6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB6E4; }
p { color: rgb(221,182,228); }
H1.HeaderClassName
{
color: #DDB6E4;
}
.AnyTagClassName
{
color: #DDB6E4;
}
</style>
background-color css
<style>
a { background-color: #DDB6E4; }
a { background-color: rgb(221,182,228); }
div.DivClassName
{
background-color: #DDB6E4;
}
.BgClassName
{
background-color: #DDB6E4;
}
</style>
border-color css
<style>
span { border-color: #DDB6E4; }
span { border-color: rgb(221,182,228); }
td.TdClassName
{
border-color: #DDB6E4;
}
.TagClassName
{
border-color: #DDB6E4;
}
</style>