Html Css Color HEX #EDB9FA Mauve

📋 copy color: '#EDB9FA'

red 237 ◦ green 185 ◦ blue 250

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

Shades of Mauve #EDB9FA

Tints of Mauve #EDB9FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.2%

R = 35.27%
G = 27.53%
B = 37.2%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDB9FA (or 0xEDB9FA) is known color: Mauve. HEX triplet: ED, B9 and FA. RGB value is (237,185,250). Sum of RGB (Red+Green+Blue) = 237+185+250=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 185 (72.66% from 255 or 27.53% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDB9FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB9FA is #124605. Grayscale: #CFCFCF. Windows color (decimal): -1197574 or 16431597. OLE color: 16431597.

HSL color Cylindrical-coordinate representation of color #EDB9FA: hue angle of 288º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDB9FA is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 185 250 -
CMYK 0.05 0.26 0 0.02
HSL 288º 0.87% 0.85% -
HSV(B) 288º 0.26% 0.98% -
XYZ 69.53 59.6 98.28 -
YUV 207.96 151.73 148.71 -
System Red Green Blue C M Y K H S L
Decimal 237 185 250 0.05 0.26 0 0.02 288 0.87 0.85
Hex ED B9 FA 5 1A 0 2 120 57 55
Octal 355 271 372 5 32 0 2 440 127 125
Binary 11101101 10111001 11111010 101 11010 0 10 100100000 1010111 1010101

Color Harmonies of #EDB9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB9FA

Black with #EDB9FA

Text Example


Text Example

White with #EDB9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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