Shades of Twilight #E0BED0
Tints of Twilight #E0BED0
RGB
CMYK
RGB Variations
Color information
#E0BED0 (or 0xE0BED0) is known color: Twilight. HEX triplet: E0, BE and D0. RGB value is (224,190,208). Sum of RGB (Red+Green+Blue) = 224+190+208=622 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.01% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 208 (81.64% from 255 or 33.44% from 622); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BED0 is #1F412F. Grayscale: #CACACA. Windows color (decimal): -2048304 or 13680352. OLE color: 13680352.
HSL color Cylindrical-coordinate representation of color #E0BED0: hue angle of 328.24º 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 #E0BED0 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 190 | 208 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.12 |
| HSL | 328.24º | 0.35% | 0.81% | - |
| HSV(B) | 328.24º | 0.15% | 0.88% | - |
| XYZ | 60.54 | 57.23 | 67.53 | - |
| YUV | 202.22 | 131.26 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 190 | 208 | 0 | 0.15 | 0.07 | 0.12 | 328.24 | 0.35 | 0.81 |
| Hex | E0 | BE | D0 | 0 | F | 7 | C | 148 | 23 | 51 |
| Octal | 340 | 276 | 320 | 0 | 17 | 7 | 14 | 510 | 43 | 121 |
| Binary | 11100000 | 10111110 | 11010000 | 0 | 1111 | 111 | 1100 | 101001000 | 100011 | 1010001 |
Color Harmonies of #E0BED0
Complementary color
Monochromatic Colors of #E0BED0
Black with #E0BED0
Text Example
Text Example
White with #E0BED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BED0; }
p { color: rgb(224,190,208); }
H1.HeaderClassName
{
color: #E0BED0;
}
.AnyTagClassName
{
color: #E0BED0;
}
</style>
background-color css
<style>
a { background-color: #E0BED0; }
a { background-color: rgb(224,190,208); }
div.DivClassName
{
background-color: #E0BED0;
}
.BgClassName
{
background-color: #E0BED0;
}
</style>
border-color css
<style>
span { border-color: #E0BED0; }
span { border-color: rgb(224,190,208); }
td.TdClassName
{
border-color: #E0BED0;
}
.TagClassName
{
border-color: #E0BED0;
}
</style>