Shades of Twilight #E0B9CD
Tints of Twilight #E0B9CD
RGB
CMYK
RGB Variations
Color information
#E0B9CD (or 0xE0B9CD) is known color: Twilight. HEX triplet: E0, B9 and CD. RGB value is (224,185,205). Sum of RGB (Red+Green+Blue) = 224+185+205=614 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.48% from 614); Green value is 185 (72.66% from 255 or 30.13% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0B9CD is #1F4632. Grayscale: #C6C6C6. Windows color (decimal): -2049587 or 13482464. OLE color: 13482464.
HSL color Cylindrical-coordinate representation of color #E0B9CD: hue angle of 329.23º degrees, saturation: 0.39, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0B9CD is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 185 | 205 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.12 |
| HSL | 329.23º | 0.39% | 0.8% | - |
| HSV(B) | 329.23º | 0.17% | 0.88% | - |
| XYZ | 59.11 | 54.95 | 65.25 | - |
| YUV | 198.94 | 131.42 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 185 | 205 | 0 | 0.17 | 0.08 | 0.12 | 329.23 | 0.39 | 0.8 |
| Hex | E0 | B9 | CD | 0 | 11 | 8 | C | 149 | 27 | 50 |
| Octal | 340 | 271 | 315 | 0 | 21 | 10 | 14 | 511 | 47 | 120 |
| Binary | 11100000 | 10111001 | 11001101 | 0 | 10001 | 1000 | 1100 | 101001001 | 100111 | 1010000 |
Color Harmonies of #E0B9CD
Complementary color
Monochromatic Colors of #E0B9CD
Black with #E0B9CD
Text Example
Text Example
White with #E0B9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B9CD; }
p { color: rgb(224,185,205); }
H1.HeaderClassName
{
color: #E0B9CD;
}
.AnyTagClassName
{
color: #E0B9CD;
}
</style>
background-color css
<style>
a { background-color: #E0B9CD; }
a { background-color: rgb(224,185,205); }
div.DivClassName
{
background-color: #E0B9CD;
}
.BgClassName
{
background-color: #E0B9CD;
}
</style>
border-color css
<style>
span { border-color: #E0B9CD; }
span { border-color: rgb(224,185,205); }
td.TdClassName
{
border-color: #E0B9CD;
}
.TagClassName
{
border-color: #E0B9CD;
}
</style>