Html Css Color HEX #EDBDF4 Mauve

📋 copy color: '#EDBDF4'

red 237 ◦ green 189 ◦ blue 244

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

Shades of Mauve #EDBDF4

Tints of Mauve #EDBDF4

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.21%

 BLUE value IS 244 (95.7% from 255) = 36.42%

R = 35.37%
G = 28.21%
B = 36.42%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EDBDF4 (or 0xEDBDF4) is known color: Mauve. HEX triplet: ED, BD and F4. RGB value is (237,189,244). Sum of RGB (Red+Green+Blue) = 237+189+244=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 189 (74.22% from 255 or 28.21% from 670); Blue value is 244 (95.70% from 255 or 36.42% from 670); Max value from RGB is 244 - color contains mainly: blue. Hex color #EDBDF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBDF4 is #12420B. Grayscale: #D1D1D1. Windows color (decimal): -1196556 or 16039405. OLE color: 16039405.

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

Color convert

RGB 237 189 244 -
CMYK 0.03 0.23 0 0.04
HSL 292.36º 0.71% 0.85% -
HSV(B) 292.36º 0.23% 0.96% -
XYZ 69.45 60.93 93.69 -
YUV 209.62 147.4 147.53 -
System Red Green Blue C M Y K H S L
Decimal 237 189 244 0.03 0.23 0 0.04 292.36 0.71 0.85
Hex ED BD F4 3 17 0 4 124 47 55
Octal 355 275 364 3 27 0 4 444 107 125
Binary 11101101 10111101 11110100 11 10111 0 100 100100100 1000111 1010101

Color Harmonies of #EDBDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBDF4

Black with #EDBDF4

Text Example


Text Example

White with #EDBDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBDF4; }

 p { color: rgb(237,189,244); }

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

background-color css

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

 a { background-color: rgb(237,189,244); }

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

border-color css

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

 span { border-color: rgb(237,189,244); }

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