Shades of Twilight #E1BED2
Tints of Twilight #E1BED2
RGB
CMYK
RGB Variations
Color information
#E1BED2 (or 0xE1BED2) is known color: Twilight. HEX triplet: E1, BE and D2. RGB value is (225,190,210). Sum of RGB (Red+Green+Blue) = 225+190+210=625 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 210 (82.42% from 255 or 33.6% from 625); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BED2 is #1E412D. Grayscale: #CACACA. Windows color (decimal): -1982766 or 13811425. OLE color: 13811425.
HSL color Cylindrical-coordinate representation of color #E1BED2: hue angle of 325.71º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1BED2 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 190 | 210 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.12 |
| HSL | 325.71º | 0.37% | 0.81% | - |
| HSV(B) | 325.71º | 0.16% | 0.88% | - |
| XYZ | 61.1 | 57.49 | 68.85 | - |
| YUV | 202.75 | 132.1 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 190 | 210 | 0 | 0.16 | 0.07 | 0.12 | 325.71 | 0.37 | 0.81 |
| Hex | E1 | BE | D2 | 0 | 10 | 7 | C | 146 | 25 | 51 |
| Octal | 341 | 276 | 322 | 0 | 20 | 7 | 14 | 506 | 45 | 121 |
| Binary | 11100001 | 10111110 | 11010010 | 0 | 10000 | 111 | 1100 | 101000110 | 100101 | 1010001 |
Color Harmonies of #E1BED2
Complementary color
Monochromatic Colors of #E1BED2
Black with #E1BED2
Text Example
Text Example
White with #E1BED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BED2; }
p { color: rgb(225,190,210); }
H1.HeaderClassName
{
color: #E1BED2;
}
.AnyTagClassName
{
color: #E1BED2;
}
</style>
background-color css
<style>
a { background-color: #E1BED2; }
a { background-color: rgb(225,190,210); }
div.DivClassName
{
background-color: #E1BED2;
}
.BgClassName
{
background-color: #E1BED2;
}
</style>
border-color css
<style>
span { border-color: #E1BED2; }
span { border-color: rgb(225,190,210); }
td.TdClassName
{
border-color: #E1BED2;
}
.TagClassName
{
border-color: #E1BED2;
}
</style>