#ECB8F8

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

Shades of Mauve #ECB8F8

Tints of Mauve #ECB8F8

Color information

#ECB8F8 (or 0xECB8F8) is unknown color: approx Mauve. HEX triplet: EC, B8 and F8. RGB value is (236,184,248). Sum of RGB (Red+Green+Blue) = 236+184+248=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 184 (72.27% from 255 or 27.54% from 668); Blue value is 248 (97.27% from 255 or 37.13% from 668); Max value from RGB is 248 - color contains mainly: blue. Hex color #ECB8F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB8F8 is #134707. Grayscale: #CECECE. Windows color (decimal): -1263368 or 16300268. OLE color: 16300268.

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

Color convert

RGB236184248-
CMYK0.050.2600.03
HSL288.75º82.05%84.71%-
HSV(B)288.75º25.81%97.25%-
XYZ68.6858.8996.55-
YUV206.84151.23148.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.33%
GREEN value IS 184 (72.27% from 255) = 27.54%
BLUE value IS 248 (97.27% from 255) = 37.13%
R=35.33%
G=27.54%
B=37.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2361842480.050.2600.03288.7582.0584.71
HexECB8F851A031215255
Octal35427037053203441122125
Binary1110110010111000111110001011101001110010000110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB8F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB8F8; }

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

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

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

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

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

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

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

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