Shades of Thistle #DDB5DE
Tints of Thistle #DDB5DE
RGB
CMYK
RGB Variations
Color information
#DDB5DE (or 0xDDB5DE) is known color: Thistle. HEX triplet: DD, B5 and DE. RGB value is (221,181,222). Sum of RGB (Red+Green+Blue) = 221+181+222=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 181 (71.09% from 255 or 29.01% from 624); Blue value is 222 (87.11% from 255 or 35.58% from 624); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDB5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB5DE is #224A21. Grayscale: #C5C5C5. Windows color (decimal): -2247202 or 14595549. OLE color: 14595549.
HSL color Cylindrical-coordinate representation of color #DDB5DE: hue angle of 298.54º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDB5DE is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 222 | - |
| CMYK | 0.00 | 0.18 | 0 | 0.13 |
| HSL | 298.54º | 0.38% | 0.79% | - |
| HSV(B) | 298.54º | 0.18% | 0.87% | - |
| XYZ | 59.53 | 53.69 | 76.33 | - |
| YUV | 197.63 | 141.75 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 222 | 0.00 | 0.18 | 0 | 0.13 | 298.54 | 0.38 | 0.79 |
| Hex | DD | B5 | DE | 0 | 12 | 0 | D | 12B | 26 | 4F |
| Octal | 335 | 265 | 336 | 0 | 22 | 0 | 15 | 453 | 46 | 117 |
| Binary | 11011101 | 10110101 | 11011110 | 0 | 10010 | 0 | 1101 | 100101011 | 100110 | 1001111 |
Color Harmonies of #DDB5DE
Complementary color
Monochromatic Colors of #DDB5DE
Black with #DDB5DE
Text Example
Text Example
White with #DDB5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB5DE; }
p { color: rgb(221,181,222); }
H1.HeaderClassName
{
color: #DDB5DE;
}
.AnyTagClassName
{
color: #DDB5DE;
}
</style>
background-color css
<style>
a { background-color: #DDB5DE; }
a { background-color: rgb(221,181,222); }
div.DivClassName
{
background-color: #DDB5DE;
}
.BgClassName
{
background-color: #DDB5DE;
}
</style>
border-color css
<style>
span { border-color: #DDB5DE; }
span { border-color: rgb(221,181,222); }
td.TdClassName
{
border-color: #DDB5DE;
}
.TagClassName
{
border-color: #DDB5DE;
}
</style>