Shades of Thistle #E1CCDF
Tints of Thistle #E1CCDF
RGB
CMYK
RGB Variations
Color information
#E1CCDF (or 0xE1CCDF) is known color: Thistle. HEX triplet: E1, CC and DF. RGB value is (225,204,223). Sum of RGB (Red+Green+Blue) = 225+204+223=652 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.51% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CCDF is #1E3320. Grayscale: #D4D4D4. Windows color (decimal): -1979169 or 14666977. OLE color: 14666977.
HSL color Cylindrical-coordinate representation of color #E1CCDF: hue angle of 305.71º 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 #E1CCDF is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 204 | 223 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.12 |
| HSL | 305.71º | 0.26% | 0.84% | - |
| HSV(B) | 305.71º | 0.09% | 0.88% | - |
| XYZ | 65.96 | 64.52 | 78.79 | - |
| YUV | 212.45 | 133.96 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 204 | 223 | 0 | 0.09 | 0.01 | 0.12 | 305.71 | 0.26 | 0.84 |
| Hex | E1 | CC | DF | 0 | 9 | 1 | C | 132 | 1A | 54 |
| Octal | 341 | 314 | 337 | 0 | 11 | 1 | 14 | 462 | 32 | 124 |
| Binary | 11100001 | 11001100 | 11011111 | 0 | 1001 | 1 | 1100 | 100110010 | 11010 | 1010100 |
Color Harmonies of #E1CCDF
Complementary color
Monochromatic Colors of #E1CCDF
Black with #E1CCDF
Text Example
Text Example
White with #E1CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CCDF; }
p { color: rgb(225,204,223); }
H1.HeaderClassName
{
color: #E1CCDF;
}
.AnyTagClassName
{
color: #E1CCDF;
}
</style>
background-color css
<style>
a { background-color: #E1CCDF; }
a { background-color: rgb(225,204,223); }
div.DivClassName
{
background-color: #E1CCDF;
}
.BgClassName
{
background-color: #E1CCDF;
}
</style>
border-color css
<style>
span { border-color: #E1CCDF; }
span { border-color: rgb(225,204,223); }
td.TdClassName
{
border-color: #E1CCDF;
}
.TagClassName
{
border-color: #E1CCDF;
}
</style>