Html Css Color HEX #EDA7EF Plum

📋 copy color: '#EDA7EF'

red 237 ◦ green 167 ◦ blue 239

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

Shades of Plum #EDA7EF

Tints of Plum #EDA7EF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 25.97%

 BLUE value IS 239 (93.75% from 255) = 37.17%

R = 36.86%
G = 25.97%
B = 37.17%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EDA7EF (or 0xEDA7EF) is known color: Plum. HEX triplet: ED, A7 and EF. RGB value is (237,167,239). Sum of RGB (Red+Green+Blue) = 237+167+239=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 167 (65.62% from 255 or 25.97% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDA7EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA7EF is #125810. Grayscale: #C3C3C3. Windows color (decimal): -1202193 or 15706093. OLE color: 15706093.

HSL color Cylindrical-coordinate representation of color #EDA7EF: hue angle of 298.33º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDA7EF is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 167 239 -
CMYK 0.01 0.30 0 0.06
HSL 298.33º 0.69% 0.8% -
HSV(B) 298.33º 0.3% 0.94% -
XYZ 64.32 51.87 88.28 -
YUV 196.14 152.19 157.15 -
System Red Green Blue C M Y K H S L
Decimal 237 167 239 0.01 0.30 0 0.06 298.33 0.69 0.8
Hex ED A7 EF 1 1E 0 6 12A 45 50
Octal 355 247 357 1 36 0 6 452 105 120
Binary 11101101 10100111 11101111 1 11110 0 110 100101010 1000101 1010000

Color Harmonies of #EDA7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA7EF

Black with #EDA7EF

Text Example


Text Example

White with #EDA7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA7EF; }

 p { color: rgb(237,167,239); }

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

background-color css

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

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

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

border-color css

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

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

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