Html Css Color HEX #EDB6FA Mauve

📋 copy color: '#EDB6FA'

red 237 ◦ green 182 ◦ blue 250

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

Shades of Mauve #EDB6FA

Tints of Mauve #EDB6FA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 27.2%

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

R = 35.43%
G = 27.2%
B = 37.37%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDB6FA (or 0xEDB6FA) is known color: Mauve. HEX triplet: ED, B6 and FA. RGB value is (237,182,250). Sum of RGB (Red+Green+Blue) = 237+182+250=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 182 (71.48% from 255 or 27.20% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDB6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB6FA is #124905. Grayscale: #CDCDCD. Windows color (decimal): -1198342 or 16430829. OLE color: 16430829.

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

Color convert

RGB 237 182 250 -
CMYK 0.05 0.27 0 0.02
HSL 288.53º 0.87% 0.85% -
HSV(B) 288.53º 0.27% 0.98% -
XYZ 68.91 58.36 98.08 -
YUV 206.2 152.72 149.97 -
System Red Green Blue C M Y K H S L
Decimal 237 182 250 0.05 0.27 0 0.02 288.53 0.87 0.85
Hex ED B6 FA 5 1B 0 2 121 57 55
Octal 355 266 372 5 33 0 2 441 127 125
Binary 11101101 10110110 11111010 101 11011 0 10 100100001 1010111 1010101

Color Harmonies of #EDB6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB6FA

Black with #EDB6FA

Text Example


Text Example

White with #EDB6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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