Shades of Twilight #E0BFCD
Tints of Twilight #E0BFCD
RGB
CMYK
RGB Variations
Color information
#E0BFCD (or 0xE0BFCD) is known color: Twilight. HEX triplet: E0, BF and CD. RGB value is (224,191,205). Sum of RGB (Red+Green+Blue) = 224+191+205=620 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.13% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 205 (80.47% from 255 or 33.06% from 620); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BFCD is #1F4032. Grayscale: #CACACA. Windows color (decimal): -2048051 or 13484000. OLE color: 13484000.
HSL color Cylindrical-coordinate representation of color #E0BFCD: hue angle of 334.55º 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 #E0BFCD is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 191 | 205 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.12 |
| HSL | 334.55º | 0.35% | 0.81% | - |
| HSV(B) | 334.55º | 0.15% | 0.88% | - |
| XYZ | 60.39 | 57.52 | 65.68 | - |
| YUV | 202.46 | 129.43 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 191 | 205 | 0 | 0.15 | 0.08 | 0.12 | 334.55 | 0.35 | 0.81 |
| Hex | E0 | BF | CD | 0 | F | 8 | C | 14F | 23 | 51 |
| Octal | 340 | 277 | 315 | 0 | 17 | 10 | 14 | 517 | 43 | 121 |
| Binary | 11100000 | 10111111 | 11001101 | 0 | 1111 | 1000 | 1100 | 101001111 | 100011 | 1010001 |
Color Harmonies of #E0BFCD
Complementary color
Monochromatic Colors of #E0BFCD
Black with #E0BFCD
Text Example
Text Example
White with #E0BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BFCD; }
p { color: rgb(224,191,205); }
H1.HeaderClassName
{
color: #E0BFCD;
}
.AnyTagClassName
{
color: #E0BFCD;
}
</style>
background-color css
<style>
a { background-color: #E0BFCD; }
a { background-color: rgb(224,191,205); }
div.DivClassName
{
background-color: #E0BFCD;
}
.BgClassName
{
background-color: #E0BFCD;
}
</style>
border-color css
<style>
span { border-color: #E0BFCD; }
span { border-color: rgb(224,191,205); }
td.TdClassName
{
border-color: #E0BFCD;
}
.TagClassName
{
border-color: #E0BFCD;
}
</style>