Html Css Color HEX #EDB8F5 Mauve

📋 copy color: '#EDB8F5'

red 237 ◦ green 184 ◦ blue 245

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

Shades of Mauve #EDB8F5

Tints of Mauve #EDB8F5

RGB

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

 GREEN value IS 184 (72.27% from 255) = 27.63%

 BLUE value IS 245 (96.09% from 255) = 36.79%

R = 35.59%
G = 27.63%
B = 36.79%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EDB8F5 (or 0xEDB8F5) is known color: Mauve. HEX triplet: ED, B8 and F5. RGB value is (237,184,245). Sum of RGB (Red+Green+Blue) = 237+184+245=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 184 (72.27% from 255 or 27.63% from 666); Blue value is 245 (96.09% from 255 or 36.79% from 666); Max value from RGB is 245 - color contains mainly: blue. Hex color #EDB8F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB8F5 is #12470A. Grayscale: #CECECE. Windows color (decimal): -1197835 or 16103661. OLE color: 16103661.

HSL color Cylindrical-coordinate representation of color #EDB8F5: hue angle of 292.13º degrees, saturation: 0.75, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDB8F5 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 184 245 -
CMYK 0.03 0.25 0 0.04
HSL 292.13º 0.75% 0.84% -
HSV(B) 292.13º 0.25% 0.96% -
XYZ 68.55 58.88 94.14 -
YUV 206.8 149.56 149.54 -
System Red Green Blue C M Y K H S L
Decimal 237 184 245 0.03 0.25 0 0.04 292.13 0.75 0.84
Hex ED B8 F5 3 19 0 4 124 4B 54
Octal 355 270 365 3 31 0 4 444 113 124
Binary 11101101 10111000 11110101 11 11001 0 100 100100100 1001011 1010100

Color Harmonies of #EDB8F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB8F5

Black with #EDB8F5

Text Example


Text Example

White with #EDB8F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB8F5; }

 p { color: rgb(237,184,245); }

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

background-color css

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

 a { background-color: rgb(237,184,245); }

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

border-color css

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

 span { border-color: rgb(237,184,245); }

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