Shades of Thistle #DDC5E1
Tints of Thistle #DDC5E1
RGB
CMYK
RGB Variations
Color information
#DDC5E1 (or 0xDDC5E1) is known color: Thistle. HEX triplet: DD, C5 and E1. RGB value is (221,197,225). Sum of RGB (Red+Green+Blue) = 221+197+225=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 197 (77.34% from 255 or 30.64% from 643); Blue value is 225 (88.28% from 255 or 34.99% from 643); Max value from RGB is 225 - color contains mainly: blue. Hex color #DDC5E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC5E1 is #223A1E. Grayscale: #CFCFCF. Windows color (decimal): -2243103 or 14796253. OLE color: 14796253.
HSL color Cylindrical-coordinate representation of color #DDC5E1: hue angle of 291.43º degrees, saturation: 0.32, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDC5E1 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 197 | 225 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.12 |
| HSL | 291.43º | 0.32% | 0.83% | - |
| HSV(B) | 291.43º | 0.12% | 0.88% | - |
| XYZ | 63.38 | 60.74 | 79.62 | - |
| YUV | 207.37 | 137.95 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 225 | 0.02 | 0.12 | 0 | 0.12 | 291.43 | 0.32 | 0.83 |
| Hex | DD | C5 | E1 | 2 | C | 0 | C | 123 | 20 | 53 |
| Octal | 335 | 305 | 341 | 2 | 14 | 0 | 14 | 443 | 40 | 123 |
| Binary | 11011101 | 11000101 | 11100001 | 10 | 1100 | 0 | 1100 | 100100011 | 100000 | 1010011 |
Color Harmonies of #DDC5E1
Complementary color
Monochromatic Colors of #DDC5E1
Black with #DDC5E1
Text Example
Text Example
White with #DDC5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC5E1; }
p { color: rgb(221,197,225); }
H1.HeaderClassName
{
color: #DDC5E1;
}
.AnyTagClassName
{
color: #DDC5E1;
}
</style>
background-color css
<style>
a { background-color: #DDC5E1; }
a { background-color: rgb(221,197,225); }
div.DivClassName
{
background-color: #DDC5E1;
}
.BgClassName
{
background-color: #DDC5E1;
}
</style>
border-color css
<style>
span { border-color: #DDC5E1; }
span { border-color: rgb(221,197,225); }
td.TdClassName
{
border-color: #DDC5E1;
}
.TagClassName
{
border-color: #DDC5E1;
}
</style>