#EDBBFF

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

Shades of Mauve #EDBBFF

Tints of Mauve #EDBBFF

Color information

#EDBBFF (or 0xEDBBFF) is unknown color: approx Mauve. HEX triplet: ED, BB and FF. RGB value is (237,187,255). Sum of RGB (Red+Green+Blue) = 237+187+255=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 187 (73.44% from 255 or 27.54% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDBBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBBFF is #124400. Grayscale: #D1D1D1. Windows color (decimal): -1197057 or 16759789. OLE color: 16759789.

HSL color Cylindrical-coordinate representation of color #EDBBFF: hue angle of 284.12º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDBBFF is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB237187255-
CMYK0.070.2700
HSL284.12º100%86.67%-
HSV(B)284.12º26.67%100%-
XYZ70.7560.77102.61-
YUV209.7153.56147.47-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.90%
GREEN value IS 187 (73.44% from 255) = 27.54%
BLUE value IS 255 (100% from 255) = 37.56%
R=34.90%
G=27.54%
B=37.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2371872550.070.2700284.1210086.67
HexEDBBFF71B0011c6457
Octal35527337773300434144127
Binary111011011011101111111111111110110010001110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBBFF; }

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

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

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

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

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

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

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

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