#EFBDFF

Color #EFBDFF Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #EFBDFF

Tints of Mauve #EFBDFF

Color information

#EFBDFF (or 0xEFBDFF) is unknown color: approx Mauve. HEX triplet: EF, BD and FF. RGB value is (239,189,255). Sum of RGB (Red+Green+Blue) = 239+189+255=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 189 (74.22% from 255 or 27.67% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFBDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBDFF is #104200. Grayscale: #D3D3D3. Windows color (decimal): -1065473 or 16760303. OLE color: 16760303.

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

Color convert

RGB239189255-
CMYK0.060.2600
HSL285.45º100%87.06%-
HSV(B)285.45º25.88%100%-
XYZ71.8461.97102.78-
YUV211.47152.56147.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.99%
GREEN value IS 189 (74.22% from 255) = 27.67%
BLUE value IS 255 (100% from 255) = 37.34%
R=34.99%
G=27.67%
B=37.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2391892550.060.2600285.4510087.06
HexEFBDFF61A0011d6457
Octal35727537763200435144127
Binary111011111011110111111111110110100010001110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBDFF; }

 p { color: rgb(239,189,255); }

 H1.HeaderClassName
 {
   color: #EFBDFF;
 }
 .AnyTagClassName
 {
   color: #EFBDFF;
 }
</style>
background-color css

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

 a { background-color: rgb(239,189,255); }

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

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

 span { border-color: rgb(239,189,255); }

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