Shades of Thistle #DDBEDC
Tints of Thistle #DDBEDC
RGB
CMYK
RGB Variations
Color information
#DDBEDC (or 0xDDBEDC) is known color: Thistle. HEX triplet: DD, BE and DC. RGB value is (221,190,220). Sum of RGB (Red+Green+Blue) = 221+190+220=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 190 (74.61% from 255 or 30.11% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEDC is #224123. Grayscale: #CACACA. Windows color (decimal): -2244900 or 14466781. OLE color: 14466781.
HSL color Cylindrical-coordinate representation of color #DDBEDC: hue angle of 301.94º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDBEDC is Cyan = 0, Magento = 0.14, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 220 | - |
| CMYK | 0 | 0.14 | 0.00 | 0.13 |
| HSL | 301.94º | 0.31% | 0.81% | - |
| HSV(B) | 301.94º | 0.14% | 0.87% | - |
| XYZ | 61.15 | 57.37 | 75.56 | - |
| YUV | 202.69 | 137.77 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 220 | 0 | 0.14 | 0.00 | 0.13 | 301.94 | 0.31 | 0.81 |
| Hex | DD | BE | DC | 0 | E | 0 | D | 12E | 1F | 51 |
| Octal | 335 | 276 | 334 | 0 | 16 | 0 | 15 | 456 | 37 | 121 |
| Binary | 11011101 | 10111110 | 11011100 | 0 | 1110 | 0 | 1101 | 100101110 | 11111 | 1010001 |
Color Harmonies of #DDBEDC
Complementary color
Monochromatic Colors of #DDBEDC
Black with #DDBEDC
Text Example
Text Example
White with #DDBEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBEDC; }
p { color: rgb(221,190,220); }
H1.HeaderClassName
{
color: #DDBEDC;
}
.AnyTagClassName
{
color: #DDBEDC;
}
</style>
background-color css
<style>
a { background-color: #DDBEDC; }
a { background-color: rgb(221,190,220); }
div.DivClassName
{
background-color: #DDBEDC;
}
.BgClassName
{
background-color: #DDBEDC;
}
</style>
border-color css
<style>
span { border-color: #DDBEDC; }
span { border-color: rgb(221,190,220); }
td.TdClassName
{
border-color: #DDBEDC;
}
.TagClassName
{
border-color: #DDBEDC;
}
</style>