#EABAD5

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

Shades of Twilight #EABAD5

Tints of Twilight #EABAD5

Color information

#EABAD5 (or 0xEABAD5) is unknown color: approx Twilight. HEX triplet: EA, BA and D5. RGB value is (234,186,213). Sum of RGB (Red+Green+Blue) = 234+186+213=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 213 (83.59% from 255 or 33.65% from 633); Max value from RGB is 234 - color contains mainly: red. Hex color #EABAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABAD5 is #15452A. Grayscale: #CBCBCB. Windows color (decimal): -1393963 or 14007018. OLE color: 14007018.

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

Color convert

RGB234186213-
CMYK00.210.090.08
HSL326.25º53.33%82.35%-
HSV(B)326.25º20.51%91.76%-
XYZ63.557.4170.69-
YUV203.43133.4149.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.97%
GREEN value IS 186 (73.05% from 255) = 29.38%
BLUE value IS 213 (83.59% from 255) = 33.65%
R=36.97%
G=29.38%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418621300.210.090.08326.2553.3382.35
HexEABAD5015981463552
Octal352272325025111050665122
Binary111010101011101011010101010101100110001010001101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABAD5; }

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

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

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

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

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

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

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

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