#ecb4f8

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

Shades of Mauve #ECB4F8

Tints of Mauve #ECB4F8

Color information

#ECB4F8 (or 0xECB4F8) is unknown color: approx Mauve. HEX triplet: EC, B4 and F8. RGB value is (236,180,248). Sum of RGB (Red+Green+Blue) = 236+180+248=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 180 (70.70% from 255 or 27.11% from 664); Blue value is 248 (97.27% from 255 or 37.35% from 664); Max value from RGB is 248 - color contains mainly: blue. Hex color #ECB4F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB4F8 is #134B07. Grayscale: #CCCCCC. Windows color (decimal): -1264392 or 16299244. OLE color: 16299244.

HSL color Cylindrical-coordinate representation of color #ECB4F8: hue angle of 289.41º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECB4F8 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB236180248-
CMYK0.050.2700.03
HSL289.41º82.93%83.92%-
HSV(B)289.41º27.42%97.25%-
XYZ67.8657.2596.28-
YUV204.5152.55150.47-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.54%
GREEN value IS 180 (70.70% from 255) = 27.11%
BLUE value IS 248 (97.27% from 255) = 37.35%
R=35.54%
G=27.11%
B=37.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2361802480.050.2700.03289.4182.9383.92
HexECB4F851B031215354
Octal35426437053303441123124
Binary1110110010110100111110001011101101110010000110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ecb4f8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ecb4f8; }

 p { color: rgb(236,180,248); }

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

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

 a { background-color: rgb(236,180,248); }

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

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

 span { border-color: rgb(236,180,248); }

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