#ECAFF5

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

Shades of Mauve #ECAFF5

Tints of Mauve #ECAFF5

Color information

#ECAFF5 (or 0xECAFF5) is unknown color: approx Mauve. HEX triplet: EC, AF and F5. RGB value is (236,175,245). Sum of RGB (Red+Green+Blue) = 236+175+245=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 175 (68.75% from 255 or 26.68% from 656); Blue value is 245 (96.09% from 255 or 37.35% from 656); Max value from RGB is 245 - color contains mainly: blue. Hex color #ECAFF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAFF5 is #13500A. Grayscale: #C9C9C9. Windows color (decimal): -1265675 or 16101356. OLE color: 16101356.

HSL color Cylindrical-coordinate representation of color #ECAFF5: hue angle of 292.29º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECAFF5 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB236175245-
CMYK0.040.2900.04
HSL292.29º77.78%82.35%-
HSV(B)292.29º28.57%96.08%-
XYZ66.455.0993.52-
YUV201.22152.71152.81-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.98%
GREEN value IS 175 (68.75% from 255) = 26.68%
BLUE value IS 245 (96.09% from 255) = 37.35%
R=35.98%
G=26.68%
B=37.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2361752450.040.2900.04292.2977.7882.35
HexECAFF541D041244e52
Octal35425736543504444116122
Binary11101100101011111111010110011101010010010010010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAFF5; }

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

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

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

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

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

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

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

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