Html Css Color HEX #EDB4F5 Mauve

📋 copy color: '#EDB4F5'

red 237 ◦ green 180 ◦ blue 245

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

Shades of Mauve #EDB4F5

Tints of Mauve #EDB4F5

RGB

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

 GREEN value IS 180 (70.7% from 255) = 27.19%

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

R = 35.8%
G = 27.19%
B = 37.01%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EDB4F5 (or 0xEDB4F5) is known color: Mauve. HEX triplet: ED, B4 and F5. RGB value is (237,180,245). Sum of RGB (Red+Green+Blue) = 237+180+245=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 180 (70.70% from 255 or 27.19% from 662); Blue value is 245 (96.09% from 255 or 37.01% from 662); Max value from RGB is 245 - color contains mainly: blue. Hex color #EDB4F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB4F5 is #124B0A. Grayscale: #CCCCCC. Windows color (decimal): -1198859 or 16102637. OLE color: 16102637.

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

Color convert

RGB 237 180 245 -
CMYK 0.03 0.27 0 0.04
HSL 292.62º 0.76% 0.83% -
HSV(B) 292.62º 0.27% 0.96% -
XYZ 67.73 57.24 93.86 -
YUV 204.45 150.88 151.21 -
System Red Green Blue C M Y K H S L
Decimal 237 180 245 0.03 0.27 0 0.04 292.62 0.76 0.83
Hex ED B4 F5 3 1B 0 4 125 4C 53
Octal 355 264 365 3 33 0 4 445 114 123
Binary 11101101 10110100 11110101 11 11011 0 100 100100101 1001100 1010011

Color Harmonies of #EDB4F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB4F5

Black with #EDB4F5

Text Example


Text Example

White with #EDB4F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB4F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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