#EDB2FD

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

Shades of Mauve #EDB2FD

Tints of Mauve #EDB2FD

Color information

#EDB2FD (or 0xEDB2FD) is unknown color: approx Mauve. HEX triplet: ED, B2 and FD. RGB value is (237,178,253). Sum of RGB (Red+Green+Blue) = 237+178+253=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 178 (69.92% from 255 or 26.65% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDB2FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB2FD is #124D02. Grayscale: #CBCBCB. Windows color (decimal): -1199363 or 16626413. OLE color: 16626413.

HSL color Cylindrical-coordinate representation of color #EDB2FD: hue angle of 287.2º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDB2FD is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB237178253-
CMYK0.060.3000.01
HSL287.2º94.94%84.51%-
HSV(B)287.2º29.64%99.22%-
XYZ68.5856.94100.3-
YUV204.19155.55151.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.48%
GREEN value IS 178 (69.92% from 255) = 26.65%
BLUE value IS 253 (99.22% from 255) = 37.87%
R=35.48%
G=26.65%
B=37.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2371782530.060.3000.01287.294.9484.51
HexEDB2FD61E0111f5f55
Octal35526237563601437137125
Binary111011011011001011111101110111100110001111110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB2FD; }

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

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

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

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

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

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

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

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