Shades of Thistle #DDBFDF
Tints of Thistle #DDBFDF
RGB
CMYK
RGB Variations
Color information
#DDBFDF (or 0xDDBFDF) is known color: Thistle. HEX triplet: DD, BF and DF. RGB value is (221,191,223). Sum of RGB (Red+Green+Blue) = 221+191+223=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 191 (75% from 255 or 30.08% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDBFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFDF is #224020. Grayscale: #CBCBCB. Windows color (decimal): -2244641 or 14663645. OLE color: 14663645.
HSL color Cylindrical-coordinate representation of color #DDBFDF: hue angle of 296.25º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDBFDF is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 191 | 223 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.13 |
| HSL | 296.25º | 0.33% | 0.81% | - |
| HSV(B) | 296.25º | 0.14% | 0.87% | - |
| XYZ | 61.77 | 57.96 | 77.74 | - |
| YUV | 203.62 | 138.94 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 191 | 223 | 0.01 | 0.14 | 0 | 0.13 | 296.25 | 0.33 | 0.81 |
| Hex | DD | BF | DF | 1 | E | 0 | D | 128 | 21 | 51 |
| Octal | 335 | 277 | 337 | 1 | 16 | 0 | 15 | 450 | 41 | 121 |
| Binary | 11011101 | 10111111 | 11011111 | 1 | 1110 | 0 | 1101 | 100101000 | 100001 | 1010001 |
Color Harmonies of #DDBFDF
Complementary color
Monochromatic Colors of #DDBFDF
Black with #DDBFDF
Text Example
Text Example
White with #DDBFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBFDF; }
p { color: rgb(221,191,223); }
H1.HeaderClassName
{
color: #DDBFDF;
}
.AnyTagClassName
{
color: #DDBFDF;
}
</style>
background-color css
<style>
a { background-color: #DDBFDF; }
a { background-color: rgb(221,191,223); }
div.DivClassName
{
background-color: #DDBFDF;
}
.BgClassName
{
background-color: #DDBFDF;
}
</style>
border-color css
<style>
span { border-color: #DDBFDF; }
span { border-color: rgb(221,191,223); }
td.TdClassName
{
border-color: #DDBFDF;
}
.TagClassName
{
border-color: #DDBFDF;
}
</style>