Shades of Twilight #E1BFD6
Tints of Twilight #E1BFD6
RGB
CMYK
RGB Variations
Color information
#E1BFD6 (or 0xE1BFD6) is known color: Twilight. HEX triplet: E1, BF and D6. RGB value is (225,191,214). Sum of RGB (Red+Green+Blue) = 225+191+214=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 191 (75% from 255 or 30.32% from 630); Blue value is 214 (83.98% from 255 or 33.97% from 630); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BFD6 is #1E4029. Grayscale: #CBCBCB. Windows color (decimal): -1982506 or 14073825. OLE color: 14073825.
HSL color Cylindrical-coordinate representation of color #E1BFD6: hue angle of 319.41º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1BFD6 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 191 | 214 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.12 |
| HSL | 319.41º | 0.36% | 0.82% | - |
| HSV(B) | 319.41º | 0.15% | 0.88% | - |
| XYZ | 61.82 | 58.12 | 71.58 | - |
| YUV | 203.79 | 133.76 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 214 | 0 | 0.15 | 0.05 | 0.12 | 319.41 | 0.36 | 0.82 |
| Hex | E1 | BF | D6 | 0 | F | 5 | C | 13F | 24 | 52 |
| Octal | 341 | 277 | 326 | 0 | 17 | 5 | 14 | 477 | 44 | 122 |
| Binary | 11100001 | 10111111 | 11010110 | 0 | 1111 | 101 | 1100 | 100111111 | 100100 | 1010010 |
Color Harmonies of #E1BFD6
Complementary color
Monochromatic Colors of #E1BFD6
Black with #E1BFD6
Text Example
Text Example
White with #E1BFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BFD6; }
p { color: rgb(225,191,214); }
H1.HeaderClassName
{
color: #E1BFD6;
}
.AnyTagClassName
{
color: #E1BFD6;
}
</style>
background-color css
<style>
a { background-color: #E1BFD6; }
a { background-color: rgb(225,191,214); }
div.DivClassName
{
background-color: #E1BFD6;
}
.BgClassName
{
background-color: #E1BFD6;
}
</style>
border-color css
<style>
span { border-color: #E1BFD6; }
span { border-color: rgb(225,191,214); }
td.TdClassName
{
border-color: #E1BFD6;
}
.TagClassName
{
border-color: #E1BFD6;
}
</style>