Shades of Twilight #E6BED1
Tints of Twilight #E6BED1
RGB
CMYK
RGB Variations
Color information
#E6BED1 (or 0xE6BED1) is known color: Twilight. HEX triplet: E6, BE and D1. RGB value is (230,190,209). Sum of RGB (Red+Green+Blue) = 230+190+209=629 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.57% from 629); Green value is 190 (74.61% from 255 or 30.21% from 629); Blue value is 209 (82.03% from 255 or 33.23% from 629); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BED1 is #19412E. Grayscale: #CCCCCC. Windows color (decimal): -1655087 or 13745894. OLE color: 13745894.
HSL color Cylindrical-coordinate representation of color #E6BED1: hue angle of 331.5º 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 #E6BED1 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 190 | 209 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.10 |
| HSL | 331.5º | 0.44% | 0.82% | - |
| HSV(B) | 331.5º | 0.17% | 0.9% | - |
| XYZ | 62.56 | 58.25 | 68.27 | - |
| YUV | 204.13 | 130.75 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 190 | 209 | 0 | 0.17 | 0.09 | 0.10 | 331.5 | 0.44 | 0.82 |
| Hex | E6 | BE | D1 | 0 | 11 | 9 | A | 14C | 2C | 52 |
| Octal | 346 | 276 | 321 | 0 | 21 | 11 | 12 | 514 | 54 | 122 |
| Binary | 11100110 | 10111110 | 11010001 | 0 | 10001 | 1001 | 1010 | 101001100 | 101100 | 1010010 |
Color Harmonies of #E6BED1
Complementary color
Monochromatic Colors of #E6BED1
Black with #E6BED1
Text Example
Text Example
White with #E6BED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BED1; }
p { color: rgb(230,190,209); }
H1.HeaderClassName
{
color: #E6BED1;
}
.AnyTagClassName
{
color: #E6BED1;
}
</style>
background-color css
<style>
a { background-color: #E6BED1; }
a { background-color: rgb(230,190,209); }
div.DivClassName
{
background-color: #E6BED1;
}
.BgClassName
{
background-color: #E6BED1;
}
</style>
border-color css
<style>
span { border-color: #E6BED1; }
span { border-color: rgb(230,190,209); }
td.TdClassName
{
border-color: #E6BED1;
}
.TagClassName
{
border-color: #E6BED1;
}
</style>