Html Css Color HEX #EDB9F6 Mauve

📋 copy color: '#EDB9F6'

red 237 ◦ green 185 ◦ blue 246

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

Shades of Mauve #EDB9F6

Tints of Mauve #EDB9F6

RGB

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

 GREEN value IS 185 (72.66% from 255) = 27.69%

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

R = 35.48%
G = 27.69%
B = 36.83%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EDB9F6 (or 0xEDB9F6) is known color: Mauve. HEX triplet: ED, B9 and F6. RGB value is (237,185,246). Sum of RGB (Red+Green+Blue) = 237+185+246=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 185 (72.66% from 255 or 27.69% from 668); Blue value is 246 (96.48% from 255 or 36.83% from 668); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDB9F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB9F6 is #124609. Grayscale: #CFCFCF. Windows color (decimal): -1197578 or 16169453. OLE color: 16169453.

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

Color convert

RGB 237 185 246 -
CMYK 0.04 0.25 0 0.04
HSL 291.15º 0.77% 0.85% -
HSV(B) 291.15º 0.25% 0.96% -
XYZ 68.91 59.36 95.01 -
YUV 207.5 149.73 149.04 -
System Red Green Blue C M Y K H S L
Decimal 237 185 246 0.04 0.25 0 0.04 291.15 0.77 0.85
Hex ED B9 F6 4 19 0 4 123 4D 55
Octal 355 271 366 4 31 0 4 443 115 125
Binary 11101101 10111001 11110110 100 11001 0 100 100100011 1001101 1010101

Color Harmonies of #EDB9F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB9F6

Black with #EDB9F6

Text Example


Text Example

White with #EDB9F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB9F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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