Html Css Color HEX #ECBDFA Mauve

📋 copy color: '#ECBDFA'

red 236 ◦ green 189 ◦ blue 250

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

Shades of Mauve #ECBDFA

Tints of Mauve #ECBDFA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28%

 BLUE value IS 250 (98.05% from 255) = 37.04%

R = 34.96%
G = 28%
B = 37.04%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ECBDFA (or 0xECBDFA) is known color: Mauve. HEX triplet: EC, BD and FA. RGB value is (236,189,250). Sum of RGB (Red+Green+Blue) = 236+189+250=675 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.96% from 675); Green value is 189 (74.22% from 255 or 28% from 675); Blue value is 250 (98.05% from 255 or 37.04% from 675); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECBDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBDFA is #134205. Grayscale: #D1D1D1. Windows color (decimal): -1262086 or 16432620. OLE color: 16432620.

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

Color convert

RGB 236 189 250 -
CMYK 0.06 0.24 0 0.02
HSL 286.23º 0.86% 0.86% -
HSV(B) 286.23º 0.24% 0.98% -
XYZ 70.04 61.13 98.55 -
YUV 210.01 150.57 146.54 -
System Red Green Blue C M Y K H S L
Decimal 236 189 250 0.06 0.24 0 0.02 286.23 0.86 0.86
Hex EC BD FA 6 18 0 2 11E 56 56
Octal 354 275 372 6 30 0 2 436 126 126
Binary 11101100 10111101 11111010 110 11000 0 10 100011110 1010110 1010110

Color Harmonies of #ECBDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBDFA

Black with #ECBDFA

Text Example


Text Example

White with #ECBDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBDFA; }

 p { color: rgb(236,189,250); }

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

background-color css

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

 a { background-color: rgb(236,189,250); }

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

border-color css

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

 span { border-color: rgb(236,189,250); }

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