Shades of Thistle #DDB6DF
Tints of Thistle #DDB6DF
RGB
CMYK
RGB Variations
Color information
#DDB6DF (or 0xDDB6DF) is known color: Thistle. HEX triplet: DD, B6 and DF. RGB value is (221,182,223). Sum of RGB (Red+Green+Blue) = 221+182+223=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 182 (71.48% from 255 or 29.07% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDB6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB6DF is #224920. Grayscale: #C6C6C6. Windows color (decimal): -2246945 or 14661341. OLE color: 14661341.
HSL color Cylindrical-coordinate representation of color #DDB6DF: hue angle of 297.07º degrees, saturation: 0.39, 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 #DDB6DF is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 223 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.13 |
| HSL | 297.07º | 0.39% | 0.79% | - |
| HSV(B) | 297.07º | 0.18% | 0.87% | - |
| XYZ | 59.87 | 54.16 | 77.11 | - |
| YUV | 198.34 | 141.92 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 223 | 0.01 | 0.18 | 0 | 0.13 | 297.07 | 0.39 | 0.79 |
| Hex | DD | B6 | DF | 1 | 12 | 0 | D | 129 | 27 | 4F |
| Octal | 335 | 266 | 337 | 1 | 22 | 0 | 15 | 451 | 47 | 117 |
| Binary | 11011101 | 10110110 | 11011111 | 1 | 10010 | 0 | 1101 | 100101001 | 100111 | 1001111 |
Color Harmonies of #DDB6DF
Complementary color
Monochromatic Colors of #DDB6DF
Black with #DDB6DF
Text Example
Text Example
White with #DDB6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB6DF; }
p { color: rgb(221,182,223); }
H1.HeaderClassName
{
color: #DDB6DF;
}
.AnyTagClassName
{
color: #DDB6DF;
}
</style>
background-color css
<style>
a { background-color: #DDB6DF; }
a { background-color: rgb(221,182,223); }
div.DivClassName
{
background-color: #DDB6DF;
}
.BgClassName
{
background-color: #DDB6DF;
}
</style>
border-color css
<style>
span { border-color: #DDB6DF; }
span { border-color: rgb(221,182,223); }
td.TdClassName
{
border-color: #DDB6DF;
}
.TagClassName
{
border-color: #DDB6DF;
}
</style>