Shades of Twilight #E7BDD3
Tints of Twilight #E7BDD3
RGB
CMYK
RGB Variations
Color information
#E7BDD3 (or 0xE7BDD3) is known color: Twilight. HEX triplet: E7, BD and D3. RGB value is (231,189,211). Sum of RGB (Red+Green+Blue) = 231+189+211=631 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.61% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 211 (82.81% from 255 or 33.44% from 631); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BDD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BDD3 is #18422C. Grayscale: #CCCCCC. Windows color (decimal): -1589805 or 13876711. OLE color: 13876711.
HSL color Cylindrical-coordinate representation of color #E7BDD3: hue angle of 328.57º 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 #E7BDD3 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 189 | 211 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.09 |
| HSL | 328.57º | 0.47% | 0.82% | - |
| HSV(B) | 328.57º | 0.18% | 0.91% | - |
| XYZ | 62.91 | 58.09 | 69.52 | - |
| YUV | 204.07 | 131.91 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 189 | 211 | 0 | 0.18 | 0.09 | 0.09 | 328.57 | 0.47 | 0.82 |
| Hex | E7 | BD | D3 | 0 | 12 | 9 | 9 | 149 | 2F | 52 |
| Octal | 347 | 275 | 323 | 0 | 22 | 11 | 11 | 511 | 57 | 122 |
| Binary | 11100111 | 10111101 | 11010011 | 0 | 10010 | 1001 | 1001 | 101001001 | 101111 | 1010010 |
Color Harmonies of #E7BDD3
Complementary color
Monochromatic Colors of #E7BDD3
Black with #E7BDD3
Text Example
Text Example
White with #E7BDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BDD3; }
p { color: rgb(231,189,211); }
H1.HeaderClassName
{
color: #E7BDD3;
}
.AnyTagClassName
{
color: #E7BDD3;
}
</style>
background-color css
<style>
a { background-color: #E7BDD3; }
a { background-color: rgb(231,189,211); }
div.DivClassName
{
background-color: #E7BDD3;
}
.BgClassName
{
background-color: #E7BDD3;
}
</style>
border-color css
<style>
span { border-color: #E7BDD3; }
span { border-color: rgb(231,189,211); }
td.TdClassName
{
border-color: #E7BDD3;
}
.TagClassName
{
border-color: #E7BDD3;
}
</style>