Shades of Twilight #E2BBCB
Tints of Twilight #E2BBCB
RGB
CMYK
RGB Variations
Color information
#E2BBCB (or 0xE2BBCB) is known color: Twilight. HEX triplet: E2, BB and CB. RGB value is (226,187,203). Sum of RGB (Red+Green+Blue) = 226+187+203=616 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.69% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BBCB is #1D4434. Grayscale: #C8C8C8. Windows color (decimal): -1918005 or 13351906. OLE color: 13351906.
HSL color Cylindrical-coordinate representation of color #E2BBCB: hue angle of 335.38º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E2BBCB is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 187 | 203 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.11 |
| HSL | 335.38º | 0.4% | 0.81% | - |
| HSV(B) | 335.38º | 0.17% | 0.89% | - |
| XYZ | 59.91 | 56.02 | 64.16 | - |
| YUV | 200.49 | 129.42 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 187 | 203 | 0 | 0.17 | 0.10 | 0.11 | 335.38 | 0.4 | 0.81 |
| Hex | E2 | BB | CB | 0 | 11 | A | B | 14F | 28 | 51 |
| Octal | 342 | 273 | 313 | 0 | 21 | 12 | 13 | 517 | 50 | 121 |
| Binary | 11100010 | 10111011 | 11001011 | 0 | 10001 | 1010 | 1011 | 101001111 | 101000 | 1010001 |
Color Harmonies of #E2BBCB
Complementary color
Monochromatic Colors of #E2BBCB
Black with #E2BBCB
Text Example
Text Example
White with #E2BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BBCB; }
p { color: rgb(226,187,203); }
H1.HeaderClassName
{
color: #E2BBCB;
}
.AnyTagClassName
{
color: #E2BBCB;
}
</style>
background-color css
<style>
a { background-color: #E2BBCB; }
a { background-color: rgb(226,187,203); }
div.DivClassName
{
background-color: #E2BBCB;
}
.BgClassName
{
background-color: #E2BBCB;
}
</style>
border-color css
<style>
span { border-color: #E2BBCB; }
span { border-color: rgb(226,187,203); }
td.TdClassName
{
border-color: #E2BBCB;
}
.TagClassName
{
border-color: #E2BBCB;
}
</style>