Shades of Twilight #E7B9D0
Tints of Twilight #E7B9D0
RGB
CMYK
RGB Variations
Color information
#E7B9D0 (or 0xE7B9D0) is known color: Twilight. HEX triplet: E7, B9 and D0. RGB value is (231,185,208). Sum of RGB (Red+Green+Blue) = 231+185+208=624 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.02% from 624); Green value is 185 (72.66% from 255 or 29.65% from 624); Blue value is 208 (81.64% from 255 or 33.33% from 624); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B9D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B9D0 is #18462F. Grayscale: #C9C9C9. Windows color (decimal): -1590832 or 13679079. OLE color: 13679079.
HSL color Cylindrical-coordinate representation of color #E7B9D0: hue angle of 330º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E7B9D0 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 185 | 208 | - |
CMYK | 0 | 0.20 | 0.10 | 0.09 |
HSL | 330º | 0.49% | 0.82% | - |
HSV(B) | 330º | 0.2% | 0.91% | - |
XYZ | 61.69 | 56.24 | 67.28 | - |
YUV | 201.38 | 131.74 | 149.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 185 | 208 | 0 | 0.20 | 0.10 | 0.09 | 330 | 0.49 | 0.82 |
Hex | E7 | B9 | D0 | 0 | 14 | A | 9 | 14A | 31 | 52 |
Octal | 347 | 271 | 320 | 0 | 24 | 12 | 11 | 512 | 61 | 122 |
Binary | 11100111 | 10111001 | 11010000 | 0 | 10100 | 1010 | 1001 | 101001010 | 110001 | 1010010 |
Color Harmonies of #E7B9D0
Complementary color
Monochromatic Colors of #E7B9D0
Black with #E7B9D0
Text Example
Text Example
White with #E7B9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B9D0; }
p { color: rgb(231,185,208); }
H1.HeaderClassName
{
color: #E7B9D0;
}
.AnyTagClassName
{
color: #E7B9D0;
}
</style>
background-color css
<style>
a { background-color: #E7B9D0; }
a { background-color: rgb(231,185,208); }
div.DivClassName
{
background-color: #E7B9D0;
}
.BgClassName
{
background-color: #E7B9D0;
}
</style>
border-color css
<style>
span { border-color: #E7B9D0; }
span { border-color: rgb(231,185,208); }
td.TdClassName
{
border-color: #E7B9D0;
}
.TagClassName
{
border-color: #E7B9D0;
}
</style>