#ECB4FC

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

Shades of Mauve #ECB4FC

Tints of Mauve #ECB4FC

Color information

#ECB4FC (or 0xECB4FC) is unknown color: approx Mauve. HEX triplet: EC, B4 and FC. RGB value is (236,180,252). Sum of RGB (Red+Green+Blue) = 236+180+252=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 180 (70.70% from 255 or 26.95% from 668); Blue value is 252 (98.83% from 255 or 37.72% from 668); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECB4FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB4FC is #134B03. Grayscale: #CCCCCC. Windows color (decimal): -1264388 or 16561388. OLE color: 16561388.

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

Color convert

RGB236180252-
CMYK0.060.2900.01
HSL286.67º92.31%84.71%-
HSV(B)286.67º28.57%98.82%-
XYZ68.4857.599.59-
YUV204.95154.55150.15-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.33%
GREEN value IS 180 (70.70% from 255) = 26.95%
BLUE value IS 252 (98.83% from 255) = 37.72%
R=35.33%
G=26.95%
B=37.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2361802520.060.2900.01286.6792.3184.71
HexECB4FC61D0111f5c55
Octal35426437463501437134125
Binary111011001011010011111100110111010110001111110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB4FC; }

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

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

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

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

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

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

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

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