Shades of Twilight #E7BCD2
Tints of Twilight #E7BCD2
RGB
CMYK
RGB Variations
Color information
#E7BCD2 (or 0xE7BCD2) is known color: Twilight. HEX triplet: E7, BC and D2. RGB value is (231,188,210). Sum of RGB (Red+Green+Blue) = 231+188+210=629 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.72% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 210 (82.42% from 255 or 33.39% from 629); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BCD2 is #18432D. Grayscale: #CBCBCB. Windows color (decimal): -1590062 or 13810919. OLE color: 13810919.
HSL color Cylindrical-coordinate representation of color #E7BCD2: hue angle of 329.3º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7BCD2 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 188 | 210 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.09 |
| HSL | 329.3º | 0.47% | 0.82% | - |
| HSV(B) | 329.3º | 0.19% | 0.91% | - |
| XYZ | 62.57 | 57.61 | 68.79 | - |
| YUV | 203.37 | 131.75 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 188 | 210 | 0 | 0.19 | 0.09 | 0.09 | 329.3 | 0.47 | 0.82 |
| Hex | E7 | BC | D2 | 0 | 13 | 9 | 9 | 149 | 2F | 52 |
| Octal | 347 | 274 | 322 | 0 | 23 | 11 | 11 | 511 | 57 | 122 |
| Binary | 11100111 | 10111100 | 11010010 | 0 | 10011 | 1001 | 1001 | 101001001 | 101111 | 1010010 |
Color Harmonies of #E7BCD2
Complementary color
Monochromatic Colors of #E7BCD2
Black with #E7BCD2
Text Example
Text Example
White with #E7BCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BCD2; }
p { color: rgb(231,188,210); }
H1.HeaderClassName
{
color: #E7BCD2;
}
.AnyTagClassName
{
color: #E7BCD2;
}
</style>
background-color css
<style>
a { background-color: #E7BCD2; }
a { background-color: rgb(231,188,210); }
div.DivClassName
{
background-color: #E7BCD2;
}
.BgClassName
{
background-color: #E7BCD2;
}
</style>
border-color css
<style>
span { border-color: #E7BCD2; }
span { border-color: rgb(231,188,210); }
td.TdClassName
{
border-color: #E7BCD2;
}
.TagClassName
{
border-color: #E7BCD2;
}
</style>