#EDC3FB

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

Shades of Mauve #EDC3FB

Tints of Mauve #EDC3FB

Color information

#EDC3FB (or 0xEDC3FB) is unknown color: approx Mauve. HEX triplet: ED, C3 and FB. RGB value is (237,195,251). Sum of RGB (Red+Green+Blue) = 237+195+251=683 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.70% from 683); Green value is 195 (76.56% from 255 or 28.55% from 683); Blue value is 251 (98.44% from 255 or 36.75% from 683); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDC3FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC3FB is #123C04. Grayscale: #D5D5D5. Windows color (decimal): -1195013 or 16499693. OLE color: 16499693.

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

Color convert

RGB237195251-
CMYK0.060.2200.02
HSL285º87.5%87.45%-
HSV(B)285º22.31%98.43%-
XYZ71.856499.83-
YUV213.94148.91144.45-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.70%
GREEN value IS 195 (76.56% from 255) = 28.55%
BLUE value IS 251 (98.44% from 255) = 36.75%
R=34.70%
G=28.55%
B=36.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371952510.060.2200.0228587.587.45
HexEDC3FB6160211d5857
Octal35530337362602435130127
Binary1110110111000011111110111101011001010001110110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC3FB; }

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

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

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

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

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

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

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

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