Html Css Color HEX #ECC0FA Mauve

📋 copy color: '#ECC0FA'

red 236 ◦ green 192 ◦ blue 250

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

Shades of Mauve #ECC0FA

Tints of Mauve #ECC0FA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 28.32%

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

R = 34.81%
G = 28.32%
B = 36.87%

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

#ECC0FA (or 0xECC0FA) is known color: Mauve. HEX triplet: EC, C0 and FA. RGB value is (236,192,250). Sum of RGB (Red+Green+Blue) = 236+192+250=678 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.81% from 678); Green value is 192 (75.39% from 255 or 28.32% from 678); Blue value is 250 (98.05% from 255 or 36.87% from 678); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECC0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC0FA is #133F05. Grayscale: #D3D3D3. Windows color (decimal): -1261318 or 16433388. OLE color: 16433388.

HSL color Cylindrical-coordinate representation of color #ECC0FA: hue angle of 285.52º 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 #ECC0FA is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 192 250 -
CMYK 0.06 0.23 0 0.02
HSL 285.52º 0.85% 0.87% -
HSV(B) 285.52º 0.23% 0.98% -
XYZ 70.7 62.43 98.77 -
YUV 211.77 149.58 145.28 -
System Red Green Blue C M Y K H S L
Decimal 236 192 250 0.06 0.23 0 0.02 285.52 0.85 0.87
Hex EC C0 FA 6 17 0 2 11E 55 57
Octal 354 300 372 6 27 0 2 436 125 127
Binary 11101100 11000000 11111010 110 10111 0 10 100011110 1010101 1010111

Color Harmonies of #ECC0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC0FA

Black with #ECC0FA

Text Example


Text Example

White with #ECC0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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