Html Css Color HEX #EDB5FE Mauve

📋 copy color: '#EDB5FE'

red 237 ◦ green 181 ◦ blue 254

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

Shades of Mauve #EDB5FE

Tints of Mauve #EDB5FE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 26.93%

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

R = 35.27%
G = 26.93%
B = 37.8%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EDB5FE (or 0xEDB5FE) is known color: Mauve. HEX triplet: ED, B5 and FE. RGB value is (237,181,254). Sum of RGB (Red+Green+Blue) = 237+181+254=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 181 (71.09% from 255 or 26.93% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDB5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB5FE is #124A01. Grayscale: #CDCDCD. Windows color (decimal): -1198594 or 16692717. OLE color: 16692717.

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

Color convert

RGB 237 181 254 -
CMYK 0.07 0.29 0 0.00
HSL 286.03º 0.97% 0.85% -
HSV(B) 286.03º 0.29% 1% -
XYZ 69.34 58.21 101.35 -
YUV 206.07 155.05 150.06 -
System Red Green Blue C M Y K H S L
Decimal 237 181 254 0.07 0.29 0 0.00 286.03 0.97 0.85
Hex ED B5 FE 7 1D 0 0 11E 61 55
Octal 355 265 376 7 35 0 0 436 141 125
Binary 11101101 10110101 11111110 111 11101 0 0 100011110 1100001 1010101

Color Harmonies of #EDB5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB5FE

Black with #EDB5FE

Text Example


Text Example

White with #EDB5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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