#E8BAD0

Color #E8BAD0 Twilight (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twilight #E8BAD0

Tints of Twilight #E8BAD0

Color information

#E8BAD0 (or 0xE8BAD0) is unknown color: approx Twilight. HEX triplet: E8, BA and D0. RGB value is (232,186,208). Sum of RGB (Red+Green+Blue) = 232+186+208=626 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.06% from 626); Green value is 186 (73.05% from 255 or 29.71% from 626); Blue value is 208 (81.64% from 255 or 33.23% from 626); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BAD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BAD0 is #17452F. Grayscale: #CACACA. Windows color (decimal): -1525040 or 13679336. OLE color: 13679336.

HSL color Cylindrical-coordinate representation of color #E8BAD0: hue angle of 331.3º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E8BAD0 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB232186208-
CMYK00.200.100.09
HSL331.3º50%81.96%-
HSV(B)331.3º19.83%90.98%-
XYZ62.2256.8367.36-
YUV202.26131.24149.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 232 (91.02% from 255) = 37.06%
GREEN value IS 186 (73.05% from 255) = 29.71%
BLUE value IS 208 (81.64% from 255) = 33.23%
R=37.06%
G=29.71%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218620800.200.100.09331.35081.96
HexE8BAD0014A914b3252
Octal350272320024121151362122
Binary111010001011101011010000010100101010011010010111100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BAD0; }

 p { color: rgb(232,186,208); }

 H1.HeaderClassName
 {
   color: #E8BAD0;
 }
 .AnyTagClassName
 {
   color: #E8BAD0;
 }
</style>
background-color css

<style>
 a { background-color: #E8BAD0; }

 a { background-color: rgb(232,186,208); }

 div.DivClassName
 {
   background-color: #E8BAD0;
 }
 .BgClassName
 {
   background-color: #E8BAD0;
 }
</style>
border-color css

<style>
 span { border-color: #E8BAD0; }

 span { border-color: rgb(232,186,208); }

 td.TdClassName
 {
   border-color: #E8BAD0;
 }
 .TagClassName
 {
   border-color: #E8BAD0;
 }
</style>