Html Css Color HEX #EDB4FE Mauve

📋 copy color: '#EDB4FE'

red 237 ◦ green 180 ◦ blue 254

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

Shades of Mauve #EDB4FE

Tints of Mauve #EDB4FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.85%

R = 35.32%
G = 26.83%
B = 37.85%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EDB4FE (or 0xEDB4FE) is known color: Mauve. HEX triplet: ED, B4 and FE. RGB value is (237,180,254). Sum of RGB (Red+Green+Blue) = 237+180+254=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 180 (70.70% from 255 or 26.83% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDB4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB4FE is #124B01. Grayscale: #CDCDCD. Windows color (decimal): -1198850 or 16692461. OLE color: 16692461.

HSL color Cylindrical-coordinate representation of color #EDB4FE: hue angle of 286.22º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDB4FE is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 237 180 254 -
CMYK 0.07 0.29 0 0.00
HSL 286.22º 0.97% 0.85% -
HSV(B) 286.22º 0.29% 1% -
XYZ 69.14 57.8 101.28 -
YUV 205.48 155.38 150.48 -
System Red Green Blue C M Y K H S L
Decimal 237 180 254 0.07 0.29 0 0.00 286.22 0.97 0.85
Hex ED B4 FE 7 1D 0 0 11E 61 55
Octal 355 264 376 7 35 0 0 436 141 125
Binary 11101101 10110100 11111110 111 11101 0 0 100011110 1100001 1010101

Color Harmonies of #EDB4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB4FE

Black with #EDB4FE

Text Example


Text Example

White with #EDB4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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