Html Css Color HEX #EDBAFA Mauve

📋 copy color: '#EDBAFA'

red 237 ◦ green 186 ◦ blue 250

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

Shades of Mauve #EDBAFA

Tints of Mauve #EDBAFA

RGB

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

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

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

R = 35.22%
G = 27.64%
B = 37.15%

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

#EDBAFA (or 0xEDBAFA) is known color: Mauve. HEX triplet: ED, BA and FA. RGB value is (237,186,250). Sum of RGB (Red+Green+Blue) = 237+186+250=673 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.22% from 673); Green value is 186 (73.05% from 255 or 27.64% from 673); Blue value is 250 (98.05% from 255 or 37.15% from 673); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDBAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBAFA is #124505. Grayscale: #D0D0D0. Windows color (decimal): -1197318 or 16431853. OLE color: 16431853.

HSL color Cylindrical-coordinate representation of color #EDBAFA: hue angle of 287.81º degrees, saturation: 0.86, 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 #EDBAFA is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 186 250 -
CMYK 0.05 0.26 0 0.02
HSL 287.81º 0.86% 0.85% -
HSV(B) 287.81º 0.26% 0.98% -
XYZ 69.74 60.02 98.35 -
YUV 208.55 151.4 148.3 -
System Red Green Blue C M Y K H S L
Decimal 237 186 250 0.05 0.26 0 0.02 287.81 0.86 0.85
Hex ED BA FA 5 1A 0 2 120 56 55
Octal 355 272 372 5 32 0 2 440 126 125
Binary 11101101 10111010 11111010 101 11010 0 10 100100000 1010110 1010101

Color Harmonies of #EDBAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBAFA

Black with #EDBAFA

Text Example


Text Example

White with #EDBAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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