Shades of Twilight #E1B4CF
Tints of Twilight #E1B4CF
RGB
CMYK
RGB Variations
Color information
#E1B4CF (or 0xE1B4CF) is known color: Twilight. HEX triplet: E1, B4 and CF. RGB value is (225,180,207). Sum of RGB (Red+Green+Blue) = 225+180+207=612 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.76% from 612); Green value is 180 (70.70% from 255 or 29.41% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B4CF is #1E4B30. Grayscale: #C4C4C4. Windows color (decimal): -1985329 or 13612257. OLE color: 13612257.
HSL color Cylindrical-coordinate representation of color #E1B4CF: hue angle of 324º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1B4CF is Cyan = 0, Magento = 0.2, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 180 | 207 | - |
| CMYK | 0 | 0.2 | 0.08 | 0.12 |
| HSL | 324º | 0.43% | 0.79% | - |
| HSV(B) | 324º | 0.2% | 0.88% | - |
| XYZ | 58.64 | 53.16 | 66.2 | - |
| YUV | 196.53 | 133.91 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 180 | 207 | 0 | 0.2 | 0.08 | 0.12 | 324 | 0.43 | 0.79 |
| Hex | E1 | B4 | CF | 0 | 14 | 8 | C | 144 | 2B | 4F |
| Octal | 341 | 264 | 317 | 0 | 24 | 10 | 14 | 504 | 53 | 117 |
| Binary | 11100001 | 10110100 | 11001111 | 0 | 10100 | 1000 | 1100 | 101000100 | 101011 | 1001111 |
Color Harmonies of #E1B4CF
Complementary color
Monochromatic Colors of #E1B4CF
Black with #E1B4CF
Text Example
Text Example
White with #E1B4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B4CF; }
p { color: rgb(225,180,207); }
H1.HeaderClassName
{
color: #E1B4CF;
}
.AnyTagClassName
{
color: #E1B4CF;
}
</style>
background-color css
<style>
a { background-color: #E1B4CF; }
a { background-color: rgb(225,180,207); }
div.DivClassName
{
background-color: #E1B4CF;
}
.BgClassName
{
background-color: #E1B4CF;
}
</style>
border-color css
<style>
span { border-color: #E1B4CF; }
span { border-color: rgb(225,180,207); }
td.TdClassName
{
border-color: #E1B4CF;
}
.TagClassName
{
border-color: #E1B4CF;
}
</style>