Html Css Color HEX #EDB1FF Mauve

📋 copy color: '#EDB1FF'

red 237 ◦ green 177 ◦ blue 255

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

Shades of Mauve #EDB1FF

Tints of Mauve #EDB1FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.12%

R = 35.43%
G = 26.46%
B = 38.12%

CMYK

 C value IS 0.07

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EDB1FF (or 0xEDB1FF) is known color: Mauve. HEX triplet: ED, B1 and FF. RGB value is (237,177,255). Sum of RGB (Red+Green+Blue) = 237+177+255=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 177 (69.53% from 255 or 26.46% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDB1FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB1FF is #124E00. Grayscale: #CBCBCB. Windows color (decimal): -1199617 or 16757229. OLE color: 16757229.

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

Color convert

RGB 237 177 255 -
CMYK 0.07 0.31 0 0
HSL 286.15º 1% 0.85% -
HSV(B) 286.15º 0.31% 1% -
XYZ 68.7 56.67 101.93 -
YUV 203.83 156.88 151.66 -
System Red Green Blue C M Y K H S L
Decimal 237 177 255 0.07 0.31 0 0 286.15 1 0.85
Hex ED B1 FF 7 1F 0 0 11E 64 55
Octal 355 261 377 7 37 0 0 436 144 125
Binary 11101101 10110001 11111111 111 11111 0 0 100011110 1100100 1010101

Color Harmonies of #EDB1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB1FF

Black with #EDB1FF

Text Example


Text Example

White with #EDB1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB1FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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