Shades of Twilight #E6BED7
Tints of Twilight #E6BED7
RGB
CMYK
RGB Variations
Color information
#E6BED7 (or 0xE6BED7) is known color: Twilight. HEX triplet: E6, BE and D7. RGB value is (230,190,215). Sum of RGB (Red+Green+Blue) = 230+190+215=635 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.22% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 215 (84.38% from 255 or 33.86% from 635); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BED7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BED7 is #194128. Grayscale: #CCCCCC. Windows color (decimal): -1655081 or 14139110. OLE color: 14139110.
HSL color Cylindrical-coordinate representation of color #E6BED7: hue angle of 322.5º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6BED7 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 190 | 215 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.10 |
| HSL | 322.5º | 0.44% | 0.82% | - |
| HSV(B) | 322.5º | 0.17% | 0.9% | - |
| XYZ | 63.31 | 58.56 | 72.26 | - |
| YUV | 204.81 | 133.75 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 190 | 215 | 0 | 0.17 | 0.07 | 0.10 | 322.5 | 0.44 | 0.82 |
| Hex | E6 | BE | D7 | 0 | 11 | 7 | A | 142 | 2C | 52 |
| Octal | 346 | 276 | 327 | 0 | 21 | 7 | 12 | 502 | 54 | 122 |
| Binary | 11100110 | 10111110 | 11010111 | 0 | 10001 | 111 | 1010 | 101000010 | 101100 | 1010010 |
Color Harmonies of #E6BED7
Complementary color
Monochromatic Colors of #E6BED7
Black with #E6BED7
Text Example
Text Example
White with #E6BED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BED7; }
p { color: rgb(230,190,215); }
H1.HeaderClassName
{
color: #E6BED7;
}
.AnyTagClassName
{
color: #E6BED7;
}
</style>
background-color css
<style>
a { background-color: #E6BED7; }
a { background-color: rgb(230,190,215); }
div.DivClassName
{
background-color: #E6BED7;
}
.BgClassName
{
background-color: #E6BED7;
}
</style>
border-color css
<style>
span { border-color: #E6BED7; }
span { border-color: rgb(230,190,215); }
td.TdClassName
{
border-color: #E6BED7;
}
.TagClassName
{
border-color: #E6BED7;
}
</style>