#ECC4FB

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

Shades of Mauve #ECC4FB

Tints of Mauve #ECC4FB

Color information

#ECC4FB (or 0xECC4FB) is unknown color: approx Mauve. HEX triplet: EC, C4 and FB. RGB value is (236,196,251). Sum of RGB (Red+Green+Blue) = 236+196+251=683 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.55% from 683); Green value is 196 (76.95% from 255 or 28.70% from 683); Blue value is 251 (98.44% from 255 or 36.75% from 683); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECC4FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC4FB is #133B04. Grayscale: #D6D6D6. Windows color (decimal): -1260293 or 16499948. OLE color: 16499948.

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

Color convert

RGB236196251-
CMYK0.060.2200.02
HSL283.64º87.3%87.65%-
HSV(B)283.64º21.91%98.43%-
XYZ71.7464.2899.89-
YUV214.23148.75143.53-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.55%
GREEN value IS 196 (76.95% from 255) = 28.70%
BLUE value IS 251 (98.44% from 255) = 36.75%
R=34.55%
G=28.70%
B=36.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361962510.060.2200.02283.6487.387.65
HexECC4FB6160211c5758
Octal35430437362602434127130
Binary1110110011000100111110111101011001010001110010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC4FB; }

 p { color: rgb(236,196,251); }

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

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

 a { background-color: rgb(236,196,251); }

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

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

 span { border-color: rgb(236,196,251); }

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