#EAADFC

Color #EAADFC Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #EAADFC

Tints of Mauve #EAADFC

Color information

#EAADFC (or 0xEAADFC) is unknown color: approx Mauve. HEX triplet: EA, AD and FC. RGB value is (234,173,252). Sum of RGB (Red+Green+Blue) = 234+173+252=659 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.51% from 659); Green value is 173 (67.97% from 255 or 26.25% from 659); Blue value is 252 (98.83% from 255 or 38.24% from 659); Max value from RGB is 252 - color contains mainly: blue. Hex color #EAADFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAADFC is #155203. Grayscale: #C7C7C7. Windows color (decimal): -1397252 or 16559594. OLE color: 16559594.

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

Color convert

RGB234173252-
CMYK0.070.3100.01
HSL286.33º92.94%83.33%-
HSV(B)286.33º31.35%98.82%-
XYZ66.4554.4199.1-
YUV200.24157.21152.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.51%
GREEN value IS 173 (67.97% from 255) = 26.25%
BLUE value IS 252 (98.83% from 255) = 38.24%
R=35.51%
G=26.25%
B=38.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2341732520.070.3100.01286.3392.9483.33
HexEAADFC71F0111e5d53
Octal35225537473701436135123
Binary111010101010110111111100111111110110001111010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAADFC; }

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

 H1.HeaderClassName
 {
   color: #EAADFC;
 }
 .AnyTagClassName
 {
   color: #EAADFC;
 }
</style>
background-color css

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

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

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

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

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

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