#ECAFFB

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

Shades of Mauve #ECAFFB

Tints of Mauve #ECAFFB

Color information

#ECAFFB (or 0xECAFFB) is unknown color: approx Mauve. HEX triplet: EC, AF and FB. RGB value is (236,175,251). Sum of RGB (Red+Green+Blue) = 236+175+251=662 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.65% from 662); Green value is 175 (68.75% from 255 or 26.44% from 662); Blue value is 251 (98.44% from 255 or 37.92% from 662); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECAFFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAFFB is #135004. Grayscale: #C9C9C9. Windows color (decimal): -1265669 or 16494572. OLE color: 16494572.

HSL color Cylindrical-coordinate representation of color #ECAFFB: hue angle of 288.16º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECAFFB is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236175251-
CMYK0.060.3000.02
HSL288.16º90.48%83.53%-
HSV(B)288.16º30.28%98.43%-
XYZ67.3355.4698.42-
YUV201.9155.71152.32-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.65%
GREEN value IS 175 (68.75% from 255) = 26.44%
BLUE value IS 251 (98.44% from 255) = 37.92%
R=35.65%
G=26.44%
B=37.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361752510.060.3000.02288.1690.4883.53
HexECAFFB61E021205a54
Octal35425737363602440132124
Binary1110110010101111111110111101111001010010000010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAFFB; }

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

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

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

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

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

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

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

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