Shades of Twilight #E1BBD0
Tints of Twilight #E1BBD0
RGB
CMYK
RGB Variations
Color information
#E1BBD0 (or 0xE1BBD0) is known color: Twilight. HEX triplet: E1, BB and D0. RGB value is (225,187,208). Sum of RGB (Red+Green+Blue) = 225+187+208=620 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.29% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 208 (81.64% from 255 or 33.55% from 620); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BBD0 is #1E442F. Grayscale: #C8C8C8. Windows color (decimal): -1983536 or 13679585. OLE color: 13679585.
HSL color Cylindrical-coordinate representation of color #E1BBD0: hue angle of 326.84º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1BBD0 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 187 | 208 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.12 |
| HSL | 326.84º | 0.39% | 0.81% | - |
| HSV(B) | 326.84º | 0.17% | 0.88% | - |
| XYZ | 60.21 | 56.1 | 67.33 | - |
| YUV | 200.76 | 132.09 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 187 | 208 | 0 | 0.17 | 0.08 | 0.12 | 326.84 | 0.39 | 0.81 |
| Hex | E1 | BB | D0 | 0 | 11 | 8 | C | 147 | 27 | 51 |
| Octal | 341 | 273 | 320 | 0 | 21 | 10 | 14 | 507 | 47 | 121 |
| Binary | 11100001 | 10111011 | 11010000 | 0 | 10001 | 1000 | 1100 | 101000111 | 100111 | 1010001 |
Color Harmonies of #E1BBD0
Complementary color
Monochromatic Colors of #E1BBD0
Black with #E1BBD0
Text Example
Text Example
White with #E1BBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BBD0; }
p { color: rgb(225,187,208); }
H1.HeaderClassName
{
color: #E1BBD0;
}
.AnyTagClassName
{
color: #E1BBD0;
}
</style>
background-color css
<style>
a { background-color: #E1BBD0; }
a { background-color: rgb(225,187,208); }
div.DivClassName
{
background-color: #E1BBD0;
}
.BgClassName
{
background-color: #E1BBD0;
}
</style>
border-color css
<style>
span { border-color: #E1BBD0; }
span { border-color: rgb(225,187,208); }
td.TdClassName
{
border-color: #E1BBD0;
}
.TagClassName
{
border-color: #E1BBD0;
}
</style>