Shades of Twilight #E2BED6
Tints of Twilight #E2BED6
RGB
CMYK
RGB Variations
Color information
#E2BED6 (or 0xE2BED6) is known color: Twilight. HEX triplet: E2, BE and D6. RGB value is (226,190,214). Sum of RGB (Red+Green+Blue) = 226+190+214=630 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.87% from 630); Green value is 190 (74.61% from 255 or 30.16% from 630); Blue value is 214 (83.98% from 255 or 33.97% from 630); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BED6 is #1D4129. Grayscale: #CBCBCB. Windows color (decimal): -1917226 or 14073570. OLE color: 14073570.
HSL color Cylindrical-coordinate representation of color #E2BED6: hue angle of 320º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2BED6 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 190 | 214 | - |
CMYK | 0 | 0.16 | 0.05 | 0.11 |
HSL | 320º | 0.38% | 0.82% | - |
HSV(B) | 320º | 0.16% | 0.89% | - |
XYZ | 61.92 | 57.85 | 71.52 | - |
YUV | 203.5 | 133.93 | 144.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 190 | 214 | 0 | 0.16 | 0.05 | 0.11 | 320 | 0.38 | 0.82 |
Hex | E2 | BE | D6 | 0 | 10 | 5 | B | 140 | 26 | 52 |
Octal | 342 | 276 | 326 | 0 | 20 | 5 | 13 | 500 | 46 | 122 |
Binary | 11100010 | 10111110 | 11010110 | 0 | 10000 | 101 | 1011 | 101000000 | 100110 | 1010010 |
Color Harmonies of #E2BED6
Complementary color
Monochromatic Colors of #E2BED6
Black with #E2BED6
Text Example
Text Example
White with #E2BED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BED6; }
p { color: rgb(226,190,214); }
H1.HeaderClassName
{
color: #E2BED6;
}
.AnyTagClassName
{
color: #E2BED6;
}
</style>
background-color css
<style>
a { background-color: #E2BED6; }
a { background-color: rgb(226,190,214); }
div.DivClassName
{
background-color: #E2BED6;
}
.BgClassName
{
background-color: #E2BED6;
}
</style>
border-color css
<style>
span { border-color: #E2BED6; }
span { border-color: rgb(226,190,214); }
td.TdClassName
{
border-color: #E2BED6;
}
.TagClassName
{
border-color: #E2BED6;
}
</style>