#EDBDF7

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

Shades of Mauve #EDBDF7

Tints of Mauve #EDBDF7

Color information

#EDBDF7 (or 0xEDBDF7) is unknown color: approx Mauve. HEX triplet: ED, BD and F7. RGB value is (237,189,247). Sum of RGB (Red+Green+Blue) = 237+189+247=673 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.22% from 673); Green value is 189 (74.22% from 255 or 28.08% from 673); Blue value is 247 (96.88% from 255 or 36.70% from 673); Max value from RGB is 247 - color contains mainly: blue. Hex color #EDBDF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBDF7 is #124208. Grayscale: #D1D1D1. Windows color (decimal): -1196553 or 16236013. OLE color: 16236013.

HSL color Cylindrical-coordinate representation of color #EDBDF7: hue angle of 289.66º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDBDF7 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB237189247-
CMYK0.040.2300.03
HSL289.66º78.38%85.49%-
HSV(B)289.66º23.48%96.86%-
XYZ69.9161.1296.11-
YUV209.96148.9147.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.22%
GREEN value IS 189 (74.22% from 255) = 28.08%
BLUE value IS 247 (96.88% from 255) = 36.70%
R=35.22%
G=28.08%
B=36.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2371892470.040.2300.03289.6678.3885.49
HexEDBDF7417031224e55
Octal35527536742703442116125
Binary1110110110111101111101111001011101110010001010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBDF7; }

 p { color: rgb(237,189,247); }

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

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

 a { background-color: rgb(237,189,247); }

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

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

 span { border-color: rgb(237,189,247); }

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