Shades of Thistle #DDBFE4
Tints of Thistle #DDBFE4
RGB
CMYK
RGB Variations
Color information
#DDBFE4 (or 0xDDBFE4) is known color: Thistle. HEX triplet: DD, BF and E4. RGB value is (221,191,228). Sum of RGB (Red+Green+Blue) = 221+191+228=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 191 (75% from 255 or 29.84% from 640); Blue value is 228 (89.45% from 255 or 35.62% from 640); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDBFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFE4 is #22401B. Grayscale: #CCCCCC. Windows color (decimal): -2244636 or 14991325. OLE color: 14991325.
HSL color Cylindrical-coordinate representation of color #DDBFE4: hue angle of 288.65º degrees, saturation: 0.41, 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 #DDBFE4 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 191 | 228 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.11 |
| HSL | 288.65º | 0.41% | 0.82% | - |
| HSV(B) | 288.65º | 0.16% | 0.89% | - |
| XYZ | 62.45 | 58.24 | 81.35 | - |
| YUV | 204.19 | 141.44 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 191 | 228 | 0.03 | 0.16 | 0 | 0.11 | 288.65 | 0.41 | 0.82 |
| Hex | DD | BF | E4 | 3 | 10 | 0 | B | 121 | 29 | 52 |
| Octal | 335 | 277 | 344 | 3 | 20 | 0 | 13 | 441 | 51 | 122 |
| Binary | 11011101 | 10111111 | 11100100 | 11 | 10000 | 0 | 1011 | 100100001 | 101001 | 1010010 |
Color Harmonies of #DDBFE4
Complementary color
Monochromatic Colors of #DDBFE4
Black with #DDBFE4
Text Example
Text Example
White with #DDBFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBFE4; }
p { color: rgb(221,191,228); }
H1.HeaderClassName
{
color: #DDBFE4;
}
.AnyTagClassName
{
color: #DDBFE4;
}
</style>
background-color css
<style>
a { background-color: #DDBFE4; }
a { background-color: rgb(221,191,228); }
div.DivClassName
{
background-color: #DDBFE4;
}
.BgClassName
{
background-color: #DDBFE4;
}
</style>
border-color css
<style>
span { border-color: #DDBFE4; }
span { border-color: rgb(221,191,228); }
td.TdClassName
{
border-color: #DDBFE4;
}
.TagClassName
{
border-color: #DDBFE4;
}
</style>