#EDBDFD

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

Shades of Mauve #EDBDFD

Tints of Mauve #EDBDFD

Color information

#EDBDFD (or 0xEDBDFD) is unknown color: approx Mauve. HEX triplet: ED, BD and FD. RGB value is (237,189,253). Sum of RGB (Red+Green+Blue) = 237+189+253=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 189 (74.22% from 255 or 27.84% from 679); Blue value is 253 (99.22% from 255 or 37.26% from 679); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDBDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBDFD is #124202. Grayscale: #D2D2D2. Windows color (decimal): -1196547 or 16629229. OLE color: 16629229.

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

Color convert

RGB237189253-
CMYK0.060.2500.01
HSL285º94.12%86.67%-
HSV(B)285º25.3%99.22%-
XYZ70.8561.49101.06-
YUV210.65151.9146.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.90%
GREEN value IS 189 (74.22% from 255) = 27.84%
BLUE value IS 253 (99.22% from 255) = 37.26%
R=34.90%
G=27.84%
B=37.26%

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
Decimal2371892530.060.2500.0128594.1286.67
HexEDBDFD6190111d5e57
Octal35527537563101435136127
Binary111011011011110111111101110110010110001110110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBDFD; }

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

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

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

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

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

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

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

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