Html Css Color HEX #ECB6FE Mauve

📋 copy color: '#ECB6FE'

red 236 ◦ green 182 ◦ blue 254

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

Shades of Mauve #ECB6FE

Tints of Mauve #ECB6FE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 27.08%

 BLUE value IS 254 (99.61% from 255) = 37.8%

R = 35.12%
G = 27.08%
B = 37.8%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ECB6FE (or 0xECB6FE) is known color: Mauve. HEX triplet: EC, B6 and FE. RGB value is (236,182,254). Sum of RGB (Red+Green+Blue) = 236+182+254=672 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.12% from 672); Green value is 182 (71.48% from 255 or 27.08% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECB6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB6FE is #134901. Grayscale: #CECECE. Windows color (decimal): -1263874 or 16692972. OLE color: 16692972.

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

Color convert

RGB 236 182 254 -
CMYK 0.07 0.28 0 0.00
HSL 285º 0.97% 0.85% -
HSV(B) 285º 0.28% 1% -
XYZ 69.21 58.44 101.4 -
YUV 206.35 154.89 149.15 -
System Red Green Blue C M Y K H S L
Decimal 236 182 254 0.07 0.28 0 0.00 285 0.97 0.85
Hex EC B6 FE 7 1C 0 0 11D 61 55
Octal 354 266 376 7 34 0 0 435 141 125
Binary 11101100 10110110 11111110 111 11100 0 0 100011101 1100001 1010101

Color Harmonies of #ECB6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB6FE

Black with #ECB6FE

Text Example


Text Example

White with #ECB6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB6FE; }

 p { color: rgb(236,182,254); }

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

background-color css

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

 a { background-color: rgb(236,182,254); }

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

border-color css

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

 span { border-color: rgb(236,182,254); }

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