#EABCD2

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

Shades of Twilight #EABCD2

Tints of Twilight #EABCD2

Color information

#EABCD2 (or 0xEABCD2) is unknown color: approx Twilight. HEX triplet: EA, BC and D2. RGB value is (234,188,210). Sum of RGB (Red+Green+Blue) = 234+188+210=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 188 (73.83% from 255 or 29.75% from 632); Blue value is 210 (82.42% from 255 or 33.23% from 632); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCD2 is #15432D. Grayscale: #CCCCCC. Windows color (decimal): -1393454 or 13810922. OLE color: 13810922.

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

Color convert

RGB234188210-
CMYK00.200.100.08
HSL331.3º52.27%82.75%-
HSV(B)331.3º19.66%91.76%-
XYZ63.5558.1168.84-
YUV204.26131.24149.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.03%
GREEN value IS 188 (73.83% from 255) = 29.75%
BLUE value IS 210 (82.42% from 255) = 33.23%
R=37.03%
G=29.75%
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.08
SystemRedGreenBlueCMYKHSL
Decimal23418821000.200.100.08331.352.2782.75
HexEABCD2014A814b3453
Octal352274322024121051364123
Binary111010101011110011010010010100101010001010010111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABCD2; }

 p { color: rgb(234,188,210); }

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

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

 a { background-color: rgb(234,188,210); }

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

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

 span { border-color: rgb(234,188,210); }

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