Html Css Color HEX #EDB8F7 Mauve

📋 copy color: '#EDB8F7'

red 237 ◦ green 184 ◦ blue 247

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

Shades of Mauve #EDB8F7

Tints of Mauve #EDB8F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 36.98%

R = 35.48%
G = 27.54%
B = 36.98%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EDB8F7 (or 0xEDB8F7) is known color: Mauve. HEX triplet: ED, B8 and F7. RGB value is (237,184,247). Sum of RGB (Red+Green+Blue) = 237+184+247=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 184 (72.27% from 255 or 27.54% from 668); Blue value is 247 (96.88% from 255 or 36.98% from 668); Max value from RGB is 247 - color contains mainly: blue. Hex color #EDB8F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB8F7 is #124708. Grayscale: #CECECE. Windows color (decimal): -1197833 or 16234733. OLE color: 16234733.

HSL color Cylindrical-coordinate representation of color #EDB8F7: hue angle of 290.48º degrees, saturation: 0.8, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDB8F7 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 184 247 -
CMYK 0.04 0.26 0 0.03
HSL 290.48º 0.8% 0.85% -
HSV(B) 290.48º 0.26% 0.97% -
XYZ 68.85 59 95.76 -
YUV 207.03 150.56 149.38 -
System Red Green Blue C M Y K H S L
Decimal 237 184 247 0.04 0.26 0 0.03 290.48 0.8 0.85
Hex ED B8 F7 4 1A 0 3 122 50 55
Octal 355 270 367 4 32 0 3 442 120 125
Binary 11101101 10111000 11110111 100 11010 0 11 100100010 1010000 1010101

Color Harmonies of #EDB8F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB8F7

Black with #EDB8F7

Text Example


Text Example

White with #EDB8F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB8F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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