Html Css Color HEX #ECB9FE Mauve

📋 copy color: '#ECB9FE'

red 236 ◦ green 185 ◦ blue 254

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

Shades of Mauve #ECB9FE

Tints of Mauve #ECB9FE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 27.41%

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

R = 34.96%
G = 27.41%
B = 37.63%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ECB9FE (or 0xECB9FE) is known color: Mauve. HEX triplet: EC, B9 and FE. RGB value is (236,185,254). Sum of RGB (Red+Green+Blue) = 236+185+254=675 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.96% from 675); Green value is 185 (72.66% from 255 or 27.41% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECB9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB9FE is #134601. Grayscale: #CFCFCF. Windows color (decimal): -1263106 or 16693740. OLE color: 16693740.

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

Color convert

RGB 236 185 254 -
CMYK 0.07 0.27 0 0.00
HSL 284.35º 0.97% 0.86% -
HSV(B) 284.35º 0.27% 1% -
XYZ 69.83 59.69 101.61 -
YUV 208.12 153.9 147.89 -
System Red Green Blue C M Y K H S L
Decimal 236 185 254 0.07 0.27 0 0.00 284.35 0.97 0.86
Hex EC B9 FE 7 1B 0 0 11C 61 56
Octal 354 271 376 7 33 0 0 434 141 126
Binary 11101100 10111001 11111110 111 11011 0 0 100011100 1100001 1010110

Color Harmonies of #ECB9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB9FE

Black with #ECB9FE

Text Example


Text Example

White with #ECB9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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