Html Css Color HEX #EABFFC Mauve

📋 copy color: '#EABFFC'

red 234 ◦ green 191 ◦ blue 252

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

Shades of Mauve #EABFFC

Tints of Mauve #EABFFC

RGB

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

 GREEN value IS 191 (75% from 255) = 28.21%

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

R = 34.56%
G = 28.21%
B = 37.22%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EABFFC (or 0xEABFFC) is known color: Mauve. HEX triplet: EA, BF and FC. RGB value is (234,191,252). Sum of RGB (Red+Green+Blue) = 234+191+252=677 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.56% from 677); Green value is 191 (75% from 255 or 28.21% from 677); Blue value is 252 (98.83% from 255 or 37.22% from 677); Max value from RGB is 252 - color contains mainly: blue. Hex color #EABFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABFFC is #154003. Grayscale: #D2D2D2. Windows color (decimal): -1392644 or 16564202. OLE color: 16564202.

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

Color convert

RGB 234 191 252 -
CMYK 0.07 0.24 0 0.01
HSL 282.3º 0.91% 0.87% -
HSV(B) 282.3º 0.24% 0.99% -
XYZ 70.13 61.78 100.32 -
YUV 210.81 151.25 144.54 -
System Red Green Blue C M Y K H S L
Decimal 234 191 252 0.07 0.24 0 0.01 282.3 0.91 0.87
Hex EA BF FC 7 18 0 1 11A 5B 57
Octal 352 277 374 7 30 0 1 432 133 127
Binary 11101010 10111111 11111100 111 11000 0 1 100011010 1011011 1010111

Color Harmonies of #EABFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABFFC

Black with #EABFFC

Text Example


Text Example

White with #EABFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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