Shades of Twilight #E1B1CD
Tints of Twilight #E1B1CD
RGB
CMYK
RGB Variations
Color information
#E1B1CD (or 0xE1B1CD) is known color: Twilight. HEX triplet: E1, B1 and CD. RGB value is (225,177,205). Sum of RGB (Red+Green+Blue) = 225+177+205=607 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.07% from 607); Green value is 177 (69.53% from 255 or 29.16% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B1CD is #1E4E32. Grayscale: #C2C2C2. Windows color (decimal): -1986099 or 13480417. OLE color: 13480417.
HSL color Cylindrical-coordinate representation of color #E1B1CD: hue angle of 325º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E1B1CD is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 177 | 205 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.12 |
| HSL | 325º | 0.44% | 0.79% | - |
| HSV(B) | 325º | 0.21% | 0.88% | - |
| XYZ | 57.79 | 51.86 | 64.72 | - |
| YUV | 194.54 | 133.9 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 177 | 205 | 0 | 0.21 | 0.09 | 0.12 | 325 | 0.44 | 0.79 |
| Hex | E1 | B1 | CD | 0 | 15 | 9 | C | 145 | 2C | 4F |
| Octal | 341 | 261 | 315 | 0 | 25 | 11 | 14 | 505 | 54 | 117 |
| Binary | 11100001 | 10110001 | 11001101 | 0 | 10101 | 1001 | 1100 | 101000101 | 101100 | 1001111 |
Color Harmonies of #E1B1CD
Complementary color
Monochromatic Colors of #E1B1CD
Black with #E1B1CD
Text Example
Text Example
White with #E1B1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B1CD; }
p { color: rgb(225,177,205); }
H1.HeaderClassName
{
color: #E1B1CD;
}
.AnyTagClassName
{
color: #E1B1CD;
}
</style>
background-color css
<style>
a { background-color: #E1B1CD; }
a { background-color: rgb(225,177,205); }
div.DivClassName
{
background-color: #E1B1CD;
}
.BgClassName
{
background-color: #E1B1CD;
}
</style>
border-color css
<style>
span { border-color: #E1B1CD; }
span { border-color: rgb(225,177,205); }
td.TdClassName
{
border-color: #E1B1CD;
}
.TagClassName
{
border-color: #E1B1CD;
}
</style>