Html Css Color HEX #EDBAFF Mauve

📋 copy color: '#EDBAFF'

red 237 ◦ green 186 ◦ blue 255

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

Shades of Mauve #EDBAFF

Tints of Mauve #EDBAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.61%

R = 34.96%
G = 27.43%
B = 37.61%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EDBAFF (or 0xEDBAFF) is known color: Mauve. HEX triplet: ED, BA and FF. RGB value is (237,186,255). Sum of RGB (Red+Green+Blue) = 237+186+255=678 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.96% from 678); Green value is 186 (73.05% from 255 or 27.43% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDBAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBAFF is #124500. Grayscale: #D0D0D0. Windows color (decimal): -1197313 or 16759533. OLE color: 16759533.

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

Color convert

RGB 237 186 255 -
CMYK 0.07 0.27 0 0
HSL 284.35º 1% 0.86% -
HSV(B) 284.35º 0.27% 1% -
XYZ 70.53 60.34 102.54 -
YUV 209.12 153.9 147.89 -
System Red Green Blue C M Y K H S L
Decimal 237 186 255 0.07 0.27 0 0 284.35 1 0.86
Hex ED BA FF 7 1B 0 0 11C 64 56
Octal 355 272 377 7 33 0 0 434 144 126
Binary 11101101 10111010 11111111 111 11011 0 0 100011100 1100100 1010110

Color Harmonies of #EDBAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBAFF

Black with #EDBAFF

Text Example


Text Example

White with #EDBAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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