Shades of Thistle #DDBCE8
Tints of Thistle #DDBCE8
RGB
CMYK
RGB Variations
Color information
#DDBCE8 (or 0xDDBCE8) is known color: Thistle. HEX triplet: DD, BC and E8. RGB value is (221,188,232). Sum of RGB (Red+Green+Blue) = 221+188+232=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 188 (73.83% from 255 or 29.33% from 641); Blue value is 232 (91.02% from 255 or 36.19% from 641); Max value from RGB is 232 - color contains mainly: blue. Hex color #DDBCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBCE8 is #224317. Grayscale: #CACACA. Windows color (decimal): -2245400 or 15252701. OLE color: 15252701.
HSL color Cylindrical-coordinate representation of color #DDBCE8: hue angle of 285º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDBCE8 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 188 | 232 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.09 |
| HSL | 285º | 0.49% | 0.82% | - |
| HSV(B) | 285º | 0.19% | 0.91% | - |
| XYZ | 62.37 | 57.16 | 84.09 | - |
| YUV | 202.88 | 144.43 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 232 | 0.05 | 0.19 | 0 | 0.09 | 285 | 0.49 | 0.82 |
| Hex | DD | BC | E8 | 5 | 13 | 0 | 9 | 11D | 31 | 52 |
| Octal | 335 | 274 | 350 | 5 | 23 | 0 | 11 | 435 | 61 | 122 |
| Binary | 11011101 | 10111100 | 11101000 | 101 | 10011 | 0 | 1001 | 100011101 | 110001 | 1010010 |
Color Harmonies of #DDBCE8
Complementary color
Monochromatic Colors of #DDBCE8
Black with #DDBCE8
Text Example
Text Example
White with #DDBCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBCE8; }
p { color: rgb(221,188,232); }
H1.HeaderClassName
{
color: #DDBCE8;
}
.AnyTagClassName
{
color: #DDBCE8;
}
</style>
background-color css
<style>
a { background-color: #DDBCE8; }
a { background-color: rgb(221,188,232); }
div.DivClassName
{
background-color: #DDBCE8;
}
.BgClassName
{
background-color: #DDBCE8;
}
</style>
border-color css
<style>
span { border-color: #DDBCE8; }
span { border-color: rgb(221,188,232); }
td.TdClassName
{
border-color: #DDBCE8;
}
.TagClassName
{
border-color: #DDBCE8;
}
</style>