Html Css Color HEX #EDBAFD Mauve

📋 copy color: '#EDBAFD'

red 237 ◦ green 186 ◦ blue 253

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

Shades of Mauve #EDBAFD

Tints of Mauve #EDBAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.43%

R = 35.06%
G = 27.51%
B = 37.43%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EDBAFD (or 0xEDBAFD) is known color: Mauve. HEX triplet: ED, BA and FD. RGB value is (237,186,253). Sum of RGB (Red+Green+Blue) = 237+186+253=676 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.06% from 676); Green value is 186 (73.05% from 255 or 27.51% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDBAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBAFD is #124502. Grayscale: #D0D0D0. Windows color (decimal): -1197315 or 16628461. OLE color: 16628461.

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

Color convert

RGB 237 186 253 -
CMYK 0.06 0.26 0 0.01
HSL 285.67º 0.94% 0.86% -
HSV(B) 285.67º 0.26% 0.99% -
XYZ 70.21 60.21 100.85 -
YUV 208.89 152.9 148.05 -
System Red Green Blue C M Y K H S L
Decimal 237 186 253 0.06 0.26 0 0.01 285.67 0.94 0.86
Hex ED BA FD 6 1A 0 1 11E 5E 56
Octal 355 272 375 6 32 0 1 436 136 126
Binary 11101101 10111010 11111101 110 11010 0 1 100011110 1011110 1010110

Color Harmonies of #EDBAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBAFD

Black with #EDBAFD

Text Example


Text Example

White with #EDBAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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