#EABAEF

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

Shades of Thistle #EABAEF

Tints of Thistle #EABAEF

Color information

#EABAEF (or 0xEABAEF) is unknown color: approx Thistle. HEX triplet: EA, BA and EF. RGB value is (234,186,239). Sum of RGB (Red+Green+Blue) = 234+186+239=659 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.51% from 659); Green value is 186 (73.05% from 255 or 28.22% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 239 - color contains mainly: blue. Hex color #EABAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABAEF is #154510. Grayscale: #CECECE. Windows color (decimal): -1393937 or 15710954. OLE color: 15710954.

HSL color Cylindrical-coordinate representation of color #EABAEF: hue angle of 294.34º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EABAEF is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB234186239-
CMYK0.020.2200.06
HSL294.34º62.35%83.33%-
HSV(B)294.34º22.18%93.73%-
XYZ67.0758.8489.48-
YUV206.39146.4147.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.51%
GREEN value IS 186 (73.05% from 255) = 28.22%
BLUE value IS 239 (93.75% from 255) = 36.27%
R=35.51%
G=28.22%
B=36.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2341862390.020.2200.06294.3462.3583.33
HexEABAEF216061263e53
Octal3522723572260644676123
Binary111010101011101011101111101011001101001001101111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABAEF; }

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

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

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

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

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

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

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

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