#ECBCFF

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

Shades of Mauve #ECBCFF

Tints of Mauve #ECBCFF

Color information

#ECBCFF (or 0xECBCFF) is unknown color: approx Mauve. HEX triplet: EC, BC and FF. RGB value is (236,188,255). Sum of RGB (Red+Green+Blue) = 236+188+255=679 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.76% from 679); Green value is 188 (73.83% from 255 or 27.69% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECBCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBCFF is #134300. Grayscale: #D1D1D1. Windows color (decimal): -1262337 or 16760044. OLE color: 16760044.

HSL color Cylindrical-coordinate representation of color #ECBCFF: hue angle of 282.99º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECBCFF is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB236188255-
CMYK0.070.2600
HSL282.99º100%86.86%-
HSV(B)282.99º26.27%100%-
XYZ70.6361.02102.66-
YUV209.99153.4146.55-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.76%
GREEN value IS 188 (73.83% from 255) = 27.69%
BLUE value IS 255 (100% from 255) = 37.56%
R=34.76%
G=27.69%
B=37.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2361882550.070.2600282.9910086.86
HexECBCFF71A0011b6457
Octal35427437773200433144127
Binary111011001011110011111111111110100010001101111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBCFF; }

 p { color: rgb(236,188,255); }

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

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

 a { background-color: rgb(236,188,255); }

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

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

 span { border-color: rgb(236,188,255); }

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