Html Css Color HEX #EDB6FE Mauve

📋 copy color: '#EDB6FE'

red 237 ◦ green 182 ◦ blue 254

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

Shades of Mauve #EDB6FE

Tints of Mauve #EDB6FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.74%

R = 35.22%
G = 27.04%
B = 37.74%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EDB6FE (or 0xEDB6FE) is known color: Mauve. HEX triplet: ED, B6 and FE. RGB value is (237,182,254). Sum of RGB (Red+Green+Blue) = 237+182+254=673 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.22% from 673); Green value is 182 (71.48% from 255 or 27.04% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDB6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB6FE is #124901. Grayscale: #CECECE. Windows color (decimal): -1198338 or 16692973. OLE color: 16692973.

HSL color Cylindrical-coordinate representation of color #EDB6FE: hue angle of 285.83º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDB6FE is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 237 182 254 -
CMYK 0.07 0.28 0 0.00
HSL 285.83º 0.97% 0.85% -
HSV(B) 285.83º 0.28% 1% -
XYZ 69.54 58.62 101.41 -
YUV 206.65 154.72 149.65 -
System Red Green Blue C M Y K H S L
Decimal 237 182 254 0.07 0.28 0 0.00 285.83 0.97 0.85
Hex ED B6 FE 7 1C 0 0 11E 61 55
Octal 355 266 376 7 34 0 0 436 141 125
Binary 11101101 10110110 11111110 111 11100 0 0 100011110 1100001 1010101

Color Harmonies of #EDB6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB6FE

Black with #EDB6FE

Text Example


Text Example

White with #EDB6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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