Html Css Color HEX #EDAAEE Plum

📋 copy color: '#EDAAEE'

red 237 ◦ green 170 ◦ blue 238

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

Shades of Plum #EDAAEE

Tints of Plum #EDAAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.9%

R = 36.74%
G = 26.36%
B = 36.9%

CMYK

 C value IS 0.00

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDAAEE (or 0xEDAAEE) is known color: Plum. HEX triplet: ED, AA and EE. RGB value is (237,170,238). Sum of RGB (Red+Green+Blue) = 237+170+238=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 170 (66.80% from 255 or 26.36% from 645); Blue value is 238 (93.36% from 255 or 36.90% from 645); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDAAEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDAAEE is #125511. Grayscale: #C5C5C5. Windows color (decimal): -1201426 or 15641325. OLE color: 15641325.

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

Color convert

RGB 237 170 238 -
CMYK 0.00 0.29 0 0.07
HSL 299.12º 0.67% 0.8% -
HSV(B) 299.12º 0.29% 0.93% -
XYZ 64.73 52.93 87.69 -
YUV 197.79 150.7 155.97 -
System Red Green Blue C M Y K H S L
Decimal 237 170 238 0.00 0.29 0 0.07 299.12 0.67 0.8
Hex ED AA EE 0 1D 0 7 12B 43 50
Octal 355 252 356 0 35 0 7 453 103 120
Binary 11101101 10101010 11101110 0 11101 0 111 100101011 1000011 1010000

Color Harmonies of #EDAAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAAEE

Black with #EDAAEE

Text Example


Text Example

White with #EDAAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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