Html Css Color HEX #EDBAF6 Mauve

📋 copy color: '#EDBAF6'

red 237 ◦ green 186 ◦ blue 246

#EDBAF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #EDBAF6

Tints of Mauve #EDBAF6

RGB

 RED value IS 237 (92.97% from 255) = 35.43%

 GREEN value IS 186 (73.05% from 255) = 27.8%

 BLUE value IS 246 (96.48% from 255) = 36.77%

R = 35.43%
G = 27.8%
B = 36.77%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EDBAF6 (or 0xEDBAF6) is known color: Mauve. HEX triplet: ED, BA and F6. RGB value is (237,186,246). Sum of RGB (Red+Green+Blue) = 237+186+246=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 186 (73.05% from 255 or 27.80% from 669); Blue value is 246 (96.48% from 255 or 36.77% from 669); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDBAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBAF6 is #124509. Grayscale: #CFCFCF. Windows color (decimal): -1197322 or 16169709. OLE color: 16169709.

HSL color Cylindrical-coordinate representation of color #EDBAF6: hue angle of 291º 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 #EDBAF6 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 186 246 -
CMYK 0.04 0.24 0 0.04
HSL 291º 0.77% 0.85% -
HSV(B) 291º 0.24% 0.96% -
XYZ 69.12 59.78 95.08 -
YUV 208.09 149.4 148.62 -
System Red Green Blue C M Y K H S L
Decimal 237 186 246 0.04 0.24 0 0.04 291 0.77 0.85
Hex ED BA F6 4 18 0 4 123 4D 55
Octal 355 272 366 4 30 0 4 443 115 125
Binary 11101101 10111010 11110110 100 11000 0 100 100100011 1001101 1010101

Color Harmonies of #EDBAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBAF6

Black with #EDBAF6

Text Example


Text Example

White with #EDBAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBAF6; }

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

 H1.HeaderClassName
 {
   color: #EDBAF6;
 }
 .AnyTagClassName
 {
   color: #EDBAF6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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