Html Css Color HEX #EDABEB Plum

📋 copy color: '#EDABEB'

red 237 ◦ green 171 ◦ blue 235

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

Shades of Plum #EDABEB

Tints of Plum #EDABEB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 26.59%

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

R = 36.86%
G = 26.59%
B = 36.55%

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

#EDABEB (or 0xEDABEB) is known color: Plum. HEX triplet: ED, AB and EB. RGB value is (237,171,235). Sum of RGB (Red+Green+Blue) = 237+171+235=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 171 (67.19% from 255 or 26.59% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDABEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDABEB is #125414. Grayscale: #C5C5C5. Windows color (decimal): -1201173 or 15444973. OLE color: 15444973.

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

Color convert

RGB 237 171 235 -
CMYK 0 0.28 0.01 0.07
HSL 301.82º 0.65% 0.8% -
HSV(B) 301.82º 0.28% 0.93% -
XYZ 64.48 53.13 85.45 -
YUV 198.03 148.87 155.8 -
System Red Green Blue C M Y K H S L
Decimal 237 171 235 0 0.28 0.01 0.07 301.82 0.65 0.8
Hex ED AB EB 0 1C 1 7 12E 41 50
Octal 355 253 353 0 34 1 7 456 101 120
Binary 11101101 10101011 11101011 0 11100 1 111 100101110 1000001 1010000

Color Harmonies of #EDABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDABEB

Black with #EDABEB

Text Example


Text Example

White with #EDABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDABEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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