Shades of Twilight #E1B9CA
Tints of Twilight #E1B9CA
RGB
CMYK
RGB Variations
Color information
#E1B9CA (or 0xE1B9CA) is known color: Twilight. HEX triplet: E1, B9 and CA. RGB value is (225,185,202). Sum of RGB (Red+Green+Blue) = 225+185+202=612 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.76% from 612); Green value is 185 (72.66% from 255 or 30.23% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B9CA is #1E4635. Grayscale: #C6C6C6. Windows color (decimal): -1984054 or 13285857. OLE color: 13285857.
HSL color Cylindrical-coordinate representation of color #E1B9CA: hue angle of 334.5º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E1B9CA is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 185 | 202 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.12 |
| HSL | 334.5º | 0.4% | 0.8% | - |
| HSV(B) | 334.5º | 0.18% | 0.88% | - |
| XYZ | 59.06 | 54.97 | 63.37 | - |
| YUV | 198.9 | 129.75 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 185 | 202 | 0 | 0.18 | 0.10 | 0.12 | 334.5 | 0.4 | 0.8 |
| Hex | E1 | B9 | CA | 0 | 12 | A | C | 14E | 28 | 50 |
| Octal | 341 | 271 | 312 | 0 | 22 | 12 | 14 | 516 | 50 | 120 |
| Binary | 11100001 | 10111001 | 11001010 | 0 | 10010 | 1010 | 1100 | 101001110 | 101000 | 1010000 |
Color Harmonies of #E1B9CA
Complementary color
Monochromatic Colors of #E1B9CA
Black with #E1B9CA
Text Example
Text Example
White with #E1B9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B9CA; }
p { color: rgb(225,185,202); }
H1.HeaderClassName
{
color: #E1B9CA;
}
.AnyTagClassName
{
color: #E1B9CA;
}
</style>
background-color css
<style>
a { background-color: #E1B9CA; }
a { background-color: rgb(225,185,202); }
div.DivClassName
{
background-color: #E1B9CA;
}
.BgClassName
{
background-color: #E1B9CA;
}
</style>
border-color css
<style>
span { border-color: #E1B9CA; }
span { border-color: rgb(225,185,202); }
td.TdClassName
{
border-color: #E1B9CA;
}
.TagClassName
{
border-color: #E1B9CA;
}
</style>