Html Css Color HEX #EABBFC Mauve

📋 copy color: '#EABBFC'

red 234 ◦ green 187 ◦ blue 252

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

Shades of Mauve #EABBFC

Tints of Mauve #EABBFC

RGB

 RED value IS 234 (91.8% from 255) = 34.77%

 GREEN value IS 187 (73.44% from 255) = 27.79%

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

R = 34.77%
G = 27.79%
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

#EABBFC (or 0xEABBFC) is known color: Mauve. HEX triplet: EA, BB and FC. RGB value is (234,187,252). Sum of RGB (Red+Green+Blue) = 234+187+252=673 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.77% from 673); Green value is 187 (73.44% from 255 or 27.79% 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 #EABBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABBFC is #154403. Grayscale: #D0D0D0. Windows color (decimal): -1393668 or 16563178. OLE color: 16563178.

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

Color convert

RGB 234 187 252 -
CMYK 0.07 0.26 0 0.01
HSL 283.38º 0.92% 0.86% -
HSV(B) 283.38º 0.26% 0.99% -
XYZ 69.27 60.06 100.04 -
YUV 208.46 152.57 146.21 -
System Red Green Blue C M Y K H S L
Decimal 234 187 252 0.07 0.26 0 0.01 283.38 0.92 0.86
Hex EA BB FC 7 1A 0 1 11B 5C 56
Octal 352 273 374 7 32 0 1 433 134 126
Binary 11101010 10111011 11111100 111 11010 0 1 100011011 1011100 1010110

Color Harmonies of #EABBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABBFC

Black with #EABBFC

Text Example


Text Example

White with #EABBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABBFC; }

 p { color: rgb(234,187,252); }

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

background-color css

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

 a { background-color: rgb(234,187,252); }

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

border-color css

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

 span { border-color: rgb(234,187,252); }

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