Shades of Thistle #E1CBDE
Tints of Thistle #E1CBDE
RGB
CMYK
RGB Variations
Color information
#E1CBDE (or 0xE1CBDE) is known color: Thistle. HEX triplet: E1, CB and DE. RGB value is (225,203,222). Sum of RGB (Red+Green+Blue) = 225+203+222=650 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.62% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 222 (87.11% from 255 or 34.15% from 650); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CBDE is #1E3421. Grayscale: #D3D3D3. Windows color (decimal): -1979426 or 14601185. OLE color: 14601185.
HSL color Cylindrical-coordinate representation of color #E1CBDE: hue angle of 308.18º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1CBDE is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 203 | 222 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.12 |
| HSL | 308.18º | 0.27% | 0.84% | - |
| HSV(B) | 308.18º | 0.1% | 0.88% | - |
| XYZ | 65.59 | 63.99 | 78 | - |
| YUV | 211.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 203 | 222 | 0 | 0.10 | 0.01 | 0.12 | 308.18 | 0.27 | 0.84 |
| Hex | E1 | CB | DE | 0 | A | 1 | C | 134 | 1B | 54 |
| Octal | 341 | 313 | 336 | 0 | 12 | 1 | 14 | 464 | 33 | 124 |
| Binary | 11100001 | 11001011 | 11011110 | 0 | 1010 | 1 | 1100 | 100110100 | 11011 | 1010100 |
Color Harmonies of #E1CBDE
Complementary color
Monochromatic Colors of #E1CBDE
Black with #E1CBDE
Text Example
Text Example
White with #E1CBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CBDE; }
p { color: rgb(225,203,222); }
H1.HeaderClassName
{
color: #E1CBDE;
}
.AnyTagClassName
{
color: #E1CBDE;
}
</style>
background-color css
<style>
a { background-color: #E1CBDE; }
a { background-color: rgb(225,203,222); }
div.DivClassName
{
background-color: #E1CBDE;
}
.BgClassName
{
background-color: #E1CBDE;
}
</style>
border-color css
<style>
span { border-color: #E1CBDE; }
span { border-color: rgb(225,203,222); }
td.TdClassName
{
border-color: #E1CBDE;
}
.TagClassName
{
border-color: #E1CBDE;
}
</style>