Shades of Twilight #E1B3CE
Tints of Twilight #E1B3CE
RGB
CMYK
RGB Variations
Color information
#E1B3CE (or 0xE1B3CE) is known color: Twilight. HEX triplet: E1, B3 and CE. RGB value is (225,179,206). Sum of RGB (Red+Green+Blue) = 225+179+206=610 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.89% from 610); Green value is 179 (70.31% from 255 or 29.34% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B3CE is #1E4C31. Grayscale: #C3C3C3. Windows color (decimal): -1985586 or 13546465. OLE color: 13546465.
HSL color Cylindrical-coordinate representation of color #E1B3CE: hue angle of 324.78º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1B3CE is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 179 | 206 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.12 |
| HSL | 324.78º | 0.43% | 0.79% | - |
| HSV(B) | 324.78º | 0.2% | 0.88% | - |
| XYZ | 58.31 | 52.7 | 65.49 | - |
| YUV | 195.83 | 133.74 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 179 | 206 | 0 | 0.20 | 0.08 | 0.12 | 324.78 | 0.43 | 0.79 |
| Hex | E1 | B3 | CE | 0 | 14 | 8 | C | 145 | 2B | 4F |
| Octal | 341 | 263 | 316 | 0 | 24 | 10 | 14 | 505 | 53 | 117 |
| Binary | 11100001 | 10110011 | 11001110 | 0 | 10100 | 1000 | 1100 | 101000101 | 101011 | 1001111 |
Color Harmonies of #E1B3CE
Complementary color
Monochromatic Colors of #E1B3CE
Black with #E1B3CE
Text Example
Text Example
White with #E1B3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B3CE; }
p { color: rgb(225,179,206); }
H1.HeaderClassName
{
color: #E1B3CE;
}
.AnyTagClassName
{
color: #E1B3CE;
}
</style>
background-color css
<style>
a { background-color: #E1B3CE; }
a { background-color: rgb(225,179,206); }
div.DivClassName
{
background-color: #E1B3CE;
}
.BgClassName
{
background-color: #E1B3CE;
}
</style>
border-color css
<style>
span { border-color: #E1B3CE; }
span { border-color: rgb(225,179,206); }
td.TdClassName
{
border-color: #E1B3CE;
}
.TagClassName
{
border-color: #E1B3CE;
}
</style>