Html Css Color HEX #EBC2FD Mauve

📋 copy color: '#EBC2FD'

red 235 ◦ green 194 ◦ blue 253

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

Shades of Mauve #EBC2FD

Tints of Mauve #EBC2FD

RGB

 RED value IS 235 (92.19% from 255) = 34.46%

 GREEN value IS 194 (76.17% from 255) = 28.45%

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

R = 34.46%
G = 28.45%
B = 37.1%

CMYK

 C value IS 0.07

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EBC2FD (or 0xEBC2FD) is known color: Mauve. HEX triplet: EB, C2 and FD. RGB value is (235,194,253). Sum of RGB (Red+Green+Blue) = 235+194+253=682 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.46% from 682); Green value is 194 (76.17% from 255 or 28.45% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBC2FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC2FD is #143D02. Grayscale: #D4D4D4. Windows color (decimal): -1326339 or 16630507. OLE color: 16630507.

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

Color convert

RGB 235 194 253 -
CMYK 0.07 0.23 0 0.01
HSL 281.69º 0.94% 0.88% -
HSV(B) 281.69º 0.23% 0.99% -
XYZ 71.28 63.34 101.4 -
YUV 212.99 150.58 143.7 -
System Red Green Blue C M Y K H S L
Decimal 235 194 253 0.07 0.23 0 0.01 281.69 0.94 0.88
Hex EB C2 FD 7 17 0 1 11A 5E 58
Octal 353 302 375 7 27 0 1 432 136 130
Binary 11101011 11000010 11111101 111 10111 0 1 100011010 1011110 1011000

Color Harmonies of #EBC2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC2FD

Black with #EBC2FD

Text Example


Text Example

White with #EBC2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC2FD; }

 p { color: rgb(235,194,253); }

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

background-color css

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

 a { background-color: rgb(235,194,253); }

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

border-color css

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

 span { border-color: rgb(235,194,253); }

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