#EBADF0

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

Shades of Plum #EBADF0

Tints of Plum #EBADF0

Color information

#EBADF0 (or 0xEBADF0) is unknown color: approx Plum. HEX triplet: EB, AD and F0. RGB value is (235,173,240). Sum of RGB (Red+Green+Blue) = 235+173+240=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 173 (67.97% from 255 or 26.70% from 648); Blue value is 240 (94.14% from 255 or 37.04% from 648); Max value from RGB is 240 - color contains mainly: blue. Hex color #EBADF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBADF0 is #14520F. Grayscale: #C6C6C6. Windows color (decimal): -1331728 or 15773163. OLE color: 15773163.

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

Color convert

RGB235173240-
CMYK0.020.2800.06
HSL295.52º69.07%80.98%-
HSV(B)295.52º27.92%94.12%-
XYZ64.9353.8489.41-
YUV199.18151.04153.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.27%
GREEN value IS 173 (67.97% from 255) = 26.70%
BLUE value IS 240 (94.14% from 255) = 37.04%
R=36.27%
G=26.70%
B=37.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2351732400.020.2800.06295.5269.0780.98
HexEBADF021C061284551
Octal35325536023406450105121
Binary1110101110101101111100001011100011010010100010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBADF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBADF0; }

 p { color: rgb(235,173,240); }

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

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

 a { background-color: rgb(235,173,240); }

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

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

 span { border-color: rgb(235,173,240); }

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