Shades of Twilight #E6BAD1
Tints of Twilight #E6BAD1
RGB
CMYK
RGB Variations
Color information
#E6BAD1 (or 0xE6BAD1) is known color: Twilight. HEX triplet: E6, BA and D1. RGB value is (230,186,209). Sum of RGB (Red+Green+Blue) = 230+186+209=625 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.8% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 209 (82.03% from 255 or 33.44% from 625); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BAD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BAD1 is #19452E. Grayscale: #C9C9C9. Windows color (decimal): -1656111 or 13744870. OLE color: 13744870.
HSL color Cylindrical-coordinate representation of color #E6BAD1: hue angle of 328.64º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6BAD1 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 186 | 209 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.10 |
| HSL | 328.64º | 0.47% | 0.82% | - |
| HSV(B) | 328.64º | 0.19% | 0.9% | - |
| XYZ | 61.7 | 56.54 | 67.98 | - |
| YUV | 201.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 186 | 209 | 0 | 0.19 | 0.09 | 0.10 | 328.64 | 0.47 | 0.82 |
| Hex | E6 | BA | D1 | 0 | 13 | 9 | A | 149 | 2F | 52 |
| Octal | 346 | 272 | 321 | 0 | 23 | 11 | 12 | 511 | 57 | 122 |
| Binary | 11100110 | 10111010 | 11010001 | 0 | 10011 | 1001 | 1010 | 101001001 | 101111 | 1010010 |
Color Harmonies of #E6BAD1
Complementary color
Monochromatic Colors of #E6BAD1
Black with #E6BAD1
Text Example
Text Example
White with #E6BAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BAD1; }
p { color: rgb(230,186,209); }
H1.HeaderClassName
{
color: #E6BAD1;
}
.AnyTagClassName
{
color: #E6BAD1;
}
</style>
background-color css
<style>
a { background-color: #E6BAD1; }
a { background-color: rgb(230,186,209); }
div.DivClassName
{
background-color: #E6BAD1;
}
.BgClassName
{
background-color: #E6BAD1;
}
</style>
border-color css
<style>
span { border-color: #E6BAD1; }
span { border-color: rgb(230,186,209); }
td.TdClassName
{
border-color: #E6BAD1;
}
.TagClassName
{
border-color: #E6BAD1;
}
</style>