Html Css Color HEX #EDBDFE Mauve

📋 copy color: '#EDBDFE'

red 237 ◦ green 189 ◦ blue 254

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

Shades of Mauve #EDBDFE

Tints of Mauve #EDBDFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.35%

R = 34.85%
G = 27.79%
B = 37.35%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EDBDFE (or 0xEDBDFE) is known color: Mauve. HEX triplet: ED, BD and FE. RGB value is (237,189,254). Sum of RGB (Red+Green+Blue) = 237+189+254=680 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.85% from 680); Green value is 189 (74.22% from 255 or 27.79% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDBDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBDFE is #124201. Grayscale: #D2D2D2. Windows color (decimal): -1196546 or 16694765. OLE color: 16694765.

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

Color convert

RGB 237 189 254 -
CMYK 0.07 0.26 0 0.00
HSL 284.31º 0.97% 0.87% -
HSV(B) 284.31º 0.26% 1% -
XYZ 71.01 61.56 101.9 -
YUV 210.76 152.4 146.71 -
System Red Green Blue C M Y K H S L
Decimal 237 189 254 0.07 0.26 0 0.00 284.31 0.97 0.87
Hex ED BD FE 7 1A 0 0 11C 61 57
Octal 355 275 376 7 32 0 0 434 141 127
Binary 11101101 10111101 11111110 111 11010 0 0 100011100 1100001 1010111

Color Harmonies of #EDBDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBDFE

Black with #EDBDFE

Text Example


Text Example

White with #EDBDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBDFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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