#EDAEED

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

Shades of Plum #EDAEED

Tints of Plum #EDAEED

Color information

#EDAEED (or 0xEDAEED) is unknown color: approx Plum. HEX triplet: ED, AE and ED. RGB value is (237,174,237). Sum of RGB (Red+Green+Blue) = 237+174+237=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 174 (68.36% from 255 or 26.85% from 648); Blue value is 237 (92.97% from 255 or 36.57% from 648); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDAEED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDAEED is #125112. Grayscale: #C7C7C7. Windows color (decimal): -1200403 or 15576813. OLE color: 15576813.

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

Color convert

RGB237174237-
CMYK00.2700.07
HSL300º63.64%80.59%-
HSV(B)300º26.58%92.94%-
XYZ65.3554.3987.18-
YUV200.02148.87154.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.57%
GREEN value IS 174 (68.36% from 255) = 26.85%
BLUE value IS 237 (92.97% from 255) = 36.57%
R=36.57%
G=26.85%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717423700.2700.0730063.6480.59
HexEDAEED01B0712c4051
Octal35525635503307454100121
Binary111011011010111011101101011011011110010110010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAEED; }

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

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

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

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

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

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

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

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