Html Css Color HEX #ECB9F9 Mauve

📋 copy color: '#ECB9F9'

red 236 ◦ green 185 ◦ blue 249

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

Shades of Mauve #ECB9F9

Tints of Mauve #ECB9F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 37.16%

R = 35.22%
G = 27.61%
B = 37.16%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ECB9F9 (or 0xECB9F9) is known color: Mauve. HEX triplet: EC, B9 and F9. RGB value is (236,185,249). Sum of RGB (Red+Green+Blue) = 236+185+249=670 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.22% from 670); Green value is 185 (72.66% from 255 or 27.61% from 670); Blue value is 249 (97.66% from 255 or 37.16% from 670); Max value from RGB is 249 - color contains mainly: blue. Hex color #ECB9F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB9F9 is #134606. Grayscale: #CFCFCF. Windows color (decimal): -1263111 or 16366060. OLE color: 16366060.

HSL color Cylindrical-coordinate representation of color #ECB9F9: hue angle of 287.81º degrees, saturation: 0.84, 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 #ECB9F9 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 185 249 -
CMYK 0.05 0.26 0 0.02
HSL 287.81º 0.84% 0.85% -
HSV(B) 287.81º 0.26% 0.98% -
XYZ 69.04 59.37 97.44 -
YUV 207.55 151.4 148.3 -
System Red Green Blue C M Y K H S L
Decimal 236 185 249 0.05 0.26 0 0.02 287.81 0.84 0.85
Hex EC B9 F9 5 1A 0 2 120 54 55
Octal 354 271 371 5 32 0 2 440 124 125
Binary 11101100 10111001 11111001 101 11010 0 10 100100000 1010100 1010101

Color Harmonies of #ECB9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB9F9

Black with #ECB9F9

Text Example


Text Example

White with #ECB9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB9F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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