Shades of Twilight #E2BDD0
Tints of Twilight #E2BDD0
RGB
CMYK
RGB Variations
Color information
#E2BDD0 (or 0xE2BDD0) is known color: Twilight. HEX triplet: E2, BD and D0. RGB value is (226,189,208). Sum of RGB (Red+Green+Blue) = 226+189+208=623 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.28% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 208 (81.64% from 255 or 33.39% from 623); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BDD0 is #1D422F. Grayscale: #CACACA. Windows color (decimal): -1917488 or 13680098. OLE color: 13680098.
HSL color Cylindrical-coordinate representation of color #E2BDD0: hue angle of 329.19º 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 #E2BDD0 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 189 | 208 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.11 |
| HSL | 329.19º | 0.39% | 0.81% | - |
| HSV(B) | 329.19º | 0.16% | 0.89% | - |
| XYZ | 60.95 | 57.12 | 67.49 | - |
| YUV | 202.23 | 131.26 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 189 | 208 | 0 | 0.16 | 0.08 | 0.11 | 329.19 | 0.39 | 0.81 |
| Hex | E2 | BD | D0 | 0 | 10 | 8 | B | 149 | 27 | 51 |
| Octal | 342 | 275 | 320 | 0 | 20 | 10 | 13 | 511 | 47 | 121 |
| Binary | 11100010 | 10111101 | 11010000 | 0 | 10000 | 1000 | 1011 | 101001001 | 100111 | 1010001 |
Color Harmonies of #E2BDD0
Complementary color
Monochromatic Colors of #E2BDD0
Black with #E2BDD0
Text Example
Text Example
White with #E2BDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BDD0; }
p { color: rgb(226,189,208); }
H1.HeaderClassName
{
color: #E2BDD0;
}
.AnyTagClassName
{
color: #E2BDD0;
}
</style>
background-color css
<style>
a { background-color: #E2BDD0; }
a { background-color: rgb(226,189,208); }
div.DivClassName
{
background-color: #E2BDD0;
}
.BgClassName
{
background-color: #E2BDD0;
}
</style>
border-color css
<style>
span { border-color: #E2BDD0; }
span { border-color: rgb(226,189,208); }
td.TdClassName
{
border-color: #E2BDD0;
}
.TagClassName
{
border-color: #E2BDD0;
}
</style>