#EFB2FD

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

Shades of Mauve #EFB2FD

Tints of Mauve #EFB2FD

Color information

#EFB2FD (or 0xEFB2FD) is unknown color: approx Mauve. HEX triplet: EF, B2 and FD. RGB value is (239,178,253). Sum of RGB (Red+Green+Blue) = 239+178+253=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 178 (69.92% from 255 or 26.57% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFB2FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB2FD is #104D02. Grayscale: #CCCCCC. Windows color (decimal): -1068291 or 16626415. OLE color: 16626415.

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

Color convert

RGB239178253-
CMYK0.060.3000.01
HSL288.8º94.94%84.51%-
HSV(B)288.8º29.64%99.22%-
XYZ69.2557.28100.34-
YUV204.79155.21152.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.67%
GREEN value IS 178 (69.92% from 255) = 26.57%
BLUE value IS 253 (99.22% from 255) = 37.76%
R=35.67%
G=26.57%
B=37.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391782530.060.3000.01288.894.9484.51
HexEFB2FD61E011215f55
Octal35726237563601441137125
Binary111011111011001011111101110111100110010000110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB2FD; }

 p { color: rgb(239,178,253); }

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

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

 a { background-color: rgb(239,178,253); }

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

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

 span { border-color: rgb(239,178,253); }

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