Html Css Color HEX #ECBAFF Mauve

📋 copy color: '#ECBAFF'

red 236 ◦ green 186 ◦ blue 255

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

Shades of Mauve #ECBAFF

Tints of Mauve #ECBAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.67%

R = 34.86%
G = 27.47%
B = 37.67%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ECBAFF (or 0xECBAFF) is known color: Mauve. HEX triplet: EC, BA and FF. RGB value is (236,186,255). Sum of RGB (Red+Green+Blue) = 236+186+255=677 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.86% from 677); Green value is 186 (73.05% from 255 or 27.47% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECBAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBAFF is #134500. Grayscale: #D0D0D0. Windows color (decimal): -1262849 or 16759532. OLE color: 16759532.

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

Color convert

RGB 236 186 255 -
CMYK 0.07 0.27 0 0
HSL 283.48º 1% 0.86% -
HSV(B) 283.48º 0.27% 1% -
XYZ 70.2 60.17 102.52 -
YUV 208.82 154.07 147.39 -
System Red Green Blue C M Y K H S L
Decimal 236 186 255 0.07 0.27 0 0 283.48 1 0.86
Hex EC BA FF 7 1B 0 0 11B 64 56
Octal 354 272 377 7 33 0 0 433 144 126
Binary 11101100 10111010 11111111 111 11011 0 0 100011011 1100100 1010110

Color Harmonies of #ECBAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBAFF

Black with #ECBAFF

Text Example


Text Example

White with #ECBAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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