Shades of Twilight #E9BFD2
Tints of Twilight #E9BFD2
RGB
CMYK
RGB Variations
Color information
#E9BFD2 (or 0xE9BFD2) is known color: Twilight. HEX triplet: E9, BF and D2. RGB value is (233,191,210). Sum of RGB (Red+Green+Blue) = 233+191+210=634 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.75% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 210 (82.42% from 255 or 33.12% from 634); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BFD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BFD2 is #16402D. Grayscale: #CDCDCD. Windows color (decimal): -1458222 or 13811689. OLE color: 13811689.
HSL color Cylindrical-coordinate representation of color #E9BFD2: hue angle of 332.86º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9BFD2 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 191 | 210 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.09 |
| HSL | 332.86º | 0.49% | 0.83% | - |
| HSV(B) | 332.86º | 0.18% | 0.91% | - |
| XYZ | 63.87 | 59.24 | 69.04 | - |
| YUV | 205.72 | 130.41 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 191 | 210 | 0 | 0.18 | 0.10 | 0.09 | 332.86 | 0.49 | 0.83 |
| Hex | E9 | BF | D2 | 0 | 12 | A | 9 | 14D | 31 | 53 |
| Octal | 351 | 277 | 322 | 0 | 22 | 12 | 11 | 515 | 61 | 123 |
| Binary | 11101001 | 10111111 | 11010010 | 0 | 10010 | 1010 | 1001 | 101001101 | 110001 | 1010011 |
Color Harmonies of #E9BFD2
Complementary color
Monochromatic Colors of #E9BFD2
Black with #E9BFD2
Text Example
Text Example
White with #E9BFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BFD2; }
p { color: rgb(233,191,210); }
H1.HeaderClassName
{
color: #E9BFD2;
}
.AnyTagClassName
{
color: #E9BFD2;
}
</style>
background-color css
<style>
a { background-color: #E9BFD2; }
a { background-color: rgb(233,191,210); }
div.DivClassName
{
background-color: #E9BFD2;
}
.BgClassName
{
background-color: #E9BFD2;
}
</style>
border-color css
<style>
span { border-color: #E9BFD2; }
span { border-color: rgb(233,191,210); }
td.TdClassName
{
border-color: #E9BFD2;
}
.TagClassName
{
border-color: #E9BFD2;
}
</style>