#EDC4FB

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

Shades of Mauve #EDC4FB

Tints of Mauve #EDC4FB

Color information

#EDC4FB (or 0xEDC4FB) is unknown color: approx Mauve. HEX triplet: ED, C4 and FB. RGB value is (237,196,251). Sum of RGB (Red+Green+Blue) = 237+196+251=684 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.65% from 684); Green value is 196 (76.95% from 255 or 28.65% from 684); Blue value is 251 (98.44% from 255 or 36.70% from 684); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDC4FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC4FB is #123B04. Grayscale: #D6D6D6. Windows color (decimal): -1194757 or 16499949. OLE color: 16499949.

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

Color convert

RGB237196251-
CMYK0.060.2200.02
HSL284.73º87.3%87.65%-
HSV(B)284.73º21.91%98.43%-
XYZ72.0864.4599.91-
YUV214.53148.58144.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.65%
GREEN value IS 196 (76.95% from 255) = 28.65%
BLUE value IS 251 (98.44% from 255) = 36.70%
R=34.65%
G=28.65%
B=36.70%

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
Decimal2371962510.060.2200.02284.7387.387.65
HexEDC4FB6160211d5758
Octal35530437362602435127130
Binary1110110111000100111110111101011001010001110110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC4FB; }

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

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

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

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

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

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

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

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