Html Css Color HEX #EDB0FF Mauve

📋 copy color: '#EDB0FF'

red 237 ◦ green 176 ◦ blue 255

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

Shades of Mauve #EDB0FF

Tints of Mauve #EDB0FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.17%

R = 35.48%
G = 26.35%
B = 38.17%

CMYK

 C value IS 0.07

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EDB0FF (or 0xEDB0FF) is known color: Mauve. HEX triplet: ED, B0 and FF. RGB value is (237,176,255). Sum of RGB (Red+Green+Blue) = 237+176+255=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 176 (69.14% from 255 or 26.35% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDB0FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB0FF is #124F00. Grayscale: #CACACA. Windows color (decimal): -1199873 or 16756973. OLE color: 16756973.

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

Color convert

RGB 237 176 255 -
CMYK 0.07 0.31 0 0
HSL 286.33º 1% 0.85% -
HSV(B) 286.33º 0.31% 1% -
XYZ 68.5 56.28 101.86 -
YUV 203.25 157.21 152.08 -
System Red Green Blue C M Y K H S L
Decimal 237 176 255 0.07 0.31 0 0 286.33 1 0.85
Hex ED B0 FF 7 1F 0 0 11E 64 55
Octal 355 260 377 7 37 0 0 436 144 125
Binary 11101101 10110000 11111111 111 11111 0 0 100011110 1100100 1010101

Color Harmonies of #EDB0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB0FF

Black with #EDB0FF

Text Example


Text Example

White with #EDB0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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