Shades of Twilight #E6BED0
Tints of Twilight #E6BED0
RGB
CMYK
RGB Variations
Color information
#E6BED0 (or 0xE6BED0) is known color: Twilight. HEX triplet: E6, BE and D0. RGB value is (230,190,208). Sum of RGB (Red+Green+Blue) = 230+190+208=628 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.62% from 628); Green value is 190 (74.61% from 255 or 30.25% from 628); Blue value is 208 (81.64% from 255 or 33.12% from 628); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BED0 is #19412F. Grayscale: #CBCBCB. Windows color (decimal): -1655088 or 13680358. OLE color: 13680358.
HSL color Cylindrical-coordinate representation of color #E6BED0: hue angle of 333º 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 #E6BED0 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 190 | 208 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.10 |
| HSL | 333º | 0.44% | 0.82% | - |
| HSV(B) | 333º | 0.17% | 0.9% | - |
| XYZ | 62.43 | 58.2 | 67.62 | - |
| YUV | 204.01 | 130.25 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 190 | 208 | 0 | 0.17 | 0.10 | 0.10 | 333 | 0.44 | 0.82 |
| Hex | E6 | BE | D0 | 0 | 11 | A | A | 14D | 2C | 52 |
| Octal | 346 | 276 | 320 | 0 | 21 | 12 | 12 | 515 | 54 | 122 |
| Binary | 11100110 | 10111110 | 11010000 | 0 | 10001 | 1010 | 1010 | 101001101 | 101100 | 1010010 |
Color Harmonies of #E6BED0
Complementary color
Monochromatic Colors of #E6BED0
Black with #E6BED0
Text Example
Text Example
White with #E6BED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BED0; }
p { color: rgb(230,190,208); }
H1.HeaderClassName
{
color: #E6BED0;
}
.AnyTagClassName
{
color: #E6BED0;
}
</style>
background-color css
<style>
a { background-color: #E6BED0; }
a { background-color: rgb(230,190,208); }
div.DivClassName
{
background-color: #E6BED0;
}
.BgClassName
{
background-color: #E6BED0;
}
</style>
border-color css
<style>
span { border-color: #E6BED0; }
span { border-color: rgb(230,190,208); }
td.TdClassName
{
border-color: #E6BED0;
}
.TagClassName
{
border-color: #E6BED0;
}
</style>