Html Css Color HEX #EBBAFD Mauve

📋 copy color: '#EBBAFD'

red 235 ◦ green 186 ◦ blue 253

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

Shades of Mauve #EBBAFD

Tints of Mauve #EBBAFD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 27.6%

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

R = 34.87%
G = 27.6%
B = 37.54%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EBBAFD (or 0xEBBAFD) is known color: Mauve. HEX triplet: EB, BA and FD. RGB value is (235,186,253). Sum of RGB (Red+Green+Blue) = 235+186+253=674 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.87% from 674); Green value is 186 (73.05% from 255 or 27.60% 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 #EBBAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBAFD is #144502. Grayscale: #D0D0D0. Windows color (decimal): -1328387 or 16628459. OLE color: 16628459.

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

Color convert

RGB 235 186 253 -
CMYK 0.07 0.26 0 0.01
HSL 283.88º 0.94% 0.86% -
HSV(B) 283.88º 0.26% 0.99% -
XYZ 69.55 59.87 100.82 -
YUV 208.29 153.23 147.05 -
System Red Green Blue C M Y K H S L
Decimal 235 186 253 0.07 0.26 0 0.01 283.88 0.94 0.86
Hex EB BA FD 7 1A 0 1 11C 5E 56
Octal 353 272 375 7 32 0 1 434 136 126
Binary 11101011 10111010 11111101 111 11010 0 1 100011100 1011110 1010110

Color Harmonies of #EBBAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBAFD

Black with #EBBAFD

Text Example


Text Example

White with #EBBAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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