Html Css Color HEX #EDC1F8 Mauve

📋 copy color: '#EDC1F8'

red 237 ◦ green 193 ◦ blue 248

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

Shades of Mauve #EDC1F8

Tints of Mauve #EDC1F8

RGB

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

 GREEN value IS 193 (75.78% from 255) = 28.47%

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

R = 34.96%
G = 28.47%
B = 36.58%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EDC1F8 (or 0xEDC1F8) is known color: Mauve. HEX triplet: ED, C1 and F8. RGB value is (237,193,248). Sum of RGB (Red+Green+Blue) = 237+193+248=678 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.96% from 678); Green value is 193 (75.78% from 255 or 28.47% from 678); Blue value is 248 (97.27% from 255 or 36.58% from 678); Max value from RGB is 248 - color contains mainly: blue. Hex color #EDC1F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC1F8 is #123E07. Grayscale: #D4D4D4. Windows color (decimal): -1195528 or 16302573. OLE color: 16302573.

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

Color convert

RGB 237 193 248 -
CMYK 0.04 0.22 0 0.03
HSL 288º 0.8% 0.86% -
HSV(B) 288º 0.22% 0.97% -
XYZ 70.94 62.92 97.21 -
YUV 212.43 148.08 145.53 -
System Red Green Blue C M Y K H S L
Decimal 237 193 248 0.04 0.22 0 0.03 288 0.8 0.86
Hex ED C1 F8 4 16 0 3 120 50 56
Octal 355 301 370 4 26 0 3 440 120 126
Binary 11101101 11000001 11111000 100 10110 0 11 100100000 1010000 1010110

Color Harmonies of #EDC1F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC1F8

Black with #EDC1F8

Text Example


Text Example

White with #EDC1F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC1F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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