Html Css Color HEX #EDC0FB Mauve

📋 copy color: '#EDC0FB'

red 237 ◦ green 192 ◦ blue 251

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

Shades of Mauve #EDC0FB

Tints of Mauve #EDC0FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 36.91%

R = 34.85%
G = 28.24%
B = 36.91%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDC0FB (or 0xEDC0FB) is known color: Mauve. HEX triplet: ED, C0 and FB. RGB value is (237,192,251). Sum of RGB (Red+Green+Blue) = 237+192+251=680 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.85% from 680); Green value is 192 (75.39% from 255 or 28.24% from 680); Blue value is 251 (98.44% from 255 or 36.91% from 680); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDC0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC0FB is #123F04. Grayscale: #D3D3D3. Windows color (decimal): -1195781 or 16498925. OLE color: 16498925.

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

Color convert

RGB 237 192 251 -
CMYK 0.06 0.24 0 0.02
HSL 285.76º 0.88% 0.87% -
HSV(B) 285.76º 0.24% 0.98% -
XYZ 71.19 62.67 99.61 -
YUV 212.18 149.91 145.7 -
System Red Green Blue C M Y K H S L
Decimal 237 192 251 0.06 0.24 0 0.02 285.76 0.88 0.87
Hex ED C0 FB 6 18 0 2 11E 58 57
Octal 355 300 373 6 30 0 2 436 130 127
Binary 11101101 11000000 11111011 110 11000 0 10 100011110 1011000 1010111

Color Harmonies of #EDC0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC0FB

Black with #EDC0FB

Text Example


Text Example

White with #EDC0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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