#CEA3F4

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

Shades of Mauve #CEA3F4

Tints of Mauve #CEA3F4

Color information

#CEA3F4 (or 0xCEA3F4) is unknown color: approx Mauve. HEX triplet: CE, A3 and F4. RGB value is (206,163,244). Sum of RGB (Red+Green+Blue) = 206+163+244=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 163 (64.06% from 255 or 26.59% from 613); Blue value is 244 (95.70% from 255 or 39.80% from 613); Max value from RGB is 244 - color contains mainly: blue. Hex color #CEA3F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA3F4 is #315C0B. Grayscale: #B8B8B8. Windows color (decimal): -3234828 or 16032718. OLE color: 16032718.

HSL color Cylindrical-coordinate representation of color #CEA3F4: hue angle of 271.85º degrees, saturation: 0.79, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEA3F4 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB206163244-
CMYK0.160.3300.04
HSL271.85º78.64%79.8%-
HSV(B)271.85º33.2%95.69%-
XYZ54.8845.8591.54-
YUV185.09161.25142.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.61%
GREEN value IS 163 (64.06% from 255) = 26.59%
BLUE value IS 244 (95.70% from 255) = 39.80%
R=33.61%
G=26.59%
B=39.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2061632440.160.3300.04271.8578.6479.8
HexCEA3F41021041104f50
Octal316243364204104420117120
Binary11001110101000111111010010000100001010010001000010011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA3F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA3F4; }

 p { color: rgb(206,163,244); }

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

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

 a { background-color: rgb(206,163,244); }

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

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

 span { border-color: rgb(206,163,244); }

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