Html Css Color HEX #EDBFFE Mauve

📋 copy color: '#EDBFFE'

red 237 ◦ green 191 ◦ blue 254

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

Shades of Mauve #EDBFFE

Tints of Mauve #EDBFFE

RGB

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

 GREEN value IS 191 (75% from 255) = 28.01%

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

R = 34.75%
G = 28.01%
B = 37.24%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EDBFFE (or 0xEDBFFE) is known color: Mauve. HEX triplet: ED, BF and FE. RGB value is (237,191,254). Sum of RGB (Red+Green+Blue) = 237+191+254=682 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.75% from 682); Green value is 191 (75% from 255 or 28.01% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDBFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBFFE is #124001. Grayscale: #D3D3D3. Windows color (decimal): -1196034 or 16695277. OLE color: 16695277.

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

Color convert

RGB 237 191 254 -
CMYK 0.07 0.25 0 0.00
HSL 283.81º 0.97% 0.87% -
HSV(B) 283.81º 0.25% 1% -
XYZ 71.45 62.42 102.05 -
YUV 211.94 151.74 145.88 -
System Red Green Blue C M Y K H S L
Decimal 237 191 254 0.07 0.25 0 0.00 283.81 0.97 0.87
Hex ED BF FE 7 19 0 0 11C 61 57
Octal 355 277 376 7 31 0 0 434 141 127
Binary 11101101 10111111 11111110 111 11001 0 0 100011100 1100001 1010111

Color Harmonies of #EDBFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBFFE

Black with #EDBFFE

Text Example


Text Example

White with #EDBFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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