Shades of Twilight #E4B0CD
Tints of Twilight #E4B0CD
RGB
CMYK
RGB Variations
Color information
#E4B0CD (or 0xE4B0CD) is known color: Twilight. HEX triplet: E4, B0 and CD. RGB value is (228,176,205). Sum of RGB (Red+Green+Blue) = 228+176+205=609 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.44% from 609); Green value is 176 (69.14% from 255 or 28.90% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4B0CD is #1B4F32. Grayscale: #C2C2C2. Windows color (decimal): -1789747 or 13480164. OLE color: 13480164.
HSL color Cylindrical-coordinate representation of color #E4B0CD: hue angle of 326.54º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E4B0CD is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 176 | 205 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.11 |
| HSL | 326.54º | 0.49% | 0.79% | - |
| HSV(B) | 326.54º | 0.23% | 0.89% | - |
| XYZ | 58.54 | 51.95 | 64.7 | - |
| YUV | 194.85 | 133.73 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 176 | 205 | 0 | 0.23 | 0.10 | 0.11 | 326.54 | 0.49 | 0.79 |
| Hex | E4 | B0 | CD | 0 | 17 | A | B | 147 | 31 | 4F |
| Octal | 344 | 260 | 315 | 0 | 27 | 12 | 13 | 507 | 61 | 117 |
| Binary | 11100100 | 10110000 | 11001101 | 0 | 10111 | 1010 | 1011 | 101000111 | 110001 | 1001111 |
Color Harmonies of #E4B0CD
Complementary color
Monochromatic Colors of #E4B0CD
Black with #E4B0CD
Text Example
Text Example
White with #E4B0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B0CD; }
p { color: rgb(228,176,205); }
H1.HeaderClassName
{
color: #E4B0CD;
}
.AnyTagClassName
{
color: #E4B0CD;
}
</style>
background-color css
<style>
a { background-color: #E4B0CD; }
a { background-color: rgb(228,176,205); }
div.DivClassName
{
background-color: #E4B0CD;
}
.BgClassName
{
background-color: #E4B0CD;
}
</style>
border-color css
<style>
span { border-color: #E4B0CD; }
span { border-color: rgb(228,176,205); }
td.TdClassName
{
border-color: #E4B0CD;
}
.TagClassName
{
border-color: #E4B0CD;
}
</style>