Shades of Thistle #E1CDDE
Tints of Thistle #E1CDDE
RGB
CMYK
RGB Variations
Color information
#E1CDDE (or 0xE1CDDE) is known color: Thistle. HEX triplet: E1, CD and DE. RGB value is (225,205,222). Sum of RGB (Red+Green+Blue) = 225+205+222=652 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.51% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 222 (87.11% from 255 or 34.05% from 652); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CDDE is #1E3221. Grayscale: #D4D4D4. Windows color (decimal): -1978914 or 14601697. OLE color: 14601697.
HSL color Cylindrical-coordinate representation of color #E1CDDE: hue angle of 309º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E1CDDE is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 205 | 222 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.12 |
| HSL | 309º | 0.25% | 0.84% | - |
| HSV(B) | 309º | 0.09% | 0.88% | - |
| XYZ | 66.07 | 64.94 | 78.16 | - |
| YUV | 212.92 | 133.13 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 205 | 222 | 0 | 0.09 | 0.01 | 0.12 | 309 | 0.25 | 0.84 |
| Hex | E1 | CD | DE | 0 | 9 | 1 | C | 135 | 19 | 54 |
| Octal | 341 | 315 | 336 | 0 | 11 | 1 | 14 | 465 | 31 | 124 |
| Binary | 11100001 | 11001101 | 11011110 | 0 | 1001 | 1 | 1100 | 100110101 | 11001 | 1010100 |
Color Harmonies of #E1CDDE
Complementary color
Monochromatic Colors of #E1CDDE
Black with #E1CDDE
Text Example
Text Example
White with #E1CDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CDDE; }
p { color: rgb(225,205,222); }
H1.HeaderClassName
{
color: #E1CDDE;
}
.AnyTagClassName
{
color: #E1CDDE;
}
</style>
background-color css
<style>
a { background-color: #E1CDDE; }
a { background-color: rgb(225,205,222); }
div.DivClassName
{
background-color: #E1CDDE;
}
.BgClassName
{
background-color: #E1CDDE;
}
</style>
border-color css
<style>
span { border-color: #E1CDDE; }
span { border-color: rgb(225,205,222); }
td.TdClassName
{
border-color: #E1CDDE;
}
.TagClassName
{
border-color: #E1CDDE;
}
</style>