Html Css Color HEX #EDA8EF Plum

📋 copy color: '#EDA8EF'

red 237 ◦ green 168 ◦ blue 239

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

Shades of Plum #EDA8EF

Tints of Plum #EDA8EF

RGB

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

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

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

R = 36.8%
G = 26.09%
B = 37.11%

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

#EDA8EF (or 0xEDA8EF) is known color: Plum. HEX triplet: ED, A8 and EF. RGB value is (237,168,239). Sum of RGB (Red+Green+Blue) = 237+168+239=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 168 (66.02% from 255 or 26.09% from 644); Blue value is 239 (93.75% from 255 or 37.11% from 644); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDA8EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA8EF is #125710. Grayscale: #C4C4C4. Windows color (decimal): -1201937 or 15706349. OLE color: 15706349.

HSL color Cylindrical-coordinate representation of color #EDA8EF: hue angle of 298.31º 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 #EDA8EF is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 168 239 -
CMYK 0.01 0.30 0 0.06
HSL 298.31º 0.69% 0.8% -
HSV(B) 298.31º 0.3% 0.94% -
XYZ 64.51 52.24 88.35 -
YUV 196.73 151.86 156.73 -
System Red Green Blue C M Y K H S L
Decimal 237 168 239 0.01 0.30 0 0.06 298.31 0.69 0.8
Hex ED A8 EF 1 1E 0 6 12A 45 50
Octal 355 250 357 1 36 0 6 452 105 120
Binary 11101101 10101000 11101111 1 11110 0 110 100101010 1000101 1010000

Color Harmonies of #EDA8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA8EF

Black with #EDA8EF

Text Example


Text Example

White with #EDA8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA8EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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