Html Css Color HEX #EDADEB Plum

📋 copy color: '#EDADEB'

red 237 ◦ green 173 ◦ blue 235

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

Shades of Plum #EDADEB

Tints of Plum #EDADEB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 26.82%

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

R = 36.74%
G = 26.82%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDADEB (or 0xEDADEB) is known color: Plum. HEX triplet: ED, AD and EB. RGB value is (237,173,235). Sum of RGB (Red+Green+Blue) = 237+173+235=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 173 (67.97% from 255 or 26.82% from 645); Blue value is 235 (92.19% from 255 or 36.43% from 645); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDADEB is #125214. Grayscale: #C7C7C7. Windows color (decimal): -1200661 or 15445485. OLE color: 15445485.

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

Color convert

RGB 237 173 235 -
CMYK 0 0.27 0.01 0.07
HSL 301.88º 0.64% 0.8% -
HSV(B) 301.88º 0.27% 0.93% -
XYZ 64.86 53.89 85.58 -
YUV 199.2 148.2 154.96 -
System Red Green Blue C M Y K H S L
Decimal 237 173 235 0 0.27 0.01 0.07 301.88 0.64 0.8
Hex ED AD EB 0 1B 1 7 12E 40 50
Octal 355 255 353 0 33 1 7 456 100 120
Binary 11101101 10101101 11101011 0 11011 1 111 100101110 1000000 1010000

Color Harmonies of #EDADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDADEB

Black with #EDADEB

Text Example


Text Example

White with #EDADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDADEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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