Shades of Twilight #E0BED3
Tints of Twilight #E0BED3
RGB
CMYK
RGB Variations
Color information
#E0BED3 (or 0xE0BED3) is known color: Twilight. HEX triplet: E0, BE and D3. RGB value is (224,190,211). Sum of RGB (Red+Green+Blue) = 224+190+211=625 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.84% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 211 (82.81% from 255 or 33.76% from 625); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BED3 is #1F412C. Grayscale: #CACACA. Windows color (decimal): -2048301 or 13876960. OLE color: 13876960.
HSL color Cylindrical-coordinate representation of color #E0BED3: hue angle of 322.94º 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 #E0BED3 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 190 | 211 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.12 |
| HSL | 322.94º | 0.35% | 0.81% | - |
| HSV(B) | 322.94º | 0.15% | 0.88% | - |
| XYZ | 60.91 | 57.38 | 69.49 | - |
| YUV | 202.56 | 132.76 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 190 | 211 | 0 | 0.15 | 0.06 | 0.12 | 322.94 | 0.35 | 0.81 |
| Hex | E0 | BE | D3 | 0 | F | 6 | C | 143 | 23 | 51 |
| Octal | 340 | 276 | 323 | 0 | 17 | 6 | 14 | 503 | 43 | 121 |
| Binary | 11100000 | 10111110 | 11010011 | 0 | 1111 | 110 | 1100 | 101000011 | 100011 | 1010001 |
Color Harmonies of #E0BED3
Complementary color
Monochromatic Colors of #E0BED3
Black with #E0BED3
Text Example
Text Example
White with #E0BED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BED3; }
p { color: rgb(224,190,211); }
H1.HeaderClassName
{
color: #E0BED3;
}
.AnyTagClassName
{
color: #E0BED3;
}
</style>
background-color css
<style>
a { background-color: #E0BED3; }
a { background-color: rgb(224,190,211); }
div.DivClassName
{
background-color: #E0BED3;
}
.BgClassName
{
background-color: #E0BED3;
}
</style>
border-color css
<style>
span { border-color: #E0BED3; }
span { border-color: rgb(224,190,211); }
td.TdClassName
{
border-color: #E0BED3;
}
.TagClassName
{
border-color: #E0BED3;
}
</style>