Html Css Color HEX #EDB6FC Mauve

📋 copy color: '#EDB6FC'

red 237 ◦ green 182 ◦ blue 252

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

Shades of Mauve #EDB6FC

Tints of Mauve #EDB6FC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 27.12%

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

R = 35.32%
G = 27.12%
B = 37.56%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EDB6FC (or 0xEDB6FC) is known color: Mauve. HEX triplet: ED, B6 and FC. RGB value is (237,182,252). Sum of RGB (Red+Green+Blue) = 237+182+252=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 182 (71.48% from 255 or 27.12% from 671); Blue value is 252 (98.83% from 255 or 37.56% from 671); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDB6FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB6FC is #124903. Grayscale: #CECECE. Windows color (decimal): -1198340 or 16561901. OLE color: 16561901.

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

Color convert

RGB 237 182 252 -
CMYK 0.06 0.28 0 0.01
HSL 287.14º 0.92% 0.85% -
HSV(B) 287.14º 0.28% 0.99% -
XYZ 69.22 58.49 99.74 -
YUV 206.43 153.72 149.81 -
System Red Green Blue C M Y K H S L
Decimal 237 182 252 0.06 0.28 0 0.01 287.14 0.92 0.85
Hex ED B6 FC 6 1C 0 1 11F 5C 55
Octal 355 266 374 6 34 0 1 437 134 125
Binary 11101101 10110110 11111100 110 11100 0 1 100011111 1011100 1010101

Color Harmonies of #EDB6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB6FC

Black with #EDB6FC

Text Example


Text Example

White with #EDB6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB6FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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