Shades of Thistle #DDBFE2
Tints of Thistle #DDBFE2
RGB
CMYK
RGB Variations
Color information
#DDBFE2 (or 0xDDBFE2) is known color: Thistle. HEX triplet: DD, BF and E2. RGB value is (221,191,226). Sum of RGB (Red+Green+Blue) = 221+191+226=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 191 (75% from 255 or 29.94% from 638); Blue value is 226 (88.67% from 255 or 35.42% from 638); Max value from RGB is 226 - color contains mainly: blue. Hex color #DDBFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFE2 is #22401D. Grayscale: #CBCBCB. Windows color (decimal): -2244638 or 14860253. OLE color: 14860253.
HSL color Cylindrical-coordinate representation of color #DDBFE2: hue angle of 291.43º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDBFE2 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 191 | 226 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.11 |
| HSL | 291.43º | 0.38% | 0.82% | - |
| HSV(B) | 291.43º | 0.15% | 0.89% | - |
| XYZ | 62.18 | 58.12 | 79.89 | - |
| YUV | 203.96 | 140.44 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 191 | 226 | 0.02 | 0.15 | 0 | 0.11 | 291.43 | 0.38 | 0.82 |
| Hex | DD | BF | E2 | 2 | F | 0 | B | 123 | 26 | 52 |
| Octal | 335 | 277 | 342 | 2 | 17 | 0 | 13 | 443 | 46 | 122 |
| Binary | 11011101 | 10111111 | 11100010 | 10 | 1111 | 0 | 1011 | 100100011 | 100110 | 1010010 |
Color Harmonies of #DDBFE2
Complementary color
Monochromatic Colors of #DDBFE2
Black with #DDBFE2
Text Example
Text Example
White with #DDBFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBFE2; }
p { color: rgb(221,191,226); }
H1.HeaderClassName
{
color: #DDBFE2;
}
.AnyTagClassName
{
color: #DDBFE2;
}
</style>
background-color css
<style>
a { background-color: #DDBFE2; }
a { background-color: rgb(221,191,226); }
div.DivClassName
{
background-color: #DDBFE2;
}
.BgClassName
{
background-color: #DDBFE2;
}
</style>
border-color css
<style>
span { border-color: #DDBFE2; }
span { border-color: rgb(221,191,226); }
td.TdClassName
{
border-color: #DDBFE2;
}
.TagClassName
{
border-color: #DDBFE2;
}
</style>