Shades of Twilight #E2BFCC
Tints of Twilight #E2BFCC
RGB
CMYK
RGB Variations
Color information
#E2BFCC (or 0xE2BFCC) is known color: Twilight. HEX triplet: E2, BF and CC. RGB value is (226,191,204). Sum of RGB (Red+Green+Blue) = 226+191+204=621 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.39% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BFCC is #1D4033. Grayscale: #CACACA. Windows color (decimal): -1916980 or 13418466. OLE color: 13418466.
HSL color Cylindrical-coordinate representation of color #E2BFCC: hue angle of 337.71º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E2BFCC is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 191 | 204 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.11 |
| HSL | 337.71º | 0.38% | 0.82% | - |
| HSV(B) | 337.71º | 0.15% | 0.89% | - |
| XYZ | 60.89 | 57.79 | 65.07 | - |
| YUV | 202.95 | 128.6 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 191 | 204 | 0 | 0.15 | 0.10 | 0.11 | 337.71 | 0.38 | 0.82 |
| Hex | E2 | BF | CC | 0 | F | A | B | 152 | 26 | 52 |
| Octal | 342 | 277 | 314 | 0 | 17 | 12 | 13 | 522 | 46 | 122 |
| Binary | 11100010 | 10111111 | 11001100 | 0 | 1111 | 1010 | 1011 | 101010010 | 100110 | 1010010 |
Color Harmonies of #E2BFCC
Complementary color
Monochromatic Colors of #E2BFCC
Black with #E2BFCC
Text Example
Text Example
White with #E2BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BFCC; }
p { color: rgb(226,191,204); }
H1.HeaderClassName
{
color: #E2BFCC;
}
.AnyTagClassName
{
color: #E2BFCC;
}
</style>
background-color css
<style>
a { background-color: #E2BFCC; }
a { background-color: rgb(226,191,204); }
div.DivClassName
{
background-color: #E2BFCC;
}
.BgClassName
{
background-color: #E2BFCC;
}
</style>
border-color css
<style>
span { border-color: #E2BFCC; }
span { border-color: rgb(226,191,204); }
td.TdClassName
{
border-color: #E2BFCC;
}
.TagClassName
{
border-color: #E2BFCC;
}
</style>