Shades of Twilight #E2BDD1
Tints of Twilight #E2BDD1
RGB
CMYK
RGB Variations
Color information
#E2BDD1 (or 0xE2BDD1) is known color: Twilight. HEX triplet: E2, BD and D1. RGB value is (226,189,209). Sum of RGB (Red+Green+Blue) = 226+189+209=624 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.22% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 209 (82.03% from 255 or 33.49% from 624); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BDD1 is #1D422E. Grayscale: #CACACA. Windows color (decimal): -1917487 or 13745634. OLE color: 13745634.
HSL color Cylindrical-coordinate representation of color #E2BDD1: hue angle of 327.57º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2BDD1 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 189 | 209 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.11 |
| HSL | 327.57º | 0.39% | 0.81% | - |
| HSV(B) | 327.57º | 0.16% | 0.89% | - |
| XYZ | 61.07 | 57.17 | 68.14 | - |
| YUV | 202.34 | 131.76 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 189 | 209 | 0 | 0.16 | 0.08 | 0.11 | 327.57 | 0.39 | 0.81 |
| Hex | E2 | BD | D1 | 0 | 10 | 8 | B | 148 | 27 | 51 |
| Octal | 342 | 275 | 321 | 0 | 20 | 10 | 13 | 510 | 47 | 121 |
| Binary | 11100010 | 10111101 | 11010001 | 0 | 10000 | 1000 | 1011 | 101001000 | 100111 | 1010001 |
Color Harmonies of #E2BDD1
Complementary color
Monochromatic Colors of #E2BDD1
Black with #E2BDD1
Text Example
Text Example
White with #E2BDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BDD1; }
p { color: rgb(226,189,209); }
H1.HeaderClassName
{
color: #E2BDD1;
}
.AnyTagClassName
{
color: #E2BDD1;
}
</style>
background-color css
<style>
a { background-color: #E2BDD1; }
a { background-color: rgb(226,189,209); }
div.DivClassName
{
background-color: #E2BDD1;
}
.BgClassName
{
background-color: #E2BDD1;
}
</style>
border-color css
<style>
span { border-color: #E2BDD1; }
span { border-color: rgb(226,189,209); }
td.TdClassName
{
border-color: #E2BDD1;
}
.TagClassName
{
border-color: #E2BDD1;
}
</style>