Html Css Color HEX #EDC3FF Mauve

📋 copy color: '#EDC3FF'

red 237 ◦ green 195 ◦ blue 255

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

Shades of Mauve #EDC3FF

Tints of Mauve #EDC3FF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 28.38%

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

R = 34.5%
G = 28.38%
B = 37.12%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EDC3FF (or 0xEDC3FF) is known color: Mauve. HEX triplet: ED, C3 and FF. RGB value is (237,195,255). Sum of RGB (Red+Green+Blue) = 237+195+255=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 195 (76.56% from 255 or 28.38% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDC3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC3FF is #123C00. Grayscale: #D6D6D6. Windows color (decimal): -1195009 or 16761837. OLE color: 16761837.

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

Color convert

RGB 237 195 255 -
CMYK 0.07 0.24 0 0
HSL 282º 1% 0.88% -
HSV(B) 282º 0.24% 1% -
XYZ 72.49 64.25 103.19 -
YUV 214.4 150.91 144.12 -
System Red Green Blue C M Y K H S L
Decimal 237 195 255 0.07 0.24 0 0 282 1 0.88
Hex ED C3 FF 7 18 0 0 11A 64 58
Octal 355 303 377 7 30 0 0 432 144 130
Binary 11101101 11000011 11111111 111 11000 0 0 100011010 1100100 1011000

Color Harmonies of #EDC3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC3FF

Black with #EDC3FF

Text Example


Text Example

White with #EDC3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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