Html Css Color HEX #EDB7F5 Mauve

📋 copy color: '#EDB7F5'

red 237 ◦ green 183 ◦ blue 245

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

Shades of Mauve #EDB7F5

Tints of Mauve #EDB7F5

RGB

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

 GREEN value IS 183 (71.88% from 255) = 27.52%

 BLUE value IS 245 (96.09% from 255) = 36.84%

R = 35.64%
G = 27.52%
B = 36.84%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EDB7F5 (or 0xEDB7F5) is known color: Mauve. HEX triplet: ED, B7 and F5. RGB value is (237,183,245). Sum of RGB (Red+Green+Blue) = 237+183+245=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 183 (71.88% from 255 or 27.52% from 665); Blue value is 245 (96.09% from 255 or 36.84% from 665); Max value from RGB is 245 - color contains mainly: blue. Hex color #EDB7F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB7F5 is #12480A. Grayscale: #CECECE. Windows color (decimal): -1198091 or 16103405. OLE color: 16103405.

HSL color Cylindrical-coordinate representation of color #EDB7F5: hue angle of 292.26º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDB7F5 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 183 245 -
CMYK 0.03 0.25 0 0.04
HSL 292.26º 0.76% 0.84% -
HSV(B) 292.26º 0.25% 0.96% -
XYZ 68.34 58.46 94.07 -
YUV 206.21 149.89 149.96 -
System Red Green Blue C M Y K H S L
Decimal 237 183 245 0.03 0.25 0 0.04 292.26 0.76 0.84
Hex ED B7 F5 3 19 0 4 124 4C 54
Octal 355 267 365 3 31 0 4 444 114 124
Binary 11101101 10110111 11110101 11 11001 0 100 100100100 1001100 1010100

Color Harmonies of #EDB7F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB7F5

Black with #EDB7F5

Text Example


Text Example

White with #EDB7F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB7F5; }

 p { color: rgb(237,183,245); }

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

background-color css

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

 a { background-color: rgb(237,183,245); }

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

border-color css

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

 span { border-color: rgb(237,183,245); }

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