Html Css Color HEX #EDB0FA Mauve

📋 copy color: '#EDB0FA'

red 237 ◦ green 176 ◦ blue 250

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

Shades of Mauve #EDB0FA

Tints of Mauve #EDB0FA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 26.55%

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

R = 35.75%
G = 26.55%
B = 37.71%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDB0FA (or 0xEDB0FA) is known color: Mauve. HEX triplet: ED, B0 and FA. RGB value is (237,176,250). Sum of RGB (Red+Green+Blue) = 237+176+250=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 176 (69.14% from 255 or 26.55% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDB0FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB0FA is #124F05. Grayscale: #CACACA. Windows color (decimal): -1199878 or 16429293. OLE color: 16429293.

HSL color Cylindrical-coordinate representation of color #EDB0FA: hue angle of 289.46º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDB0FA is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 176 250 -
CMYK 0.05 0.30 0 0.02
HSL 289.46º 0.88% 0.84% -
HSV(B) 289.46º 0.3% 0.98% -
XYZ 67.71 55.96 97.67 -
YUV 202.68 154.71 152.48 -
System Red Green Blue C M Y K H S L
Decimal 237 176 250 0.05 0.30 0 0.02 289.46 0.88 0.84
Hex ED B0 FA 5 1E 0 2 121 58 54
Octal 355 260 372 5 36 0 2 441 130 124
Binary 11101101 10110000 11111010 101 11110 0 10 100100001 1011000 1010100

Color Harmonies of #EDB0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB0FA

Black with #EDB0FA

Text Example


Text Example

White with #EDB0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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