Shades of Twilight #E0BDD0
Tints of Twilight #E0BDD0
RGB
CMYK
RGB Variations
Color information
#E0BDD0 (or 0xE0BDD0) is known color: Twilight. HEX triplet: E0, BD and D0. RGB value is (224,189,208). Sum of RGB (Red+Green+Blue) = 224+189+208=621 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.07% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 208 (81.64% from 255 or 33.49% from 621); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BDD0 is #1F422F. Grayscale: #C9C9C9. Windows color (decimal): -2048560 or 13680096. OLE color: 13680096.
HSL color Cylindrical-coordinate representation of color #E0BDD0: hue angle of 327.43º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0BDD0 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 189 | 208 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.12 |
| HSL | 327.43º | 0.36% | 0.81% | - |
| HSV(B) | 327.43º | 0.16% | 0.88% | - |
| XYZ | 60.32 | 56.8 | 67.46 | - |
| YUV | 201.63 | 131.6 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 189 | 208 | 0 | 0.16 | 0.07 | 0.12 | 327.43 | 0.36 | 0.81 |
| Hex | E0 | BD | D0 | 0 | 10 | 7 | C | 147 | 24 | 51 |
| Octal | 340 | 275 | 320 | 0 | 20 | 7 | 14 | 507 | 44 | 121 |
| Binary | 11100000 | 10111101 | 11010000 | 0 | 10000 | 111 | 1100 | 101000111 | 100100 | 1010001 |
Color Harmonies of #E0BDD0
Complementary color
Monochromatic Colors of #E0BDD0
Black with #E0BDD0
Text Example
Text Example
White with #E0BDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BDD0; }
p { color: rgb(224,189,208); }
H1.HeaderClassName
{
color: #E0BDD0;
}
.AnyTagClassName
{
color: #E0BDD0;
}
</style>
background-color css
<style>
a { background-color: #E0BDD0; }
a { background-color: rgb(224,189,208); }
div.DivClassName
{
background-color: #E0BDD0;
}
.BgClassName
{
background-color: #E0BDD0;
}
</style>
border-color css
<style>
span { border-color: #E0BDD0; }
span { border-color: rgb(224,189,208); }
td.TdClassName
{
border-color: #E0BDD0;
}
.TagClassName
{
border-color: #E0BDD0;
}
</style>