Html Css Color HEX #EDB3FC Mauve

📋 copy color: '#EDB3FC'

red 237 ◦ green 179 ◦ blue 252

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

Shades of Mauve #EDB3FC

Tints of Mauve #EDB3FC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 26.8%

 BLUE value IS 252 (98.83% from 255) = 37.72%

R = 35.48%
G = 26.8%
B = 37.72%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EDB3FC (or 0xEDB3FC) is known color: Mauve. HEX triplet: ED, B3 and FC. RGB value is (237,179,252). Sum of RGB (Red+Green+Blue) = 237+179+252=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 179 (70.31% from 255 or 26.80% from 668); Blue value is 252 (98.83% from 255 or 37.72% from 668); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDB3FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB3FC is #124C03. Grayscale: #CCCCCC. Windows color (decimal): -1199108 or 16561133. OLE color: 16561133.

HSL color Cylindrical-coordinate representation of color #EDB3FC: hue angle of 287.67º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDB3FC is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 179 252 -
CMYK 0.06 0.29 0 0.01
HSL 287.67º 0.92% 0.85% -
HSV(B) 287.67º 0.29% 0.99% -
XYZ 68.62 57.27 99.53 -
YUV 204.66 154.72 151.06 -
System Red Green Blue C M Y K H S L
Decimal 237 179 252 0.06 0.29 0 0.01 287.67 0.92 0.85
Hex ED B3 FC 6 1D 0 1 120 5C 55
Octal 355 263 374 6 35 0 1 440 134 125
Binary 11101101 10110011 11111100 110 11101 0 1 100100000 1011100 1010101

Color Harmonies of #EDB3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB3FC

Black with #EDB3FC

Text Example


Text Example

White with #EDB3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB3FC; }

 p { color: rgb(237,179,252); }

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

background-color css

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

 a { background-color: rgb(237,179,252); }

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

border-color css

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

 span { border-color: rgb(237,179,252); }

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