#EDBBF6

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

Shades of Mauve #EDBBF6

Tints of Mauve #EDBBF6

Color information

#EDBBF6 (or 0xEDBBF6) is unknown color: approx Mauve. HEX triplet: ED, BB and F6. RGB value is (237,187,246). Sum of RGB (Red+Green+Blue) = 237+187+246=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 187 (73.44% from 255 or 27.91% from 670); Blue value is 246 (96.48% from 255 or 36.72% from 670); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDBBF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBBF6 is #124409. Grayscale: #D0D0D0. Windows color (decimal): -1197066 or 16169965. OLE color: 16169965.

HSL color Cylindrical-coordinate representation of color #EDBBF6: hue angle of 290.85º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDBBF6 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB237187246-
CMYK0.040.2400.04
HSL290.85º76.62%84.9%-
HSV(B)290.85º23.98%96.47%-
XYZ69.3360.295.15-
YUV208.68149.06148.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.37%
GREEN value IS 187 (73.44% from 255) = 27.91%
BLUE value IS 246 (96.48% from 255) = 36.72%
R=35.37%
G=27.91%
B=36.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2371872460.040.2400.04290.8576.6284.9
HexEDBBF6418041234d55
Octal35527336643004443115125
Binary11101101101110111111011010011000010010010001110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBBF6; }

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

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

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

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

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

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

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

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