Html Css Color HEX #ECC2FA Mauve

📋 copy color: '#ECC2FA'

red 236 ◦ green 194 ◦ blue 250

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

Shades of Mauve #ECC2FA

Tints of Mauve #ECC2FA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 28.53%

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

R = 34.71%
G = 28.53%
B = 36.76%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ECC2FA (or 0xECC2FA) is known color: Mauve. HEX triplet: EC, C2 and FA. RGB value is (236,194,250). Sum of RGB (Red+Green+Blue) = 236+194+250=680 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.71% from 680); Green value is 194 (76.17% from 255 or 28.53% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECC2FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC2FA is #133D05. Grayscale: #D4D4D4. Windows color (decimal): -1260806 or 16433900. OLE color: 16433900.

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

Color convert

RGB 236 194 250 -
CMYK 0.06 0.22 0 0.02
HSL 285º 0.85% 0.87% -
HSV(B) 285º 0.22% 0.98% -
XYZ 71.14 63.32 98.91 -
YUV 212.94 148.91 144.45 -
System Red Green Blue C M Y K H S L
Decimal 236 194 250 0.06 0.22 0 0.02 285 0.85 0.87
Hex EC C2 FA 6 16 0 2 11D 55 57
Octal 354 302 372 6 26 0 2 435 125 127
Binary 11101100 11000010 11111010 110 10110 0 10 100011101 1010101 1010111

Color Harmonies of #ECC2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC2FA

Black with #ECC2FA

Text Example


Text Example

White with #ECC2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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