Shades of Twilight #E2B9CC
Tints of Twilight #E2B9CC
RGB
CMYK
RGB Variations
Color information
#E2B9CC (or 0xE2B9CC) is known color: Twilight. HEX triplet: E2, B9 and CC. RGB value is (226,185,204). Sum of RGB (Red+Green+Blue) = 226+185+204=615 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.75% from 615); Green value is 185 (72.66% from 255 or 30.08% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2B9CC is #1D4633. Grayscale: #C7C7C7. Windows color (decimal): -1918516 or 13416930. OLE color: 13416930.
HSL color Cylindrical-coordinate representation of color #E2B9CC: hue angle of 332.2º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2B9CC is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 185 | 204 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.11 |
| HSL | 332.2º | 0.41% | 0.81% | - |
| HSV(B) | 332.2º | 0.18% | 0.89% | - |
| XYZ | 59.61 | 55.23 | 64.64 | - |
| YUV | 199.43 | 130.58 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 185 | 204 | 0 | 0.18 | 0.10 | 0.11 | 332.2 | 0.41 | 0.81 |
| Hex | E2 | B9 | CC | 0 | 12 | A | B | 14C | 29 | 51 |
| Octal | 342 | 271 | 314 | 0 | 22 | 12 | 13 | 514 | 51 | 121 |
| Binary | 11100010 | 10111001 | 11001100 | 0 | 10010 | 1010 | 1011 | 101001100 | 101001 | 1010001 |
Color Harmonies of #E2B9CC
Complementary color
Monochromatic Colors of #E2B9CC
Black with #E2B9CC
Text Example
Text Example
White with #E2B9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B9CC; }
p { color: rgb(226,185,204); }
H1.HeaderClassName
{
color: #E2B9CC;
}
.AnyTagClassName
{
color: #E2B9CC;
}
</style>
background-color css
<style>
a { background-color: #E2B9CC; }
a { background-color: rgb(226,185,204); }
div.DivClassName
{
background-color: #E2B9CC;
}
.BgClassName
{
background-color: #E2B9CC;
}
</style>
border-color css
<style>
span { border-color: #E2B9CC; }
span { border-color: rgb(226,185,204); }
td.TdClassName
{
border-color: #E2B9CC;
}
.TagClassName
{
border-color: #E2B9CC;
}
</style>