Html Css Color HEX #ECB9FB Mauve

📋 copy color: '#ECB9FB'

red 236 ◦ green 185 ◦ blue 251

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

Shades of Mauve #ECB9FB

Tints of Mauve #ECB9FB

RGB

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

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

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

R = 35.12%
G = 27.53%
B = 37.35%

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

#ECB9FB (or 0xECB9FB) is known color: Mauve. HEX triplet: EC, B9 and FB. RGB value is (236,185,251). Sum of RGB (Red+Green+Blue) = 236+185+251=672 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.12% from 672); Green value is 185 (72.66% from 255 or 27.53% from 672); Blue value is 251 (98.44% from 255 or 37.35% from 672); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECB9FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB9FB is #134604. Grayscale: #CFCFCF. Windows color (decimal): -1263109 or 16497132. OLE color: 16497132.

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

Color convert

RGB 236 185 251 -
CMYK 0.06 0.26 0 0.02
HSL 286.36º 0.89% 0.85% -
HSV(B) 286.36º 0.26% 0.98% -
XYZ 69.35 59.5 99.1 -
YUV 207.77 152.4 148.13 -
System Red Green Blue C M Y K H S L
Decimal 236 185 251 0.06 0.26 0 0.02 286.36 0.89 0.85
Hex EC B9 FB 6 1A 0 2 11E 59 55
Octal 354 271 373 6 32 0 2 436 131 125
Binary 11101100 10111001 11111011 110 11010 0 10 100011110 1011001 1010101

Color Harmonies of #ECB9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB9FB

Black with #ECB9FB

Text Example


Text Example

White with #ECB9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB9FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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