Shades of Thistle #DDB8DF
Tints of Thistle #DDB8DF
RGB
CMYK
RGB Variations
Color information
#DDB8DF (or 0xDDB8DF) is known color: Thistle. HEX triplet: DD, B8 and DF. RGB value is (221,184,223). Sum of RGB (Red+Green+Blue) = 221+184+223=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 184 (72.27% from 255 or 29.30% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDB8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB8DF is #224720. Grayscale: #C7C7C7. Windows color (decimal): -2246433 or 14661853. OLE color: 14661853.
HSL color Cylindrical-coordinate representation of color #DDB8DF: hue angle of 296.92º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDB8DF is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 223 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.13 |
| HSL | 296.92º | 0.38% | 0.8% | - |
| HSV(B) | 296.92º | 0.17% | 0.87% | - |
| XYZ | 60.28 | 54.98 | 77.25 | - |
| YUV | 199.51 | 141.26 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 223 | 0.01 | 0.17 | 0 | 0.13 | 296.92 | 0.38 | 0.8 |
| Hex | DD | B8 | DF | 1 | 11 | 0 | D | 129 | 26 | 50 |
| Octal | 335 | 270 | 337 | 1 | 21 | 0 | 15 | 451 | 46 | 120 |
| Binary | 11011101 | 10111000 | 11011111 | 1 | 10001 | 0 | 1101 | 100101001 | 100110 | 1010000 |
Color Harmonies of #DDB8DF
Complementary color
Monochromatic Colors of #DDB8DF
Black with #DDB8DF
Text Example
Text Example
White with #DDB8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB8DF; }
p { color: rgb(221,184,223); }
H1.HeaderClassName
{
color: #DDB8DF;
}
.AnyTagClassName
{
color: #DDB8DF;
}
</style>
background-color css
<style>
a { background-color: #DDB8DF; }
a { background-color: rgb(221,184,223); }
div.DivClassName
{
background-color: #DDB8DF;
}
.BgClassName
{
background-color: #DDB8DF;
}
</style>
border-color css
<style>
span { border-color: #DDB8DF; }
span { border-color: rgb(221,184,223); }
td.TdClassName
{
border-color: #DDB8DF;
}
.TagClassName
{
border-color: #DDB8DF;
}
</style>