Shades of Twilight #E7BDD4
Tints of Twilight #E7BDD4
RGB
CMYK
RGB Variations
Color information
#E7BDD4 (or 0xE7BDD4) is known color: Twilight. HEX triplet: E7, BD and D4. RGB value is (231,189,212). Sum of RGB (Red+Green+Blue) = 231+189+212=632 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.55% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 212 (83.20% from 255 or 33.54% from 632); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BDD4 is #18422B. Grayscale: #CCCCCC. Windows color (decimal): -1589804 or 13942247. OLE color: 13942247.
HSL color Cylindrical-coordinate representation of color #E7BDD4: hue angle of 327.14º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E7BDD4 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 189 | 212 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.09 |
| HSL | 327.14º | 0.47% | 0.82% | - |
| HSV(B) | 327.14º | 0.18% | 0.91% | - |
| XYZ | 63.04 | 58.14 | 70.19 | - |
| YUV | 204.18 | 132.41 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 189 | 212 | 0 | 0.18 | 0.08 | 0.09 | 327.14 | 0.47 | 0.82 |
| Hex | E7 | BD | D4 | 0 | 12 | 8 | 9 | 147 | 2F | 52 |
| Octal | 347 | 275 | 324 | 0 | 22 | 10 | 11 | 507 | 57 | 122 |
| Binary | 11100111 | 10111101 | 11010100 | 0 | 10010 | 1000 | 1001 | 101000111 | 101111 | 1010010 |
Color Harmonies of #E7BDD4
Complementary color
Monochromatic Colors of #E7BDD4
Black with #E7BDD4
Text Example
Text Example
White with #E7BDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BDD4; }
p { color: rgb(231,189,212); }
H1.HeaderClassName
{
color: #E7BDD4;
}
.AnyTagClassName
{
color: #E7BDD4;
}
</style>
background-color css
<style>
a { background-color: #E7BDD4; }
a { background-color: rgb(231,189,212); }
div.DivClassName
{
background-color: #E7BDD4;
}
.BgClassName
{
background-color: #E7BDD4;
}
</style>
border-color css
<style>
span { border-color: #E7BDD4; }
span { border-color: rgb(231,189,212); }
td.TdClassName
{
border-color: #E7BDD4;
}
.TagClassName
{
border-color: #E7BDD4;
}
</style>