Shades of Thistle #DDBFE3
Tints of Thistle #DDBFE3
RGB
CMYK
RGB Variations
Color information
#DDBFE3 (or 0xDDBFE3) is known color: Thistle. HEX triplet: DD, BF and E3. RGB value is (221,191,227). Sum of RGB (Red+Green+Blue) = 221+191+227=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 191 (75% from 255 or 29.89% from 639); Blue value is 227 (89.06% from 255 or 35.52% from 639); Max value from RGB is 227 - color contains mainly: blue. Hex color #DDBFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFE3 is #22401C. Grayscale: #CBCBCB. Windows color (decimal): -2244637 or 14925789. OLE color: 14925789.
HSL color Cylindrical-coordinate representation of color #DDBFE3: hue angle of 290º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDBFE3 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 191 | 227 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.11 |
| HSL | 290º | 0.39% | 0.82% | - |
| HSV(B) | 290º | 0.16% | 0.89% | - |
| XYZ | 62.31 | 58.18 | 80.62 | - |
| YUV | 204.07 | 140.94 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 191 | 227 | 0.03 | 0.16 | 0 | 0.11 | 290 | 0.39 | 0.82 |
| Hex | DD | BF | E3 | 3 | 10 | 0 | B | 122 | 27 | 52 |
| Octal | 335 | 277 | 343 | 3 | 20 | 0 | 13 | 442 | 47 | 122 |
| Binary | 11011101 | 10111111 | 11100011 | 11 | 10000 | 0 | 1011 | 100100010 | 100111 | 1010010 |
Color Harmonies of #DDBFE3
Complementary color
Monochromatic Colors of #DDBFE3
Black with #DDBFE3
Text Example
Text Example
White with #DDBFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBFE3; }
p { color: rgb(221,191,227); }
H1.HeaderClassName
{
color: #DDBFE3;
}
.AnyTagClassName
{
color: #DDBFE3;
}
</style>
background-color css
<style>
a { background-color: #DDBFE3; }
a { background-color: rgb(221,191,227); }
div.DivClassName
{
background-color: #DDBFE3;
}
.BgClassName
{
background-color: #DDBFE3;
}
</style>
border-color css
<style>
span { border-color: #DDBFE3; }
span { border-color: rgb(221,191,227); }
td.TdClassName
{
border-color: #DDBFE3;
}
.TagClassName
{
border-color: #DDBFE3;
}
</style>