Shades of Twilight #E0BDCD
Tints of Twilight #E0BDCD
RGB
CMYK
RGB Variations
Color information
#E0BDCD (or 0xE0BDCD) is known color: Twilight. HEX triplet: E0, BD and CD. RGB value is (224,189,205). Sum of RGB (Red+Green+Blue) = 224+189+205=618 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.25% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BDCD is #1F4232. Grayscale: #C9C9C9. Windows color (decimal): -2048563 or 13483488. OLE color: 13483488.
HSL color Cylindrical-coordinate representation of color #E0BDCD: hue angle of 332.57º 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 #E0BDCD is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 189 | 205 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.12 |
| HSL | 332.57º | 0.36% | 0.81% | - |
| HSV(B) | 332.57º | 0.16% | 0.88% | - |
| XYZ | 59.96 | 56.65 | 65.53 | - |
| YUV | 201.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 189 | 205 | 0 | 0.16 | 0.08 | 0.12 | 332.57 | 0.36 | 0.81 |
| Hex | E0 | BD | CD | 0 | 10 | 8 | C | 14D | 24 | 51 |
| Octal | 340 | 275 | 315 | 0 | 20 | 10 | 14 | 515 | 44 | 121 |
| Binary | 11100000 | 10111101 | 11001101 | 0 | 10000 | 1000 | 1100 | 101001101 | 100100 | 1010001 |
Color Harmonies of #E0BDCD
Complementary color
Monochromatic Colors of #E0BDCD
Black with #E0BDCD
Text Example
Text Example
White with #E0BDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BDCD; }
p { color: rgb(224,189,205); }
H1.HeaderClassName
{
color: #E0BDCD;
}
.AnyTagClassName
{
color: #E0BDCD;
}
</style>
background-color css
<style>
a { background-color: #E0BDCD; }
a { background-color: rgb(224,189,205); }
div.DivClassName
{
background-color: #E0BDCD;
}
.BgClassName
{
background-color: #E0BDCD;
}
</style>
border-color css
<style>
span { border-color: #E0BDCD; }
span { border-color: rgb(224,189,205); }
td.TdClassName
{
border-color: #E0BDCD;
}
.TagClassName
{
border-color: #E0BDCD;
}
</style>