Shades of Twilight #E1B7D2
Tints of Twilight #E1B7D2
RGB
CMYK
RGB Variations
Color information
#E1B7D2 (or 0xE1B7D2) is known color: Twilight. HEX triplet: E1, B7 and D2. RGB value is (225,183,210). Sum of RGB (Red+Green+Blue) = 225+183+210=618 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.41% from 618); Green value is 183 (71.88% from 255 or 29.61% from 618); Blue value is 210 (82.42% from 255 or 33.98% from 618); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B7D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B7D2 is #1E482D. Grayscale: #C6C6C6. Windows color (decimal): -1984558 or 13809633. OLE color: 13809633.
HSL color Cylindrical-coordinate representation of color #E1B7D2: hue angle of 321.43º degrees, saturation: 0.41, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E1B7D2 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 183 | 210 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.12 |
| HSL | 321.43º | 0.41% | 0.8% | - |
| HSV(B) | 321.43º | 0.19% | 0.88% | - |
| XYZ | 59.62 | 54.53 | 68.36 | - |
| YUV | 198.64 | 134.41 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 183 | 210 | 0 | 0.19 | 0.07 | 0.12 | 321.43 | 0.41 | 0.8 |
| Hex | E1 | B7 | D2 | 0 | 13 | 7 | C | 141 | 29 | 50 |
| Octal | 341 | 267 | 322 | 0 | 23 | 7 | 14 | 501 | 51 | 120 |
| Binary | 11100001 | 10110111 | 11010010 | 0 | 10011 | 111 | 1100 | 101000001 | 101001 | 1010000 |
Color Harmonies of #E1B7D2
Complementary color
Monochromatic Colors of #E1B7D2
Black with #E1B7D2
Text Example
Text Example
White with #E1B7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B7D2; }
p { color: rgb(225,183,210); }
H1.HeaderClassName
{
color: #E1B7D2;
}
.AnyTagClassName
{
color: #E1B7D2;
}
</style>
background-color css
<style>
a { background-color: #E1B7D2; }
a { background-color: rgb(225,183,210); }
div.DivClassName
{
background-color: #E1B7D2;
}
.BgClassName
{
background-color: #E1B7D2;
}
</style>
border-color css
<style>
span { border-color: #E1B7D2; }
span { border-color: rgb(225,183,210); }
td.TdClassName
{
border-color: #E1B7D2;
}
.TagClassName
{
border-color: #E1B7D2;
}
</style>