Shades of Twilight #E6BAD4
Tints of Twilight #E6BAD4
RGB
CMYK
RGB Variations
Color information
#E6BAD4 (or 0xE6BAD4) is known color: Twilight. HEX triplet: E6, BA and D4. RGB value is (230,186,212). Sum of RGB (Red+Green+Blue) = 230+186+212=628 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.62% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 212 (83.20% from 255 or 33.76% from 628); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BAD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BAD4 is #19452B. Grayscale: #CACACA. Windows color (decimal): -1656108 or 13941478. OLE color: 13941478.
HSL color Cylindrical-coordinate representation of color #E6BAD4: hue angle of 324.55º 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 #E6BAD4 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 186 | 212 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.10 |
| HSL | 324.55º | 0.47% | 0.82% | - |
| HSV(B) | 324.55º | 0.19% | 0.9% | - |
| XYZ | 62.08 | 56.69 | 69.96 | - |
| YUV | 202.12 | 133.58 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 186 | 212 | 0 | 0.19 | 0.08 | 0.10 | 324.55 | 0.47 | 0.82 |
| Hex | E6 | BA | D4 | 0 | 13 | 8 | A | 145 | 2F | 52 |
| Octal | 346 | 272 | 324 | 0 | 23 | 10 | 12 | 505 | 57 | 122 |
| Binary | 11100110 | 10111010 | 11010100 | 0 | 10011 | 1000 | 1010 | 101000101 | 101111 | 1010010 |
Color Harmonies of #E6BAD4
Complementary color
Monochromatic Colors of #E6BAD4
Black with #E6BAD4
Text Example
Text Example
White with #E6BAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BAD4; }
p { color: rgb(230,186,212); }
H1.HeaderClassName
{
color: #E6BAD4;
}
.AnyTagClassName
{
color: #E6BAD4;
}
</style>
background-color css
<style>
a { background-color: #E6BAD4; }
a { background-color: rgb(230,186,212); }
div.DivClassName
{
background-color: #E6BAD4;
}
.BgClassName
{
background-color: #E6BAD4;
}
</style>
border-color css
<style>
span { border-color: #E6BAD4; }
span { border-color: rgb(230,186,212); }
td.TdClassName
{
border-color: #E6BAD4;
}
.TagClassName
{
border-color: #E6BAD4;
}
</style>