Shades of Thistle #E1CCDE
Tints of Thistle #E1CCDE
RGB
CMYK
RGB Variations
Color information
#E1CCDE (or 0xE1CCDE) is known color: Thistle. HEX triplet: E1, CC and DE. RGB value is (225,204,222). Sum of RGB (Red+Green+Blue) = 225+204+222=651 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.56% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CCDE is #1E3321. Grayscale: #D4D4D4. Windows color (decimal): -1979170 or 14601441. OLE color: 14601441.
HSL color Cylindrical-coordinate representation of color #E1CCDE: hue angle of 308.57º degrees, saturation: 0.26, 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 #E1CCDE is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 204 | 222 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.12 |
| HSL | 308.57º | 0.26% | 0.84% | - |
| HSV(B) | 308.57º | 0.09% | 0.88% | - |
| XYZ | 65.83 | 64.47 | 78.08 | - |
| YUV | 212.33 | 133.46 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 204 | 222 | 0 | 0.09 | 0.01 | 0.12 | 308.57 | 0.26 | 0.84 |
| Hex | E1 | CC | DE | 0 | 9 | 1 | C | 135 | 1A | 54 |
| Octal | 341 | 314 | 336 | 0 | 11 | 1 | 14 | 465 | 32 | 124 |
| Binary | 11100001 | 11001100 | 11011110 | 0 | 1001 | 1 | 1100 | 100110101 | 11010 | 1010100 |
Color Harmonies of #E1CCDE
Complementary color
Monochromatic Colors of #E1CCDE
Black with #E1CCDE
Text Example
Text Example
White with #E1CCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CCDE; }
p { color: rgb(225,204,222); }
H1.HeaderClassName
{
color: #E1CCDE;
}
.AnyTagClassName
{
color: #E1CCDE;
}
</style>
background-color css
<style>
a { background-color: #E1CCDE; }
a { background-color: rgb(225,204,222); }
div.DivClassName
{
background-color: #E1CCDE;
}
.BgClassName
{
background-color: #E1CCDE;
}
</style>
border-color css
<style>
span { border-color: #E1CCDE; }
span { border-color: rgb(225,204,222); }
td.TdClassName
{
border-color: #E1CCDE;
}
.TagClassName
{
border-color: #E1CCDE;
}
</style>