Html Css Color HEX #ECC2FB Mauve

📋 copy color: '#ECC2FB'

red 236 ◦ green 194 ◦ blue 251

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

Shades of Mauve #ECC2FB

Tints of Mauve #ECC2FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 36.86%

R = 34.65%
G = 28.49%
B = 36.86%

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

#ECC2FB (or 0xECC2FB) is known color: Mauve. HEX triplet: EC, C2 and FB. RGB value is (236,194,251). Sum of RGB (Red+Green+Blue) = 236+194+251=681 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.65% from 681); Green value is 194 (76.17% from 255 or 28.49% from 681); Blue value is 251 (98.44% from 255 or 36.86% from 681); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECC2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC2FB is #133D04. Grayscale: #D4D4D4. Windows color (decimal): -1260805 or 16499436. OLE color: 16499436.

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

Color convert

RGB 236 194 251 -
CMYK 0.06 0.23 0 0.02
HSL 284.21º 0.88% 0.87% -
HSV(B) 284.21º 0.23% 0.98% -
XYZ 71.3 63.38 99.74 -
YUV 213.06 149.41 144.37 -
System Red Green Blue C M Y K H S L
Decimal 236 194 251 0.06 0.23 0 0.02 284.21 0.88 0.87
Hex EC C2 FB 6 17 0 2 11C 58 57
Octal 354 302 373 6 27 0 2 434 130 127
Binary 11101100 11000010 11111011 110 10111 0 10 100011100 1011000 1010111

Color Harmonies of #ECC2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC2FB

Black with #ECC2FB

Text Example


Text Example

White with #ECC2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC2FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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