Shades of Twilight #E4BAD2
Tints of Twilight #E4BAD2
RGB
CMYK
RGB Variations
Color information
#E4BAD2 (or 0xE4BAD2) is known color: Twilight. HEX triplet: E4, BA and D2. RGB value is (228,186,210). Sum of RGB (Red+Green+Blue) = 228+186+210=624 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.54% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 210 (82.42% from 255 or 33.65% from 624); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BAD2 is #1B452D. Grayscale: #C9C9C9. Windows color (decimal): -1787182 or 13810404. OLE color: 13810404.
HSL color Cylindrical-coordinate representation of color #E4BAD2: hue angle of 325.71º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E4BAD2 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 186 | 210 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.11 |
| HSL | 325.71º | 0.44% | 0.81% | - |
| HSV(B) | 325.71º | 0.18% | 0.89% | - |
| XYZ | 61.19 | 56.26 | 68.61 | - |
| YUV | 201.29 | 132.91 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 186 | 210 | 0 | 0.18 | 0.08 | 0.11 | 325.71 | 0.44 | 0.81 |
| Hex | E4 | BA | D2 | 0 | 12 | 8 | B | 146 | 2C | 51 |
| Octal | 344 | 272 | 322 | 0 | 22 | 10 | 13 | 506 | 54 | 121 |
| Binary | 11100100 | 10111010 | 11010010 | 0 | 10010 | 1000 | 1011 | 101000110 | 101100 | 1010001 |
Color Harmonies of #E4BAD2
Complementary color
Monochromatic Colors of #E4BAD2
Black with #E4BAD2
Text Example
Text Example
White with #E4BAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BAD2; }
p { color: rgb(228,186,210); }
H1.HeaderClassName
{
color: #E4BAD2;
}
.AnyTagClassName
{
color: #E4BAD2;
}
</style>
background-color css
<style>
a { background-color: #E4BAD2; }
a { background-color: rgb(228,186,210); }
div.DivClassName
{
background-color: #E4BAD2;
}
.BgClassName
{
background-color: #E4BAD2;
}
</style>
border-color css
<style>
span { border-color: #E4BAD2; }
span { border-color: rgb(228,186,210); }
td.TdClassName
{
border-color: #E4BAD2;
}
.TagClassName
{
border-color: #E4BAD2;
}
</style>