Html Css Color HEX #ECBAFB Mauve

📋 copy color: '#ECBAFB'

red 236 ◦ green 186 ◦ blue 251

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

Shades of Mauve #ECBAFB

Tints of Mauve #ECBAFB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 27.64%

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

R = 35.07%
G = 27.64%
B = 37.3%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ECBAFB (or 0xECBAFB) is known color: Mauve. HEX triplet: EC, BA and FB. RGB value is (236,186,251). Sum of RGB (Red+Green+Blue) = 236+186+251=673 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.07% from 673); Green value is 186 (73.05% from 255 or 27.64% from 673); Blue value is 251 (98.44% from 255 or 37.30% from 673); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECBAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBAFB is #134504. Grayscale: #D0D0D0. Windows color (decimal): -1262853 or 16497388. OLE color: 16497388.

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

Color convert

RGB 236 186 251 -
CMYK 0.06 0.26 0 0.02
HSL 286.15º 0.89% 0.86% -
HSV(B) 286.15º 0.26% 0.98% -
XYZ 69.56 59.92 99.17 -
YUV 208.36 152.07 147.71 -
System Red Green Blue C M Y K H S L
Decimal 236 186 251 0.06 0.26 0 0.02 286.15 0.89 0.86
Hex EC BA FB 6 1A 0 2 11E 59 56
Octal 354 272 373 6 32 0 2 436 131 126
Binary 11101100 10111010 11111011 110 11010 0 10 100011110 1011001 1010110

Color Harmonies of #ECBAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBAFB

Black with #ECBAFB

Text Example


Text Example

White with #ECBAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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