Shades of Thistle #DDBCDF
Tints of Thistle #DDBCDF
RGB
CMYK
RGB Variations
Color information
#DDBCDF (or 0xDDBCDF) is known color: Thistle. HEX triplet: DD, BC and DF. RGB value is (221,188,223). Sum of RGB (Red+Green+Blue) = 221+188+223=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 188 (73.83% from 255 or 29.75% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDBCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBCDF is #224320. Grayscale: #C9C9C9. Windows color (decimal): -2245409 or 14662877. OLE color: 14662877.
HSL color Cylindrical-coordinate representation of color #DDBCDF: hue angle of 296.57º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDBCDF is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 223 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.13 |
| HSL | 296.57º | 0.35% | 0.81% | - |
| HSV(B) | 296.57º | 0.16% | 0.87% | - |
| XYZ | 61.12 | 56.67 | 77.53 | - |
| YUV | 201.86 | 139.93 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 223 | 0.01 | 0.16 | 0 | 0.13 | 296.57 | 0.35 | 0.81 |
| Hex | DD | BC | DF | 1 | 10 | 0 | D | 129 | 23 | 51 |
| Octal | 335 | 274 | 337 | 1 | 20 | 0 | 15 | 451 | 43 | 121 |
| Binary | 11011101 | 10111100 | 11011111 | 1 | 10000 | 0 | 1101 | 100101001 | 100011 | 1010001 |
Color Harmonies of #DDBCDF
Complementary color
Monochromatic Colors of #DDBCDF
Black with #DDBCDF
Text Example
Text Example
White with #DDBCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBCDF; }
p { color: rgb(221,188,223); }
H1.HeaderClassName
{
color: #DDBCDF;
}
.AnyTagClassName
{
color: #DDBCDF;
}
</style>
background-color css
<style>
a { background-color: #DDBCDF; }
a { background-color: rgb(221,188,223); }
div.DivClassName
{
background-color: #DDBCDF;
}
.BgClassName
{
background-color: #DDBCDF;
}
</style>
border-color css
<style>
span { border-color: #DDBCDF; }
span { border-color: rgb(221,188,223); }
td.TdClassName
{
border-color: #DDBCDF;
}
.TagClassName
{
border-color: #DDBCDF;
}
</style>