Html Css Color HEX #EDB2FE Mauve

📋 copy color: '#EDB2FE'

red 237 ◦ green 178 ◦ blue 254

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

Shades of Mauve #EDB2FE

Tints of Mauve #EDB2FE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 26.61%

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

R = 35.43%
G = 26.61%
B = 37.97%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EDB2FE (or 0xEDB2FE) is known color: Mauve. HEX triplet: ED, B2 and FE. RGB value is (237,178,254). Sum of RGB (Red+Green+Blue) = 237+178+254=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 178 (69.92% from 255 or 26.61% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDB2FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB2FE is #124D01. Grayscale: #CCCCCC. Windows color (decimal): -1199362 or 16691949. OLE color: 16691949.

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

Color convert

RGB 237 178 254 -
CMYK 0.07 0.30 0 0.00
HSL 286.58º 0.97% 0.85% -
HSV(B) 286.58º 0.3% 1% -
XYZ 68.73 57 101.15 -
YUV 204.31 156.05 151.32 -
System Red Green Blue C M Y K H S L
Decimal 237 178 254 0.07 0.30 0 0.00 286.58 0.97 0.85
Hex ED B2 FE 7 1E 0 0 11F 61 55
Octal 355 262 376 7 36 0 0 437 141 125
Binary 11101101 10110010 11111110 111 11110 0 0 100011111 1100001 1010101

Color Harmonies of #EDB2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB2FE

Black with #EDB2FE

Text Example


Text Example

White with #EDB2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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