Shades of Twilight #E7BCD0
Tints of Twilight #E7BCD0
RGB
CMYK
RGB Variations
Color information
#E7BCD0 (or 0xE7BCD0) is known color: Twilight. HEX triplet: E7, BC and D0. RGB value is (231,188,208). Sum of RGB (Red+Green+Blue) = 231+188+208=627 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.84% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 208 (81.64% from 255 or 33.17% from 627); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BCD0 is #18432F. Grayscale: #CBCBCB. Windows color (decimal): -1590064 or 13679847. OLE color: 13679847.
HSL color Cylindrical-coordinate representation of color #E7BCD0: hue angle of 332.09º 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 #E7BCD0 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 188 | 208 | - |
CMYK | 0 | 0.19 | 0.10 | 0.09 |
HSL | 332.09º | 0.47% | 0.82% | - |
HSV(B) | 332.09º | 0.19% | 0.91% | - |
XYZ | 62.32 | 57.51 | 67.49 | - |
YUV | 203.14 | 130.75 | 147.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 188 | 208 | 0 | 0.19 | 0.10 | 0.09 | 332.09 | 0.47 | 0.82 |
Hex | E7 | BC | D0 | 0 | 13 | A | 9 | 14C | 2F | 52 |
Octal | 347 | 274 | 320 | 0 | 23 | 12 | 11 | 514 | 57 | 122 |
Binary | 11100111 | 10111100 | 11010000 | 0 | 10011 | 1010 | 1001 | 101001100 | 101111 | 1010010 |
Color Harmonies of #E7BCD0
Complementary color
Monochromatic Colors of #E7BCD0
Black with #E7BCD0
Text Example
Text Example
White with #E7BCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BCD0; }
p { color: rgb(231,188,208); }
H1.HeaderClassName
{
color: #E7BCD0;
}
.AnyTagClassName
{
color: #E7BCD0;
}
</style>
background-color css
<style>
a { background-color: #E7BCD0; }
a { background-color: rgb(231,188,208); }
div.DivClassName
{
background-color: #E7BCD0;
}
.BgClassName
{
background-color: #E7BCD0;
}
</style>
border-color css
<style>
span { border-color: #E7BCD0; }
span { border-color: rgb(231,188,208); }
td.TdClassName
{
border-color: #E7BCD0;
}
.TagClassName
{
border-color: #E7BCD0;
}
</style>