Html Css Color HEX #EDB0F2 Plum

📋 copy color: '#EDB0F2'

red 237 ◦ green 176 ◦ blue 242

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

Shades of Plum #EDB0F2

Tints of Plum #EDB0F2

RGB

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

 GREEN value IS 176 (69.14% from 255) = 26.87%

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

R = 36.18%
G = 26.87%
B = 36.95%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EDB0F2 (or 0xEDB0F2) is known color: Plum. HEX triplet: ED, B0 and F2. RGB value is (237,176,242). Sum of RGB (Red+Green+Blue) = 237+176+242=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 176 (69.14% from 255 or 26.87% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDB0F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB0F2 is #124F0D. Grayscale: #C9C9C9. Windows color (decimal): -1199886 or 15905005. OLE color: 15905005.

HSL color Cylindrical-coordinate representation of color #EDB0F2: hue angle of 295.45º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDB0F2 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 176 242 -
CMYK 0.02 0.27 0 0.05
HSL 295.45º 0.72% 0.82% -
HSV(B) 295.45º 0.27% 0.95% -
XYZ 66.48 55.47 91.21 -
YUV 201.76 150.71 153.13 -
System Red Green Blue C M Y K H S L
Decimal 237 176 242 0.02 0.27 0 0.05 295.45 0.72 0.82
Hex ED B0 F2 2 1B 0 5 127 48 52
Octal 355 260 362 2 33 0 5 447 110 122
Binary 11101101 10110000 11110010 10 11011 0 101 100100111 1001000 1010010

Color Harmonies of #EDB0F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB0F2

Black with #EDB0F2

Text Example


Text Example

White with #EDB0F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB0F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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