Html Css Color HEX #EDAEEC Plum

📋 copy color: '#EDAEEC'

red 237 ◦ green 174 ◦ blue 236

#EDAEEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plum #EDAEEC

Tints of Plum #EDAEEC

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 value IS 0

 M value IS 0.27

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EDAEEC (or 0xEDAEEC) is known color: 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

RGB 237 174 236 -
CMYK 0 0.27 0.00 0.07
HSL 300.95º 0.64% 0.81% -
HSV(B) 300.95º 0.27% 0.93% -
XYZ 65.2 54.33 86.41 -
YUV 199.91 148.37 154.46 -
System Red Green Blue C M Y K H S L
Decimal 237 174 236 0 0.27 0.00 0.07 300.95 0.64 0.81
Hex ED AE EC 0 1B 0 7 12D 40 51
Octal 355 256 354 0 33 0 7 455 100 121
Binary 11101101 10101110 11101100 0 11011 0 111 100101101 1000000 1010001

Color Harmonies of #EDAEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAEEC

Black with #EDAEEC

Text Example


Text Example

White with #EDAEEC

Text Example


Text Example

HTML Codes & Css Web 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>