Shades of Thistle #DDB6DE
Tints of Thistle #DDB6DE
RGB
CMYK
RGB Variations
Color information
#DDB6DE (or 0xDDB6DE) is known color: Thistle. HEX triplet: DD, B6 and DE. RGB value is (221,182,222). Sum of RGB (Red+Green+Blue) = 221+182+222=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 182 (71.48% from 255 or 29.12% from 625); Blue value is 222 (87.11% from 255 or 35.52% from 625); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDB6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB6DE is #224921. Grayscale: #C6C6C6. Windows color (decimal): -2246946 or 14595805. OLE color: 14595805.
HSL color Cylindrical-coordinate representation of color #DDB6DE: hue angle of 298.5º 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 #DDB6DE is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 222 | - |
| CMYK | 0.00 | 0.18 | 0 | 0.13 |
| HSL | 298.5º | 0.38% | 0.79% | - |
| HSV(B) | 298.5º | 0.18% | 0.87% | - |
| XYZ | 59.73 | 54.1 | 76.4 | - |
| YUV | 198.22 | 141.42 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 222 | 0.00 | 0.18 | 0 | 0.13 | 298.5 | 0.38 | 0.79 |
| Hex | DD | B6 | DE | 0 | 12 | 0 | D | 12A | 26 | 4F |
| Octal | 335 | 266 | 336 | 0 | 22 | 0 | 15 | 452 | 46 | 117 |
| Binary | 11011101 | 10110110 | 11011110 | 0 | 10010 | 0 | 1101 | 100101010 | 100110 | 1001111 |
Color Harmonies of #DDB6DE
Complementary color
Monochromatic Colors of #DDB6DE
Black with #DDB6DE
Text Example
Text Example
White with #DDB6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB6DE; }
p { color: rgb(221,182,222); }
H1.HeaderClassName
{
color: #DDB6DE;
}
.AnyTagClassName
{
color: #DDB6DE;
}
</style>
background-color css
<style>
a { background-color: #DDB6DE; }
a { background-color: rgb(221,182,222); }
div.DivClassName
{
background-color: #DDB6DE;
}
.BgClassName
{
background-color: #DDB6DE;
}
</style>
border-color css
<style>
span { border-color: #DDB6DE; }
span { border-color: rgb(221,182,222); }
td.TdClassName
{
border-color: #DDB6DE;
}
.TagClassName
{
border-color: #DDB6DE;
}
</style>