Html Css Color HEX #EABDFC Mauve

📋 copy color: '#EABDFC'

red 234 ◦ green 189 ◦ blue 252

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

Shades of Mauve #EABDFC

Tints of Mauve #EABDFC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28%

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

R = 34.67%
G = 28%
B = 37.33%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EABDFC (or 0xEABDFC) is known color: Mauve. HEX triplet: EA, BD and FC. RGB value is (234,189,252). Sum of RGB (Red+Green+Blue) = 234+189+252=675 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.67% from 675); Green value is 189 (74.22% from 255 or 28% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 252 - color contains mainly: blue. Hex color #EABDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABDFC is #154203. Grayscale: #D1D1D1. Windows color (decimal): -1393156 or 16563690. OLE color: 16563690.

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

Color convert

RGB 234 189 252 -
CMYK 0.07 0.25 0 0.01
HSL 282.86º 0.91% 0.86% -
HSV(B) 282.86º 0.25% 0.99% -
XYZ 69.7 60.92 100.18 -
YUV 209.64 151.91 145.38 -
System Red Green Blue C M Y K H S L
Decimal 234 189 252 0.07 0.25 0 0.01 282.86 0.91 0.86
Hex EA BD FC 7 19 0 1 11B 5B 56
Octal 352 275 374 7 31 0 1 433 133 126
Binary 11101010 10111101 11111100 111 11001 0 1 100011011 1011011 1010110

Color Harmonies of #EABDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABDFC

Black with #EABDFC

Text Example


Text Example

White with #EABDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABDFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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