Shades of Twilight #E7BED4
Tints of Twilight #E7BED4
RGB
CMYK
RGB Variations
Color information
#E7BED4 (or 0xE7BED4) is known color: Twilight. HEX triplet: E7, BE and D4. RGB value is (231,190,212). Sum of RGB (Red+Green+Blue) = 231+190+212=633 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.49% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 212 (83.20% from 255 or 33.49% from 633); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BED4 is #18412B. Grayscale: #CCCCCC. Windows color (decimal): -1589548 or 13942503. OLE color: 13942503.
HSL color Cylindrical-coordinate representation of color #E7BED4: hue angle of 327.8º degrees, saturation: 0.46, 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 #E7BED4 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 190 | 212 | - |
CMYK | 0 | 0.18 | 0.08 | 0.09 |
HSL | 327.8º | 0.46% | 0.83% | - |
HSV(B) | 327.8º | 0.18% | 0.91% | - |
XYZ | 63.25 | 58.57 | 70.26 | - |
YUV | 204.77 | 132.08 | 146.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 190 | 212 | 0 | 0.18 | 0.08 | 0.09 | 327.8 | 0.46 | 0.83 |
Hex | E7 | BE | D4 | 0 | 12 | 8 | 9 | 148 | 2E | 53 |
Octal | 347 | 276 | 324 | 0 | 22 | 10 | 11 | 510 | 56 | 123 |
Binary | 11100111 | 10111110 | 11010100 | 0 | 10010 | 1000 | 1001 | 101001000 | 101110 | 1010011 |
Color Harmonies of #E7BED4
Complementary color
Monochromatic Colors of #E7BED4
Black with #E7BED4
Text Example
Text Example
White with #E7BED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BED4; }
p { color: rgb(231,190,212); }
H1.HeaderClassName
{
color: #E7BED4;
}
.AnyTagClassName
{
color: #E7BED4;
}
</style>
background-color css
<style>
a { background-color: #E7BED4; }
a { background-color: rgb(231,190,212); }
div.DivClassName
{
background-color: #E7BED4;
}
.BgClassName
{
background-color: #E7BED4;
}
</style>
border-color css
<style>
span { border-color: #E7BED4; }
span { border-color: rgb(231,190,212); }
td.TdClassName
{
border-color: #E7BED4;
}
.TagClassName
{
border-color: #E7BED4;
}
</style>