Shades of Twilight #E1B8CB
Tints of Twilight #E1B8CB
RGB
CMYK
RGB Variations
Color information
#E1B8CB (or 0xE1B8CB) is known color: Twilight. HEX triplet: E1, B8 and CB. RGB value is (225,184,203). Sum of RGB (Red+Green+Blue) = 225+184+203=612 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.76% from 612); Green value is 184 (72.27% from 255 or 30.07% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B8CB is #1E4734. Grayscale: #C6C6C6. Windows color (decimal): -1984309 or 13351137. OLE color: 13351137.
HSL color Cylindrical-coordinate representation of color #E1B8CB: hue angle of 332.2º degrees, saturation: 0.41, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E1B8CB is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 184 | 203 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.12 |
| HSL | 332.2º | 0.41% | 0.8% | - |
| HSV(B) | 332.2º | 0.18% | 0.88% | - |
| XYZ | 58.97 | 54.6 | 63.93 | - |
| YUV | 198.43 | 130.58 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 184 | 203 | 0 | 0.18 | 0.10 | 0.12 | 332.2 | 0.41 | 0.8 |
| Hex | E1 | B8 | CB | 0 | 12 | A | C | 14C | 29 | 50 |
| Octal | 341 | 270 | 313 | 0 | 22 | 12 | 14 | 514 | 51 | 120 |
| Binary | 11100001 | 10111000 | 11001011 | 0 | 10010 | 1010 | 1100 | 101001100 | 101001 | 1010000 |
Color Harmonies of #E1B8CB
Complementary color
Monochromatic Colors of #E1B8CB
Black with #E1B8CB
Text Example
Text Example
White with #E1B8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B8CB; }
p { color: rgb(225,184,203); }
H1.HeaderClassName
{
color: #E1B8CB;
}
.AnyTagClassName
{
color: #E1B8CB;
}
</style>
background-color css
<style>
a { background-color: #E1B8CB; }
a { background-color: rgb(225,184,203); }
div.DivClassName
{
background-color: #E1B8CB;
}
.BgClassName
{
background-color: #E1B8CB;
}
</style>
border-color css
<style>
span { border-color: #E1B8CB; }
span { border-color: rgb(225,184,203); }
td.TdClassName
{
border-color: #E1B8CB;
}
.TagClassName
{
border-color: #E1B8CB;
}
</style>