Html Css Color HEX #EDC0F8 Mauve

📋 copy color: '#EDC0F8'

red 237 ◦ green 192 ◦ blue 248

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

Shades of Mauve #EDC0F8

Tints of Mauve #EDC0F8

RGB

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

 GREEN value IS 192 (75.39% from 255) = 28.36%

 BLUE value IS 248 (97.27% from 255) = 36.63%

R = 35.01%
G = 28.36%
B = 36.63%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EDC0F8 (or 0xEDC0F8) is known color: Mauve. HEX triplet: ED, C0 and F8. RGB value is (237,192,248). Sum of RGB (Red+Green+Blue) = 237+192+248=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 192 (75.39% from 255 or 28.36% from 677); Blue value is 248 (97.27% from 255 or 36.63% from 677); Max value from RGB is 248 - color contains mainly: blue. Hex color #EDC0F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC0F8 is #123F07. Grayscale: #D3D3D3. Windows color (decimal): -1195784 or 16302317. OLE color: 16302317.

HSL color Cylindrical-coordinate representation of color #EDC0F8: hue angle of 288.21º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDC0F8 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 192 248 -
CMYK 0.04 0.23 0 0.03
HSL 288.21º 0.8% 0.86% -
HSV(B) 288.21º 0.23% 0.97% -
XYZ 70.72 62.48 97.14 -
YUV 211.84 148.41 145.95 -
System Red Green Blue C M Y K H S L
Decimal 237 192 248 0.04 0.23 0 0.03 288.21 0.8 0.86
Hex ED C0 F8 4 17 0 3 120 50 56
Octal 355 300 370 4 27 0 3 440 120 126
Binary 11101101 11000000 11111000 100 10111 0 11 100100000 1010000 1010110

Color Harmonies of #EDC0F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC0F8

Black with #EDC0F8

Text Example


Text Example

White with #EDC0F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC0F8; }

 p { color: rgb(237,192,248); }

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

background-color css

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

 a { background-color: rgb(237,192,248); }

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

border-color css

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

 span { border-color: rgb(237,192,248); }

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