#EABAD0

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

Shades of Twilight #EABAD0

Tints of Twilight #EABAD0

Color information

#EABAD0 (or 0xEABAD0) is unknown color: approx Twilight. HEX triplet: EA, BA and D0. RGB value is (234,186,208). Sum of RGB (Red+Green+Blue) = 234+186+208=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 208 (81.64% from 255 or 33.12% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EABAD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABAD0 is #15452F. Grayscale: #CACACA. Windows color (decimal): -1393968 or 13679338. OLE color: 13679338.

HSL color Cylindrical-coordinate representation of color #EABAD0: hue angle of 332.5º 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 #EABAD0 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB234186208-
CMYK00.210.110.08
HSL332.5º53.33%82.35%-
HSV(B)332.5º20.51%91.76%-
XYZ62.8857.1667.39-
YUV202.86130.9150.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.26%
GREEN value IS 186 (73.05% from 255) = 29.62%
BLUE value IS 208 (81.64% from 255) = 33.12%
R=37.26%
G=29.62%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418620800.210.110.08332.553.3382.35
HexEABAD0015B814c3552
Octal352272320025131051465122
Binary111010101011101011010000010101101110001010011001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABAD0; }

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

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

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

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

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

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

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

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