Html Css Color HEX #ECBAFC Mauve

📋 copy color: '#ECBAFC'

red 236 ◦ green 186 ◦ blue 252

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

Shades of Mauve #ECBAFC

Tints of Mauve #ECBAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.39%

R = 35.01%
G = 27.6%
B = 37.39%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ECBAFC (or 0xECBAFC) is known color: Mauve. HEX triplet: EC, BA and FC. RGB value is (236,186,252). Sum of RGB (Red+Green+Blue) = 236+186+252=674 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.01% from 674); Green value is 186 (73.05% from 255 or 27.60% from 674); Blue value is 252 (98.83% from 255 or 37.39% from 674); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECBAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBAFC is #134503. Grayscale: #D0D0D0. Windows color (decimal): -1262852 or 16562924. OLE color: 16562924.

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

Color convert

RGB 236 186 252 -
CMYK 0.06 0.26 0 0.01
HSL 285.45º 0.92% 0.86% -
HSV(B) 285.45º 0.26% 0.99% -
XYZ 69.72 59.98 100 -
YUV 208.47 152.57 147.63 -
System Red Green Blue C M Y K H S L
Decimal 236 186 252 0.06 0.26 0 0.01 285.45 0.92 0.86
Hex EC BA FC 6 1A 0 1 11D 5C 56
Octal 354 272 374 6 32 0 1 435 134 126
Binary 11101100 10111010 11111100 110 11010 0 1 100011101 1011100 1010110

Color Harmonies of #ECBAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBAFC

Black with #ECBAFC

Text Example


Text Example

White with #ECBAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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