Shades of Twilight #E1BFCC
Tints of Twilight #E1BFCC
RGB
CMYK
RGB Variations
Color information
#E1BFCC (or 0xE1BFCC) is known color: Twilight. HEX triplet: E1, BF and CC. RGB value is (225,191,204). Sum of RGB (Red+Green+Blue) = 225+191+204=620 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.29% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BFCC is #1E4033. Grayscale: #CACACA. Windows color (decimal): -1982516 or 13418465. OLE color: 13418465.
HSL color Cylindrical-coordinate representation of color #E1BFCC: hue angle of 337.06º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1BFCC is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 191 | 204 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.12 |
| HSL | 337.06º | 0.36% | 0.82% | - |
| HSV(B) | 337.06º | 0.15% | 0.88% | - |
| XYZ | 60.58 | 57.63 | 65.06 | - |
| YUV | 202.65 | 128.76 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 204 | 0 | 0.15 | 0.09 | 0.12 | 337.06 | 0.36 | 0.82 |
| Hex | E1 | BF | CC | 0 | F | 9 | C | 151 | 24 | 52 |
| Octal | 341 | 277 | 314 | 0 | 17 | 11 | 14 | 521 | 44 | 122 |
| Binary | 11100001 | 10111111 | 11001100 | 0 | 1111 | 1001 | 1100 | 101010001 | 100100 | 1010010 |
Color Harmonies of #E1BFCC
Complementary color
Monochromatic Colors of #E1BFCC
Black with #E1BFCC
Text Example
Text Example
White with #E1BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BFCC; }
p { color: rgb(225,191,204); }
H1.HeaderClassName
{
color: #E1BFCC;
}
.AnyTagClassName
{
color: #E1BFCC;
}
</style>
background-color css
<style>
a { background-color: #E1BFCC; }
a { background-color: rgb(225,191,204); }
div.DivClassName
{
background-color: #E1BFCC;
}
.BgClassName
{
background-color: #E1BFCC;
}
</style>
border-color css
<style>
span { border-color: #E1BFCC; }
span { border-color: rgb(225,191,204); }
td.TdClassName
{
border-color: #E1BFCC;
}
.TagClassName
{
border-color: #E1BFCC;
}
</style>