#EABCED

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

Shades of Thistle #EABCED

Tints of Thistle #EABCED

Color information

#EABCED (or 0xEABCED) is unknown color: approx Thistle. HEX triplet: EA, BC and ED. RGB value is (234,188,237). Sum of RGB (Red+Green+Blue) = 234+188+237=659 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.51% from 659); Green value is 188 (73.83% from 255 or 28.53% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 237 - color contains mainly: blue. Hex color #EABCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABCED is #154312. Grayscale: #CFCFCF. Windows color (decimal): -1393427 or 15580394. OLE color: 15580394.

HSL color Cylindrical-coordinate representation of color #EABCED: hue angle of 296.33º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EABCED is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234188237-
CMYK0.010.2100.07
HSL296.33º57.65%83.33%-
HSV(B)296.33º20.68%92.94%-
XYZ67.259.5788.08-
YUV207.34144.74147.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.51%
GREEN value IS 188 (73.83% from 255) = 28.53%
BLUE value IS 237 (92.97% from 255) = 35.96%
R=35.51%
G=28.53%
B=35.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341882370.010.2100.07296.3357.6583.33
HexEABCED115071283a53
Octal3522743551250745072123
Binary11101010101111001110110111010101111001010001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABCED; }

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

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

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

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

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

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

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

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