#EDBDFC

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

Shades of Mauve #EDBDFC

Tints of Mauve #EDBDFC

Color information

#EDBDFC (or 0xEDBDFC) is unknown color: approx Mauve. HEX triplet: ED, BD and FC. RGB value is (237,189,252). Sum of RGB (Red+Green+Blue) = 237+189+252=678 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.96% from 678); Green value is 189 (74.22% from 255 or 27.88% from 678); Blue value is 252 (98.83% from 255 or 37.17% from 678); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDBDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBDFC is #124203. Grayscale: #D2D2D2. Windows color (decimal): -1196548 or 16563693. OLE color: 16563693.

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

Color convert

RGB237189252-
CMYK0.060.2500.01
HSL285.71º91.3%86.47%-
HSV(B)285.71º25%98.82%-
XYZ70.6961.43100.23-
YUV210.53151.4146.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.96%
GREEN value IS 189 (74.22% from 255) = 27.88%
BLUE value IS 252 (98.83% from 255) = 37.17%
R=34.96%
G=27.88%
B=37.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2371892520.060.2500.01285.7191.386.47
HexEDBDFC6190111e5b56
Octal35527537463101436133126
Binary111011011011110111111100110110010110001111010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBDFC; }

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

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

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

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

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

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

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

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