Shades of Twilight #E1B6CD
Tints of Twilight #E1B6CD
RGB
CMYK
RGB Variations
Color information
#E1B6CD (or 0xE1B6CD) is known color: Twilight. HEX triplet: E1, B6 and CD. RGB value is (225,182,205). Sum of RGB (Red+Green+Blue) = 225+182+205=612 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.76% from 612); Green value is 182 (71.48% from 255 or 29.74% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B6CD is #1E4932. Grayscale: #C5C5C5. Windows color (decimal): -1984819 or 13481697. OLE color: 13481697.
HSL color Cylindrical-coordinate representation of color #E1B6CD: hue angle of 327.91º degrees, saturation: 0.42, 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 #E1B6CD is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 182 | 205 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.12 |
| HSL | 327.91º | 0.42% | 0.8% | - |
| HSV(B) | 327.91º | 0.19% | 0.88% | - |
| XYZ | 58.8 | 53.87 | 65.06 | - |
| YUV | 197.48 | 132.25 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 182 | 205 | 0 | 0.19 | 0.09 | 0.12 | 327.91 | 0.42 | 0.8 |
| Hex | E1 | B6 | CD | 0 | 13 | 9 | C | 148 | 2A | 50 |
| Octal | 341 | 266 | 315 | 0 | 23 | 11 | 14 | 510 | 52 | 120 |
| Binary | 11100001 | 10110110 | 11001101 | 0 | 10011 | 1001 | 1100 | 101001000 | 101010 | 1010000 |
Color Harmonies of #E1B6CD
Complementary color
Monochromatic Colors of #E1B6CD
Black with #E1B6CD
Text Example
Text Example
White with #E1B6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B6CD; }
p { color: rgb(225,182,205); }
H1.HeaderClassName
{
color: #E1B6CD;
}
.AnyTagClassName
{
color: #E1B6CD;
}
</style>
background-color css
<style>
a { background-color: #E1B6CD; }
a { background-color: rgb(225,182,205); }
div.DivClassName
{
background-color: #E1B6CD;
}
.BgClassName
{
background-color: #E1B6CD;
}
</style>
border-color css
<style>
span { border-color: #E1B6CD; }
span { border-color: rgb(225,182,205); }
td.TdClassName
{
border-color: #E1B6CD;
}
.TagClassName
{
border-color: #E1B6CD;
}
</style>