#EDBDFB

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

Shades of Mauve #EDBDFB

Tints of Mauve #EDBDFB

Color information

#EDBDFB (or 0xEDBDFB) is unknown color: approx Mauve. HEX triplet: ED, BD and FB. RGB value is (237,189,251). Sum of RGB (Red+Green+Blue) = 237+189+251=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 189 (74.22% from 255 or 27.92% from 677); Blue value is 251 (98.44% from 255 or 37.08% from 677); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDBDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBDFB is #124204. Grayscale: #D2D2D2. Windows color (decimal): -1196549 or 16498157. OLE color: 16498157.

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

Color convert

RGB237189251-
CMYK0.060.2500.02
HSL286.45º88.57%86.27%-
HSV(B)286.45º24.7%98.43%-
XYZ70.5461.3699.39-
YUV210.42150.9146.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.01%
GREEN value IS 189 (74.22% from 255) = 27.92%
BLUE value IS 251 (98.44% from 255) = 37.08%
R=35.01%
G=27.92%
B=37.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371892510.060.2500.02286.4588.5786.27
HexEDBDFB6190211e5956
Octal35527537363102436131126
Binary1110110110111101111110111101100101010001111010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBDFB; }

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

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

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

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

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

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

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

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