Html Css Color HEX #ECB9FD Mauve

📋 copy color: '#ECB9FD'

red 236 ◦ green 185 ◦ blue 253

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

Shades of Mauve #ECB9FD

Tints of Mauve #ECB9FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.54%

R = 35.01%
G = 27.45%
B = 37.54%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ECB9FD (or 0xECB9FD) is known color: Mauve. HEX triplet: EC, B9 and FD. RGB value is (236,185,253). Sum of RGB (Red+Green+Blue) = 236+185+253=674 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.01% from 674); Green value is 185 (72.66% from 255 or 27.45% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECB9FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB9FD is #134602. Grayscale: #CFCFCF. Windows color (decimal): -1263107 or 16628204. OLE color: 16628204.

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

Color convert

RGB 236 185 253 -
CMYK 0.07 0.27 0 0.01
HSL 285º 0.94% 0.86% -
HSV(B) 285º 0.27% 0.99% -
XYZ 69.67 59.62 100.76 -
YUV 208 153.4 147.97 -
System Red Green Blue C M Y K H S L
Decimal 236 185 253 0.07 0.27 0 0.01 285 0.94 0.86
Hex EC B9 FD 7 1B 0 1 11D 5E 56
Octal 354 271 375 7 33 0 1 435 136 126
Binary 11101100 10111001 11111101 111 11011 0 1 100011101 1011110 1010110

Color Harmonies of #ECB9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB9FD

Black with #ECB9FD

Text Example


Text Example

White with #ECB9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB9FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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