Html Css Color HEX #EDAAEF Plum

📋 copy color: '#EDAAEF'

red 237 ◦ green 170 ◦ blue 239

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

Shades of Plum #EDAAEF

Tints of Plum #EDAAEF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 26.32%

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

R = 36.69%
G = 26.32%
B = 37%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EDAAEF (or 0xEDAAEF) is known color: Plum. HEX triplet: ED, AA and EF. RGB value is (237,170,239). Sum of RGB (Red+Green+Blue) = 237+170+239=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 170 (66.80% from 255 or 26.32% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDAAEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDAAEF is #125510. Grayscale: #C5C5C5. Windows color (decimal): -1201425 or 15706861. OLE color: 15706861.

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

Color convert

RGB 237 170 239 -
CMYK 0.01 0.29 0 0.06
HSL 298.26º 0.68% 0.8% -
HSV(B) 298.26º 0.29% 0.94% -
XYZ 64.88 52.99 88.47 -
YUV 197.9 151.2 155.89 -
System Red Green Blue C M Y K H S L
Decimal 237 170 239 0.01 0.29 0 0.06 298.26 0.68 0.8
Hex ED AA EF 1 1D 0 6 12A 44 50
Octal 355 252 357 1 35 0 6 452 104 120
Binary 11101101 10101010 11101111 1 11101 0 110 100101010 1000100 1010000

Color Harmonies of #EDAAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAAEF

Black with #EDAAEF

Text Example


Text Example

White with #EDAAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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