Html Css Color HEX #EDAAF2 Plum

📋 copy color: '#EDAAF2'

red 237 ◦ green 170 ◦ blue 242

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

Shades of Plum #EDAAF2

Tints of Plum #EDAAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.29%

R = 36.52%
G = 26.19%
B = 37.29%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EDAAF2 (or 0xEDAAF2) is known color: Plum. HEX triplet: ED, AA and F2. RGB value is (237,170,242). Sum of RGB (Red+Green+Blue) = 237+170+242=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 170 (66.80% from 255 or 26.19% from 649); Blue value is 242 (94.92% from 255 or 37.29% from 649); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDAAF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDAAF2 is #12550D. Grayscale: #C6C6C6. Windows color (decimal): -1201422 or 15903469. OLE color: 15903469.

HSL color Cylindrical-coordinate representation of color #EDAAF2: hue angle of 295.83º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDAAF2 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 170 242 -
CMYK 0.02 0.30 0 0.05
HSL 295.83º 0.73% 0.81% -
HSV(B) 295.83º 0.3% 0.95% -
XYZ 65.33 53.16 90.82 -
YUV 198.24 152.7 155.65 -
System Red Green Blue C M Y K H S L
Decimal 237 170 242 0.02 0.30 0 0.05 295.83 0.73 0.81
Hex ED AA F2 2 1E 0 5 128 49 51
Octal 355 252 362 2 36 0 5 450 111 121
Binary 11101101 10101010 11110010 10 11110 0 101 100101000 1001001 1010001

Color Harmonies of #EDAAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAAF2

Black with #EDAAF2

Text Example


Text Example

White with #EDAAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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