#EDBBFC

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

Shades of Mauve #EDBBFC

Tints of Mauve #EDBBFC

Color information

#EDBBFC (or 0xEDBBFC) is unknown color: approx Mauve. HEX triplet: ED, BB and FC. RGB value is (237,187,252). Sum of RGB (Red+Green+Blue) = 237+187+252=676 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.06% from 676); Green value is 187 (73.44% from 255 or 27.66% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDBBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBBFC is #124403. Grayscale: #D1D1D1. Windows color (decimal): -1197060 or 16563181. OLE color: 16563181.

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

Color convert

RGB237187252-
CMYK0.060.2600.01
HSL286.15º91.55%86.08%-
HSV(B)286.15º25.79%98.82%-
XYZ70.2760.57100.08-
YUV209.36152.06147.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.06%
GREEN value IS 187 (73.44% from 255) = 27.66%
BLUE value IS 252 (98.83% from 255) = 37.28%
R=35.06%
G=27.66%
B=37.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2371872520.060.2600.01286.1591.5586.08
HexEDBBFC61A0111e5c56
Octal35527337463201436134126
Binary111011011011101111111100110110100110001111010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBBFC; }

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

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

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

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

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

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

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

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