#EABAD7

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

Shades of Twilight #EABAD7

Tints of Twilight #EABAD7

Color information

#EABAD7 (or 0xEABAD7) is unknown color: approx Twilight. HEX triplet: EA, BA and D7. RGB value is (234,186,215). Sum of RGB (Red+Green+Blue) = 234+186+215=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 186 (73.05% from 255 or 29.29% from 635); Blue value is 215 (84.38% from 255 or 33.86% from 635); Max value from RGB is 234 - color contains mainly: red. Hex color #EABAD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABAD7 is #154528. Grayscale: #CBCBCB. Windows color (decimal): -1393961 or 14138090. OLE color: 14138090.

HSL color Cylindrical-coordinate representation of color #EABAD7: hue angle of 323.75º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EABAD7 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB234186215-
CMYK00.210.080.08
HSL323.75º53.33%82.35%-
HSV(B)323.75º20.51%91.76%-
XYZ63.7657.5272.03-
YUV203.66134.4149.64-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.85%
GREEN value IS 186 (73.05% from 255) = 29.29%
BLUE value IS 215 (84.38% from 255) = 33.86%
R=36.85%
G=29.29%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418621500.210.080.08323.7553.3382.35
HexEABAD7015881443552
Octal352272327025101050465122
Binary111010101011101011010111010101100010001010001001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABAD7; }

 p { color: rgb(234,186,215); }

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

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

 a { background-color: rgb(234,186,215); }

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

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

 span { border-color: rgb(234,186,215); }

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