Shades of Thistle #DDBFE6
Tints of Thistle #DDBFE6
RGB
CMYK
RGB Variations
Color information
#DDBFE6 (or 0xDDBFE6) is known color: Thistle. HEX triplet: DD, BF and E6. RGB value is (221,191,230). Sum of RGB (Red+Green+Blue) = 221+191+230=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 191 (75% from 255 or 29.75% from 642); Blue value is 230 (90.23% from 255 or 35.83% from 642); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDBFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBFE6 is #224019. Grayscale: #CCCCCC. Windows color (decimal): -2244634 or 15122397. OLE color: 15122397.
HSL color Cylindrical-coordinate representation of color #DDBFE6: hue angle of 286.15º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDBFE6 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 191 | 230 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.10 |
| HSL | 286.15º | 0.44% | 0.83% | - |
| HSV(B) | 286.15º | 0.17% | 0.9% | - |
| XYZ | 62.73 | 58.35 | 82.82 | - |
| YUV | 204.42 | 142.44 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 191 | 230 | 0.04 | 0.17 | 0 | 0.10 | 286.15 | 0.44 | 0.83 |
| Hex | DD | BF | E6 | 4 | 11 | 0 | A | 11E | 2C | 53 |
| Octal | 335 | 277 | 346 | 4 | 21 | 0 | 12 | 436 | 54 | 123 |
| Binary | 11011101 | 10111111 | 11100110 | 100 | 10001 | 0 | 1010 | 100011110 | 101100 | 1010011 |
Color Harmonies of #DDBFE6
Complementary color
Monochromatic Colors of #DDBFE6
Black with #DDBFE6
Text Example
Text Example
White with #DDBFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBFE6; }
p { color: rgb(221,191,230); }
H1.HeaderClassName
{
color: #DDBFE6;
}
.AnyTagClassName
{
color: #DDBFE6;
}
</style>
background-color css
<style>
a { background-color: #DDBFE6; }
a { background-color: rgb(221,191,230); }
div.DivClassName
{
background-color: #DDBFE6;
}
.BgClassName
{
background-color: #DDBFE6;
}
</style>
border-color css
<style>
span { border-color: #DDBFE6; }
span { border-color: rgb(221,191,230); }
td.TdClassName
{
border-color: #DDBFE6;
}
.TagClassName
{
border-color: #DDBFE6;
}
</style>