#EDB2FB

Color #EDB2FB Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #EDB2FB

Tints of Mauve #EDB2FB

Color information

#EDB2FB (or 0xEDB2FB) is unknown color: approx Mauve. HEX triplet: ED, B2 and FB. RGB value is (237,178,251). Sum of RGB (Red+Green+Blue) = 237+178+251=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 178 (69.92% from 255 or 26.73% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDB2FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB2FB is #124D04. Grayscale: #CBCBCB. Windows color (decimal): -1199365 or 16495341. OLE color: 16495341.

HSL color Cylindrical-coordinate representation of color #EDB2FB: hue angle of 288.49º 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 #EDB2FB is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237178251-
CMYK0.060.2900.02
HSL288.49º90.12%84.12%-
HSV(B)288.49º29.08%98.43%-
XYZ68.2656.8198.63-
YUV203.96154.55151.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.59%
GREEN value IS 178 (69.92% from 255) = 26.73%
BLUE value IS 251 (98.44% from 255) = 37.69%
R=35.59%
G=26.73%
B=37.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371782510.060.2900.02288.4990.1284.12
HexEDB2FB61D021205a54
Octal35526237363502440132124
Binary1110110110110010111110111101110101010010000010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB2FB; }

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

 H1.HeaderClassName
 {
   color: #EDB2FB;
 }
 .AnyTagClassName
 {
   color: #EDB2FB;
 }
</style>
background-color css

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

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

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

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

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

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