Html Css Color HEX #EDB9FE Mauve

📋 copy color: '#EDB9FE'

red 237 ◦ green 185 ◦ blue 254

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

Shades of Mauve #EDB9FE

Tints of Mauve #EDB9FE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 27.37%

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

R = 35.06%
G = 27.37%
B = 37.57%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EDB9FE (or 0xEDB9FE) is known color: Mauve. HEX triplet: ED, B9 and FE. RGB value is (237,185,254). Sum of RGB (Red+Green+Blue) = 237+185+254=676 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.06% from 676); Green value is 185 (72.66% from 255 or 27.37% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDB9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB9FE is #124601. Grayscale: #D0D0D0. Windows color (decimal): -1197570 or 16693741. OLE color: 16693741.

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

Color convert

RGB 237 185 254 -
CMYK 0.07 0.27 0 0.00
HSL 285.22º 0.97% 0.86% -
HSV(B) 285.22º 0.27% 1% -
XYZ 70.16 59.86 101.62 -
YUV 208.41 153.73 148.39 -
System Red Green Blue C M Y K H S L
Decimal 237 185 254 0.07 0.27 0 0.00 285.22 0.97 0.86
Hex ED B9 FE 7 1B 0 0 11D 61 56
Octal 355 271 376 7 33 0 0 435 141 126
Binary 11101101 10111001 11111110 111 11011 0 0 100011101 1100001 1010110

Color Harmonies of #EDB9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB9FE

Black with #EDB9FE

Text Example


Text Example

White with #EDB9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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