#CEA5F3

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

Shades of Mauve #CEA5F3

Tints of Mauve #CEA5F3

Color information

#CEA5F3 (or 0xCEA5F3) is unknown color: approx Mauve. HEX triplet: CE, A5 and F3. RGB value is (206,165,243). Sum of RGB (Red+Green+Blue) = 206+165+243=614 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.55% from 614); Green value is 165 (64.84% from 255 or 26.87% from 614); Blue value is 243 (95.31% from 255 or 39.58% from 614); Max value from RGB is 243 - color contains mainly: blue. Hex color #CEA5F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA5F3 is #315A0C. Grayscale: #B9B9B9. Windows color (decimal): -3234317 or 15967694. OLE color: 15967694.

HSL color Cylindrical-coordinate representation of color #CEA5F3: hue angle of 271.54º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEA5F3 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB206165243-
CMYK0.150.3200.05
HSL271.54º76.47%80%-
HSV(B)271.54º32.1%95.29%-
XYZ55.0946.590.87-
YUV186.15160.08142.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.55%
GREEN value IS 165 (64.84% from 255) = 26.87%
BLUE value IS 243 (95.31% from 255) = 39.58%
R=33.55%
G=26.87%
B=39.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2061652430.150.3200.05271.5476.4780
HexCEA5F3F20051104c50
Octal316245363174005420114120
Binary1100111010100101111100111111100000010110001000010011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA5F3; }

 p { color: rgb(206,165,243); }

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

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

 a { background-color: rgb(206,165,243); }

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

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

 span { border-color: rgb(206,165,243); }

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