#EDAEEC

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

Shades of Plum #EDAEEC

Tints of Plum #EDAEEC

Color information

#EDAEEC (or 0xEDAEEC) is unknown color: approx Plum. HEX triplet: ED, AE and EC. RGB value is (237,174,236). Sum of RGB (Red+Green+Blue) = 237+174+236=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 174 (68.36% from 255 or 26.89% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDAEEC is #125113. Grayscale: #C7C7C7. Windows color (decimal): -1200404 or 15511277. OLE color: 15511277.

HSL color Cylindrical-coordinate representation of color #EDAEEC: hue angle of 300.95º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDAEEC is Cyan = 0, Magento = 0.27, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB237174236-
CMYK00.270.000.07
HSL300.95º63.64%80.59%-
HSV(B)300.95º26.58%92.94%-
XYZ65.254.3386.41-
YUV199.9148.37154.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.63%
GREEN value IS 174 (68.36% from 255) = 26.89%
BLUE value IS 236 (92.58% from 255) = 36.48%
R=36.63%
G=26.89%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717423600.270.000.07300.9563.6480.59
HexEDAEEC01B0712d4051
Octal35525635403307455100121
Binary111011011010111011101100011011011110010110110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAEEC; }

 p { color: rgb(237,174,236); }

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

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

 a { background-color: rgb(237,174,236); }

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

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

 span { border-color: rgb(237,174,236); }

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