Shades of Twilight #E2BFD6
Tints of Twilight #E2BFD6
RGB
CMYK
RGB Variations
Color information
#E2BFD6 (or 0xE2BFD6) is known color: Twilight. HEX triplet: E2, BF and D6. RGB value is (226,191,214). Sum of RGB (Red+Green+Blue) = 226+191+214=631 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.82% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 214 (83.98% from 255 or 33.91% from 631); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BFD6 is #1D4029. Grayscale: #CCCCCC. Windows color (decimal): -1916970 or 14073826. OLE color: 14073826.
HSL color Cylindrical-coordinate representation of color #E2BFD6: hue angle of 320.57º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E2BFD6 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 191 | 214 | - |
CMYK | 0 | 0.15 | 0.05 | 0.11 |
HSL | 320.57º | 0.38% | 0.82% | - |
HSV(B) | 320.57º | 0.15% | 0.89% | - |
XYZ | 62.13 | 58.29 | 71.59 | - |
YUV | 204.09 | 133.6 | 143.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 191 | 214 | 0 | 0.15 | 0.05 | 0.11 | 320.57 | 0.38 | 0.82 |
Hex | E2 | BF | D6 | 0 | F | 5 | B | 141 | 26 | 52 |
Octal | 342 | 277 | 326 | 0 | 17 | 5 | 13 | 501 | 46 | 122 |
Binary | 11100010 | 10111111 | 11010110 | 0 | 1111 | 101 | 1011 | 101000001 | 100110 | 1010010 |
Color Harmonies of #E2BFD6
Complementary color
Monochromatic Colors of #E2BFD6
Black with #E2BFD6
Text Example
Text Example
White with #E2BFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BFD6; }
p { color: rgb(226,191,214); }
H1.HeaderClassName
{
color: #E2BFD6;
}
.AnyTagClassName
{
color: #E2BFD6;
}
</style>
background-color css
<style>
a { background-color: #E2BFD6; }
a { background-color: rgb(226,191,214); }
div.DivClassName
{
background-color: #E2BFD6;
}
.BgClassName
{
background-color: #E2BFD6;
}
</style>
border-color css
<style>
span { border-color: #E2BFD6; }
span { border-color: rgb(226,191,214); }
td.TdClassName
{
border-color: #E2BFD6;
}
.TagClassName
{
border-color: #E2BFD6;
}
</style>