Shades of Twilight #E6BAD0
Tints of Twilight #E6BAD0
RGB
CMYK
RGB Variations
Color information
#E6BAD0 (or 0xE6BAD0) is known color: Twilight. HEX triplet: E6, BA and D0. RGB value is (230,186,208). Sum of RGB (Red+Green+Blue) = 230+186+208=624 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.86% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 208 (81.64% from 255 or 33.33% from 624); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BAD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BAD0 is #19452F. Grayscale: #C9C9C9. Windows color (decimal): -1656112 or 13679334. OLE color: 13679334.
HSL color Cylindrical-coordinate representation of color #E6BAD0: hue angle of 330º 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 #E6BAD0 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 186 | 208 | - |
CMYK | 0 | 0.19 | 0.10 | 0.10 |
HSL | 330º | 0.47% | 0.82% | - |
HSV(B) | 330º | 0.19% | 0.9% | - |
XYZ | 61.58 | 56.49 | 67.33 | - |
YUV | 201.66 | 131.58 | 148.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 186 | 208 | 0 | 0.19 | 0.10 | 0.10 | 330 | 0.47 | 0.82 |
Hex | E6 | BA | D0 | 0 | 13 | A | A | 14A | 2F | 52 |
Octal | 346 | 272 | 320 | 0 | 23 | 12 | 12 | 512 | 57 | 122 |
Binary | 11100110 | 10111010 | 11010000 | 0 | 10011 | 1010 | 1010 | 101001010 | 101111 | 1010010 |
Color Harmonies of #E6BAD0
Complementary color
Monochromatic Colors of #E6BAD0
Black with #E6BAD0
Text Example
Text Example
White with #E6BAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BAD0; }
p { color: rgb(230,186,208); }
H1.HeaderClassName
{
color: #E6BAD0;
}
.AnyTagClassName
{
color: #E6BAD0;
}
</style>
background-color css
<style>
a { background-color: #E6BAD0; }
a { background-color: rgb(230,186,208); }
div.DivClassName
{
background-color: #E6BAD0;
}
.BgClassName
{
background-color: #E6BAD0;
}
</style>
border-color css
<style>
span { border-color: #E6BAD0; }
span { border-color: rgb(230,186,208); }
td.TdClassName
{
border-color: #E6BAD0;
}
.TagClassName
{
border-color: #E6BAD0;
}
</style>