Html Css Color HEX #EDBAFE Mauve

📋 copy color: '#EDBAFE'

red 237 ◦ green 186 ◦ blue 254

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

Shades of Mauve #EDBAFE

Tints of Mauve #EDBAFE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 27.47%

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

R = 35.01%
G = 27.47%
B = 37.52%

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

#EDBAFE (or 0xEDBAFE) is known color: Mauve. HEX triplet: ED, BA and FE. RGB value is (237,186,254). Sum of RGB (Red+Green+Blue) = 237+186+254=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 186 (73.05% from 255 or 27.47% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDBAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBAFE is #124501. Grayscale: #D0D0D0. Windows color (decimal): -1197314 or 16693997. OLE color: 16693997.

HSL color Cylindrical-coordinate representation of color #EDBAFE: hue angle of 285º 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 #EDBAFE is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 237 186 254 -
CMYK 0.07 0.27 0 0.00
HSL 285º 0.97% 0.86% -
HSV(B) 285º 0.27% 1% -
XYZ 70.37 60.28 101.69 -
YUV 209 153.4 147.97 -
System Red Green Blue C M Y K H S L
Decimal 237 186 254 0.07 0.27 0 0.00 285 0.97 0.86
Hex ED BA FE 7 1B 0 0 11D 61 56
Octal 355 272 376 7 33 0 0 435 141 126
Binary 11101101 10111010 11111110 111 11011 0 0 100011101 1100001 1010110

Color Harmonies of #EDBAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBAFE

Black with #EDBAFE

Text Example


Text Example

White with #EDBAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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