Shades of Twilight #E0BED1
Tints of Twilight #E0BED1
RGB
CMYK
RGB Variations
Color information
#E0BED1 (or 0xE0BED1) is known color: Twilight. HEX triplet: E0, BE and D1. RGB value is (224,190,209). Sum of RGB (Red+Green+Blue) = 224+190+209=623 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.96% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 209 (82.03% from 255 or 33.55% from 623); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BED1 is #1F412E. Grayscale: #CACACA. Windows color (decimal): -2048303 or 13745888. OLE color: 13745888.
HSL color Cylindrical-coordinate representation of color #E0BED1: hue angle of 326.47º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0BED1 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 190 | 209 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.12 |
| HSL | 326.47º | 0.35% | 0.81% | - |
| HSV(B) | 326.47º | 0.15% | 0.88% | - |
| XYZ | 60.66 | 57.28 | 68.18 | - |
| YUV | 202.33 | 131.76 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 190 | 209 | 0 | 0.15 | 0.07 | 0.12 | 326.47 | 0.35 | 0.81 |
| Hex | E0 | BE | D1 | 0 | F | 7 | C | 146 | 23 | 51 |
| Octal | 340 | 276 | 321 | 0 | 17 | 7 | 14 | 506 | 43 | 121 |
| Binary | 11100000 | 10111110 | 11010001 | 0 | 1111 | 111 | 1100 | 101000110 | 100011 | 1010001 |
Color Harmonies of #E0BED1
Complementary color
Monochromatic Colors of #E0BED1
Black with #E0BED1
Text Example
Text Example
White with #E0BED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BED1; }
p { color: rgb(224,190,209); }
H1.HeaderClassName
{
color: #E0BED1;
}
.AnyTagClassName
{
color: #E0BED1;
}
</style>
background-color css
<style>
a { background-color: #E0BED1; }
a { background-color: rgb(224,190,209); }
div.DivClassName
{
background-color: #E0BED1;
}
.BgClassName
{
background-color: #E0BED1;
}
</style>
border-color css
<style>
span { border-color: #E0BED1; }
span { border-color: rgb(224,190,209); }
td.TdClassName
{
border-color: #E0BED1;
}
.TagClassName
{
border-color: #E0BED1;
}
</style>