Shades of Thistle #DDBCE3
Tints of Thistle #DDBCE3
RGB
CMYK
RGB Variations
Color information
#DDBCE3 (or 0xDDBCE3) is known color: Thistle. HEX triplet: DD, BC and E3. RGB value is (221,188,227). Sum of RGB (Red+Green+Blue) = 221+188+227=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 188 (73.83% from 255 or 29.56% from 636); Blue value is 227 (89.06% from 255 or 35.69% from 636); Max value from RGB is 227 - color contains mainly: blue. Hex color #DDBCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBCE3 is #22431C. Grayscale: #CACACA. Windows color (decimal): -2245405 or 14925021. OLE color: 14925021.
HSL color Cylindrical-coordinate representation of color #DDBCE3: hue angle of 290.77º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDBCE3 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 188 | 227 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.11 |
| HSL | 290.77º | 0.41% | 0.81% | - |
| HSV(B) | 290.77º | 0.17% | 0.89% | - |
| XYZ | 61.67 | 56.88 | 80.4 | - |
| YUV | 202.31 | 141.93 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 227 | 0.03 | 0.17 | 0 | 0.11 | 290.77 | 0.41 | 0.81 |
| Hex | DD | BC | E3 | 3 | 11 | 0 | B | 123 | 29 | 51 |
| Octal | 335 | 274 | 343 | 3 | 21 | 0 | 13 | 443 | 51 | 121 |
| Binary | 11011101 | 10111100 | 11100011 | 11 | 10001 | 0 | 1011 | 100100011 | 101001 | 1010001 |
Color Harmonies of #DDBCE3
Complementary color
Monochromatic Colors of #DDBCE3
Black with #DDBCE3
Text Example
Text Example
White with #DDBCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBCE3; }
p { color: rgb(221,188,227); }
H1.HeaderClassName
{
color: #DDBCE3;
}
.AnyTagClassName
{
color: #DDBCE3;
}
</style>
background-color css
<style>
a { background-color: #DDBCE3; }
a { background-color: rgb(221,188,227); }
div.DivClassName
{
background-color: #DDBCE3;
}
.BgClassName
{
background-color: #DDBCE3;
}
</style>
border-color css
<style>
span { border-color: #DDBCE3; }
span { border-color: rgb(221,188,227); }
td.TdClassName
{
border-color: #DDBCE3;
}
.TagClassName
{
border-color: #DDBCE3;
}
</style>