Shades of Twilight #E6BED4
Tints of Twilight #E6BED4
RGB
CMYK
RGB Variations
Color information
#E6BED4 (or 0xE6BED4) is known color: Twilight. HEX triplet: E6, BE and D4. RGB value is (230,190,212). Sum of RGB (Red+Green+Blue) = 230+190+212=632 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.39% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 212 (83.20% from 255 or 33.54% from 632); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BED4 is #19412B. Grayscale: #CCCCCC. Windows color (decimal): -1655084 or 13942502. OLE color: 13942502.
HSL color Cylindrical-coordinate representation of color #E6BED4: hue angle of 327º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6BED4 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 190 | 212 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.10 |
| HSL | 327º | 0.44% | 0.82% | - |
| HSV(B) | 327º | 0.17% | 0.9% | - |
| XYZ | 62.93 | 58.4 | 70.24 | - |
| YUV | 204.47 | 132.25 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 190 | 212 | 0 | 0.17 | 0.08 | 0.10 | 327 | 0.44 | 0.82 |
| Hex | E6 | BE | D4 | 0 | 11 | 8 | A | 147 | 2C | 52 |
| Octal | 346 | 276 | 324 | 0 | 21 | 10 | 12 | 507 | 54 | 122 |
| Binary | 11100110 | 10111110 | 11010100 | 0 | 10001 | 1000 | 1010 | 101000111 | 101100 | 1010010 |
Color Harmonies of #E6BED4
Complementary color
Monochromatic Colors of #E6BED4
Black with #E6BED4
Text Example
Text Example
White with #E6BED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BED4; }
p { color: rgb(230,190,212); }
H1.HeaderClassName
{
color: #E6BED4;
}
.AnyTagClassName
{
color: #E6BED4;
}
</style>
background-color css
<style>
a { background-color: #E6BED4; }
a { background-color: rgb(230,190,212); }
div.DivClassName
{
background-color: #E6BED4;
}
.BgClassName
{
background-color: #E6BED4;
}
</style>
border-color css
<style>
span { border-color: #E6BED4; }
span { border-color: rgb(230,190,212); }
td.TdClassName
{
border-color: #E6BED4;
}
.TagClassName
{
border-color: #E6BED4;
}
</style>