Html Css Color HEX #EDB1FB Mauve

📋 copy color: '#EDB1FB'

red 237 ◦ green 177 ◦ blue 251

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

Shades of Mauve #EDB1FB

Tints of Mauve #EDB1FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.74%

R = 35.64%
G = 26.62%
B = 37.74%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDB1FB (or 0xEDB1FB) is known color: Mauve. HEX triplet: ED, B1 and FB. RGB value is (237,177,251). Sum of RGB (Red+Green+Blue) = 237+177+251=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 177 (69.53% from 255 or 26.62% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDB1FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB1FB is #124E04. Grayscale: #CBCBCB. Windows color (decimal): -1199621 or 16495085. OLE color: 16495085.

HSL color Cylindrical-coordinate representation of color #EDB1FB: hue angle of 288.65º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDB1FB is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 177 251 -
CMYK 0.06 0.29 0 0.02
HSL 288.65º 0.9% 0.84% -
HSV(B) 288.65º 0.29% 0.98% -
XYZ 68.06 56.41 98.57 -
YUV 203.38 154.88 151.98 -
System Red Green Blue C M Y K H S L
Decimal 237 177 251 0.06 0.29 0 0.02 288.65 0.9 0.84
Hex ED B1 FB 6 1D 0 2 121 5A 54
Octal 355 261 373 6 35 0 2 441 132 124
Binary 11101101 10110001 11111011 110 11101 0 10 100100001 1011010 1010100

Color Harmonies of #EDB1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB1FB

Black with #EDB1FB

Text Example


Text Example

White with #EDB1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB1FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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