Html Css Color HEX #EDBCFA Mauve

📋 copy color: '#EDBCFA'

red 237 ◦ green 188 ◦ blue 250

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

Shades of Mauve #EDBCFA

Tints of Mauve #EDBCFA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 27.85%

 BLUE value IS 250 (98.05% from 255) = 37.04%

R = 35.11%
G = 27.85%
B = 37.04%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDBCFA (or 0xEDBCFA) is known color: Mauve. HEX triplet: ED, BC and FA. RGB value is (237,188,250). Sum of RGB (Red+Green+Blue) = 237+188+250=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 188 (73.83% from 255 or 27.85% from 675); Blue value is 250 (98.05% from 255 or 37.04% from 675); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDBCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBCFA is #124305. Grayscale: #D1D1D1. Windows color (decimal): -1196806 or 16432365. OLE color: 16432365.

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

Color convert

RGB 237 188 250 -
CMYK 0.05 0.25 0 0.02
HSL 287.42º 0.86% 0.86% -
HSV(B) 287.42º 0.25% 0.98% -
XYZ 70.16 60.87 98.49 -
YUV 209.72 150.73 147.46 -
System Red Green Blue C M Y K H S L
Decimal 237 188 250 0.05 0.25 0 0.02 287.42 0.86 0.86
Hex ED BC FA 5 19 0 2 11F 56 56
Octal 355 274 372 5 31 0 2 437 126 126
Binary 11101101 10111100 11111010 101 11001 0 10 100011111 1010110 1010110

Color Harmonies of #EDBCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBCFA

Black with #EDBCFA

Text Example


Text Example

White with #EDBCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBCFA; }

 p { color: rgb(237,188,250); }

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

background-color css

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

 a { background-color: rgb(237,188,250); }

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

border-color css

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

 span { border-color: rgb(237,188,250); }

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