Html Css Color HEX #EDBAFB Mauve

📋 copy color: '#EDBAFB'

red 237 ◦ green 186 ◦ blue 251

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

Shades of Mauve #EDBAFB

Tints of Mauve #EDBAFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.24%

R = 35.16%
G = 27.6%
B = 37.24%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDBAFB (or 0xEDBAFB) is known color: Mauve. HEX triplet: ED, BA and FB. RGB value is (237,186,251). Sum of RGB (Red+Green+Blue) = 237+186+251=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 186 (73.05% from 255 or 27.60% from 674); Blue value is 251 (98.44% from 255 or 37.24% from 674); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDBAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBAFB is #124504. Grayscale: #D0D0D0. Windows color (decimal): -1197317 or 16497389. OLE color: 16497389.

HSL color Cylindrical-coordinate representation of color #EDBAFB: hue angle of 287.08º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDBAFB is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 186 251 -
CMYK 0.06 0.26 0 0.02
HSL 287.08º 0.89% 0.86% -
HSV(B) 287.08º 0.26% 0.98% -
XYZ 69.9 60.09 99.18 -
YUV 208.66 151.9 148.21 -
System Red Green Blue C M Y K H S L
Decimal 237 186 251 0.06 0.26 0 0.02 287.08 0.89 0.86
Hex ED BA FB 6 1A 0 2 11F 59 56
Octal 355 272 373 6 32 0 2 437 131 126
Binary 11101101 10111010 11111011 110 11010 0 10 100011111 1011001 1010110

Color Harmonies of #EDBAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBAFB

Black with #EDBAFB

Text Example


Text Example

White with #EDBAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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