#EDAEEE

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

Shades of Plum #EDAEEE

Tints of Plum #EDAEEE

Color information

#EDAEEE (or 0xEDAEEE) is unknown color: approx Plum. HEX triplet: ED, AE and EE. RGB value is (237,174,238). Sum of RGB (Red+Green+Blue) = 237+174+238=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 174 (68.36% from 255 or 26.81% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDAEEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDAEEE is #125111. Grayscale: #C7C7C7. Windows color (decimal): -1200402 or 15642349. OLE color: 15642349.

HSL color Cylindrical-coordinate representation of color #EDAEEE: hue angle of 299.06º degrees, saturation: 0.65, 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 #EDAEEE is Cyan = 0.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB237174238-
CMYK0.000.2700.07
HSL299.06º65.31%80.78%-
HSV(B)299.06º26.89%93.33%-
XYZ65.4954.4587.95-
YUV200.13149.37154.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.52%
GREEN value IS 174 (68.36% from 255) = 26.81%
BLUE value IS 238 (93.36% from 255) = 36.67%
R=36.52%
G=26.81%
B=36.67%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371742380.000.2700.07299.0665.3180.78
HexEDAEEE01B0712b4151
Octal35525635603307453101121
Binary111011011010111011101110011011011110010101110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAEEE; }

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

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

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

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

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

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

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

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