Html Css Color HEX #EDBEF7 Mauve

📋 copy color: '#EDBEF7'

red 237 ◦ green 190 ◦ blue 247

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

Shades of Mauve #EDBEF7

Tints of Mauve #EDBEF7

RGB

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

 GREEN value IS 190 (74.61% from 255) = 28.19%

 BLUE value IS 247 (96.88% from 255) = 36.65%

R = 35.16%
G = 28.19%
B = 36.65%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EDBEF7 (or 0xEDBEF7) is known color: Mauve. HEX triplet: ED, BE and F7. RGB value is (237,190,247). Sum of RGB (Red+Green+Blue) = 237+190+247=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 190 (74.61% from 255 or 28.19% from 674); Blue value is 247 (96.88% from 255 or 36.65% from 674); Max value from RGB is 247 - color contains mainly: blue. Hex color #EDBEF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBEF7 is #124108. Grayscale: #D2D2D2. Windows color (decimal): -1196297 or 16236269. OLE color: 16236269.

HSL color Cylindrical-coordinate representation of color #EDBEF7: hue angle of 289.47º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDBEF7 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 190 247 -
CMYK 0.04 0.23 0 0.03
HSL 289.47º 0.78% 0.86% -
HSV(B) 289.47º 0.23% 0.97% -
XYZ 70.13 61.55 96.18 -
YUV 210.55 148.57 146.87 -
System Red Green Blue C M Y K H S L
Decimal 237 190 247 0.04 0.23 0 0.03 289.47 0.78 0.86
Hex ED BE F7 4 17 0 3 121 4E 56
Octal 355 276 367 4 27 0 3 441 116 126
Binary 11101101 10111110 11110111 100 10111 0 11 100100001 1001110 1010110

Color Harmonies of #EDBEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBEF7

Black with #EDBEF7

Text Example


Text Example

White with #EDBEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBEF7; }

 p { color: rgb(237,190,247); }

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

background-color css

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

 a { background-color: rgb(237,190,247); }

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

border-color css

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

 span { border-color: rgb(237,190,247); }

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