Shades of Twilight #E0BFCF
Tints of Twilight #E0BFCF
RGB
CMYK
RGB Variations
Color information
#E0BFCF (or 0xE0BFCF) is known color: Twilight. HEX triplet: E0, BF and CF. RGB value is (224,191,207). Sum of RGB (Red+Green+Blue) = 224+191+207=622 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.01% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BFCF is #1F4030. Grayscale: #CACACA. Windows color (decimal): -2048049 or 13615072. OLE color: 13615072.
HSL color Cylindrical-coordinate representation of color #E0BFCF: hue angle of 330.91º 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 #E0BFCF is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 191 | 207 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.12 |
| HSL | 330.91º | 0.35% | 0.81% | - |
| HSV(B) | 330.91º | 0.15% | 0.88% | - |
| XYZ | 60.63 | 57.61 | 66.96 | - |
| YUV | 202.69 | 130.43 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 191 | 207 | 0 | 0.15 | 0.08 | 0.12 | 330.91 | 0.35 | 0.81 |
| Hex | E0 | BF | CF | 0 | F | 8 | C | 14B | 23 | 51 |
| Octal | 340 | 277 | 317 | 0 | 17 | 10 | 14 | 513 | 43 | 121 |
| Binary | 11100000 | 10111111 | 11001111 | 0 | 1111 | 1000 | 1100 | 101001011 | 100011 | 1010001 |
Color Harmonies of #E0BFCF
Complementary color
Monochromatic Colors of #E0BFCF
Black with #E0BFCF
Text Example
Text Example
White with #E0BFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BFCF; }
p { color: rgb(224,191,207); }
H1.HeaderClassName
{
color: #E0BFCF;
}
.AnyTagClassName
{
color: #E0BFCF;
}
</style>
background-color css
<style>
a { background-color: #E0BFCF; }
a { background-color: rgb(224,191,207); }
div.DivClassName
{
background-color: #E0BFCF;
}
.BgClassName
{
background-color: #E0BFCF;
}
</style>
border-color css
<style>
span { border-color: #E0BFCF; }
span { border-color: rgb(224,191,207); }
td.TdClassName
{
border-color: #E0BFCF;
}
.TagClassName
{
border-color: #E0BFCF;
}
</style>