#CEA1FE

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

Shades of Mauve #CEA1FE

Tints of Mauve #CEA1FE

Color information

#CEA1FE (or 0xCEA1FE) is unknown color: approx Mauve. HEX triplet: CE, A1 and FE. RGB value is (206,161,254). Sum of RGB (Red+Green+Blue) = 206+161+254=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 161 (63.28% from 255 or 25.93% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEA1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA1FE is #315E01. Grayscale: #B8B8B8. Windows color (decimal): -3235330 or 16687566. OLE color: 16687566.

HSL color Cylindrical-coordinate representation of color #CEA1FE: hue angle of 269.03º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CEA1FE is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB206161254-
CMYK0.190.3700.00
HSL269.03º97.89%81.37%-
HSV(B)269.03º36.61%99.61%-
XYZ56.0945.7799.64-
YUV185.06166.91142.94-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.17%
GREEN value IS 161 (63.28% from 255) = 25.93%
BLUE value IS 254 (99.61% from 255) = 40.90%
R=33.17%
G=25.93%
B=40.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2061612540.190.3700.00269.0397.8981.37
HexCEA1FE13250010d6251
Octal316241376234500415142121
Binary110011101010000111111110100111001010010000110111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA1FE; }

 p { color: rgb(206,161,254); }

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

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

 a { background-color: rgb(206,161,254); }

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

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

 span { border-color: rgb(206,161,254); }

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