Html Css Color HEX #ECB3FF Mauve

📋 copy color: '#ECB3FF'

red 236 ◦ green 179 ◦ blue 255

#ECB3FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #ECB3FF

Tints of Mauve #ECB3FF

RGB

 RED value IS 236 (92.58% from 255) = 35.22%

 GREEN value IS 179 (70.31% from 255) = 26.72%

 BLUE value IS 255 (100% from 255) = 38.06%

R = 35.22%
G = 26.72%
B = 38.06%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ECB3FF (or 0xECB3FF) is known color: Mauve. HEX triplet: EC, B3 and FF. RGB value is (236,179,255). Sum of RGB (Red+Green+Blue) = 236+179+255=670 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.22% from 670); Green value is 179 (70.31% from 255 or 26.72% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECB3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB3FF is #134C00. Grayscale: #CCCCCC. Windows color (decimal): -1264641 or 16757740. OLE color: 16757740.

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

Color convert

RGB 236 179 255 -
CMYK 0.07 0.30 0 0
HSL 285º 1% 0.85% -
HSV(B) 285º 0.3% 1% -
XYZ 68.76 57.29 102.04 -
YUV 204.71 156.38 150.32 -
System Red Green Blue C M Y K H S L
Decimal 236 179 255 0.07 0.30 0 0 285 1 0.85
Hex EC B3 FF 7 1E 0 0 11D 64 55
Octal 354 263 377 7 36 0 0 435 144 125
Binary 11101100 10110011 11111111 111 11110 0 0 100011101 1100100 1010101

Color Harmonies of #ECB3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB3FF

Black with #ECB3FF

Text Example


Text Example

White with #ECB3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB3FF; }

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

 H1.HeaderClassName
 {
   color: #ECB3FF;
 }
 .AnyTagClassName
 {
   color: #ECB3FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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