Html Css Color HEX #EDAAEB Plum

📋 copy color: '#EDAAEB'

red 237 ◦ green 170 ◦ blue 235

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

Shades of Plum #EDAAEB

Tints of Plum #EDAAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.6%

R = 36.92%
G = 26.48%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDAAEB (or 0xEDAAEB) is known color: Plum. HEX triplet: ED, AA and EB. RGB value is (237,170,235). Sum of RGB (Red+Green+Blue) = 237+170+235=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 170 (66.80% from 255 or 26.48% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAAEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDAAEB is #125514. Grayscale: #C5C5C5. Windows color (decimal): -1201429 or 15444717. OLE color: 15444717.

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

Color convert

RGB 237 170 235 -
CMYK 0 0.28 0.01 0.07
HSL 301.79º 0.65% 0.8% -
HSV(B) 301.79º 0.28% 0.93% -
XYZ 64.3 52.75 85.39 -
YUV 197.44 149.2 156.21 -
System Red Green Blue C M Y K H S L
Decimal 237 170 235 0 0.28 0.01 0.07 301.79 0.65 0.8
Hex ED AA EB 0 1C 1 7 12E 41 50
Octal 355 252 353 0 34 1 7 456 101 120
Binary 11101101 10101010 11101011 0 11100 1 111 100101110 1000001 1010000

Color Harmonies of #EDAAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAAEB

Black with #EDAAEB

Text Example


Text Example

White with #EDAAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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