Html Css Color HEX #ECC1FA Mauve

📋 copy color: '#ECC1FA'

red 236 ◦ green 193 ◦ blue 250

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

Shades of Mauve #ECC1FA

Tints of Mauve #ECC1FA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 28.42%

 BLUE value IS 250 (98.05% from 255) = 36.82%

R = 34.76%
G = 28.42%
B = 36.82%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ECC1FA (or 0xECC1FA) is known color: Mauve. HEX triplet: EC, C1 and FA. RGB value is (236,193,250). Sum of RGB (Red+Green+Blue) = 236+193+250=679 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.76% from 679); Green value is 193 (75.78% from 255 or 28.42% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECC1FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC1FA is #133E05. Grayscale: #D4D4D4. Windows color (decimal): -1261062 or 16433644. OLE color: 16433644.

HSL color Cylindrical-coordinate representation of color #ECC1FA: hue angle of 285.26º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECC1FA is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 193 250 -
CMYK 0.06 0.23 0 0.02
HSL 285.26º 0.85% 0.87% -
HSV(B) 285.26º 0.23% 0.98% -
XYZ 70.92 62.87 98.84 -
YUV 212.36 149.25 144.87 -
System Red Green Blue C M Y K H S L
Decimal 236 193 250 0.06 0.23 0 0.02 285.26 0.85 0.87
Hex EC C1 FA 6 17 0 2 11D 55 57
Octal 354 301 372 6 27 0 2 435 125 127
Binary 11101100 11000001 11111010 110 10111 0 10 100011101 1010101 1010111

Color Harmonies of #ECC1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC1FA

Black with #ECC1FA

Text Example


Text Example

White with #ECC1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC1FA; }

 p { color: rgb(236,193,250); }

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

background-color css

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

 a { background-color: rgb(236,193,250); }

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

border-color css

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

 span { border-color: rgb(236,193,250); }

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