Html Css Color HEX #EDBFF6 Mauve

📋 copy color: '#EDBFF6'

red 237 ◦ green 191 ◦ blue 246

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

Shades of Mauve #EDBFF6

Tints of Mauve #EDBFF6

RGB

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

 GREEN value IS 191 (75% from 255) = 28.34%

 BLUE value IS 246 (96.48% from 255) = 36.5%

R = 35.16%
G = 28.34%
B = 36.5%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EDBFF6 (or 0xEDBFF6) is known color: Mauve. HEX triplet: ED, BF and F6. RGB value is (237,191,246). Sum of RGB (Red+Green+Blue) = 237+191+246=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 191 (75% from 255 or 28.34% from 674); Blue value is 246 (96.48% from 255 or 36.50% from 674); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDBFF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBFF6 is #124009. Grayscale: #D2D2D2. Windows color (decimal): -1196042 or 16170989. OLE color: 16170989.

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

Color convert

RGB 237 191 246 -
CMYK 0.04 0.22 0 0.04
HSL 290.18º 0.75% 0.86% -
HSV(B) 290.18º 0.22% 0.96% -
XYZ 70.19 61.92 95.44 -
YUV 211.02 147.74 146.53 -
System Red Green Blue C M Y K H S L
Decimal 237 191 246 0.04 0.22 0 0.04 290.18 0.75 0.86
Hex ED BF F6 4 16 0 4 122 4B 56
Octal 355 277 366 4 26 0 4 442 113 126
Binary 11101101 10111111 11110110 100 10110 0 100 100100010 1001011 1010110

Color Harmonies of #EDBFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBFF6

Black with #EDBFF6

Text Example


Text Example

White with #EDBFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBFF6; }

 p { color: rgb(237,191,246); }

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

background-color css

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

 a { background-color: rgb(237,191,246); }

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

border-color css

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

 span { border-color: rgb(237,191,246); }

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