Html Css Color HEX #EDA8EC Plum

📋 copy color: '#EDA8EC'

red 237 ◦ green 168 ◦ blue 236

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

Shades of Plum #EDA8EC

Tints of Plum #EDA8EC

RGB

 RED value IS 237 (92.97% from 255) = 36.97%

 GREEN value IS 168 (66.02% from 255) = 26.21%

 BLUE value IS 236 (92.58% from 255) = 36.82%

R = 36.97%
G = 26.21%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EDA8EC (or 0xEDA8EC) is known color: Plum. HEX triplet: ED, A8 and EC. RGB value is (237,168,236). Sum of RGB (Red+Green+Blue) = 237+168+236=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 168 (66.02% from 255 or 26.21% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA8EC is #125713. Grayscale: #C4C4C4. Windows color (decimal): -1201940 or 15509741. OLE color: 15509741.

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

Color convert

RGB 237 168 236 -
CMYK 0 0.29 0.00 0.07
HSL 300.87º 0.66% 0.79% -
HSV(B) 300.87º 0.29% 0.93% -
XYZ 64.07 52.07 86.03 -
YUV 196.38 150.36 156.97 -
System Red Green Blue C M Y K H S L
Decimal 237 168 236 0 0.29 0.00 0.07 300.87 0.66 0.79
Hex ED A8 EC 0 1D 0 7 12D 42 4F
Octal 355 250 354 0 35 0 7 455 102 117
Binary 11101101 10101000 11101100 0 11101 0 111 100101101 1000010 1001111

Color Harmonies of #EDA8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA8EC

Black with #EDA8EC

Text Example


Text Example

White with #EDA8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA8EC; }

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

 H1.HeaderClassName
 {
   color: #EDA8EC;
 }
 .AnyTagClassName
 {
   color: #EDA8EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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