Html Css Color HEX #EBBAFC Mauve

📋 copy color: '#EBBAFC'

red 235 ◦ green 186 ◦ blue 252

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

Shades of Mauve #EBBAFC

Tints of Mauve #EBBAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.44%

R = 34.92%
G = 27.64%
B = 37.44%

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

#EBBAFC (or 0xEBBAFC) is known color: Mauve. HEX triplet: EB, BA and FC. RGB value is (235,186,252). Sum of RGB (Red+Green+Blue) = 235+186+252=673 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.92% from 673); Green value is 186 (73.05% from 255 or 27.64% from 673); Blue value is 252 (98.83% from 255 or 37.44% from 673); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBBAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBAFC is #144503. Grayscale: #CFCFCF. Windows color (decimal): -1328388 or 16562923. OLE color: 16562923.

HSL color Cylindrical-coordinate representation of color #EBBAFC: hue angle of 284.55º degrees, saturation: 0.92, 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 #EBBAFC is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 235 186 252 -
CMYK 0.07 0.26 0 0.01
HSL 284.55º 0.92% 0.86% -
HSV(B) 284.55º 0.26% 0.99% -
XYZ 69.39 59.81 99.98 -
YUV 208.18 152.73 147.13 -
System Red Green Blue C M Y K H S L
Decimal 235 186 252 0.07 0.26 0 0.01 284.55 0.92 0.86
Hex EB BA FC 7 1A 0 1 11D 5C 56
Octal 353 272 374 7 32 0 1 435 134 126
Binary 11101011 10111010 11111100 111 11010 0 1 100011101 1011100 1010110

Color Harmonies of #EBBAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBAFC

Black with #EBBAFC

Text Example


Text Example

White with #EBBAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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