Html Css Color HEX #EDBAF3 Mauve

📋 copy color: '#EDBAF3'

red 237 ◦ green 186 ◦ blue 243

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

Shades of Mauve #EDBAF3

Tints of Mauve #EDBAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 36.49%

R = 35.59%
G = 27.93%
B = 36.49%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EDBAF3 (or 0xEDBAF3) is known color: Mauve. HEX triplet: ED, BA and F3. RGB value is (237,186,243). Sum of RGB (Red+Green+Blue) = 237+186+243=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 186 (73.05% from 255 or 27.93% from 666); Blue value is 243 (95.31% from 255 or 36.49% from 666); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDBAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBAF3 is #12450C. Grayscale: #CFCFCF. Windows color (decimal): -1197325 or 15973101. OLE color: 15973101.

HSL color Cylindrical-coordinate representation of color #EDBAF3: hue angle of 293.68º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDBAF3 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 186 243 -
CMYK 0.02 0.23 0 0.05
HSL 293.68º 0.7% 0.84% -
HSV(B) 293.68º 0.23% 0.95% -
XYZ 68.66 59.59 92.68 -
YUV 207.75 147.9 148.87 -
System Red Green Blue C M Y K H S L
Decimal 237 186 243 0.02 0.23 0 0.05 293.68 0.7 0.84
Hex ED BA F3 2 17 0 5 126 46 54
Octal 355 272 363 2 27 0 5 446 106 124
Binary 11101101 10111010 11110011 10 10111 0 101 100100110 1000110 1010100

Color Harmonies of #EDBAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBAF3

Black with #EDBAF3

Text Example


Text Example

White with #EDBAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBAF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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