Html Css Color HEX #EDB1FE Mauve

📋 copy color: '#EDB1FE'

red 237 ◦ green 177 ◦ blue 254

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

Shades of Mauve #EDB1FE

Tints of Mauve #EDB1FE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 26.5%

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

R = 35.48%
G = 26.5%
B = 38.02%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EDB1FE (or 0xEDB1FE) is known color: Mauve. HEX triplet: ED, B1 and FE. RGB value is (237,177,254). Sum of RGB (Red+Green+Blue) = 237+177+254=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 177 (69.53% from 255 or 26.50% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDB1FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB1FE is #124E01. Grayscale: #CBCBCB. Windows color (decimal): -1199618 or 16691693. OLE color: 16691693.

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

Color convert

RGB 237 177 254 -
CMYK 0.07 0.30 0 0.00
HSL 286.75º 0.97% 0.85% -
HSV(B) 286.75º 0.3% 1% -
XYZ 68.54 56.6 101.08 -
YUV 203.72 156.38 151.74 -
System Red Green Blue C M Y K H S L
Decimal 237 177 254 0.07 0.30 0 0.00 286.75 0.97 0.85
Hex ED B1 FE 7 1E 0 0 11F 61 55
Octal 355 261 376 7 36 0 0 437 141 125
Binary 11101101 10110001 11111110 111 11110 0 0 100011111 1100001 1010101

Color Harmonies of #EDB1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB1FE

Black with #EDB1FE

Text Example


Text Example

White with #EDB1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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