#CEA4FF

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

Shades of Mauve #CEA4FF

Tints of Mauve #CEA4FF

Color information

#CEA4FF (or 0xCEA4FF) is unknown color: approx Mauve. HEX triplet: CE, A4 and FF. RGB value is (206,164,255). Sum of RGB (Red+Green+Blue) = 206+164+255=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 164 (64.45% from 255 or 26.24% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEA4FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA4FF is #315B00. Grayscale: #BABABA. Windows color (decimal): -3234561 or 16753870. OLE color: 16753870.

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

Color convert

RGB206164255-
CMYK0.190.3600
HSL267.69º100%82.16%-
HSV(B)267.69º35.69%100%-
XYZ56.7846.89100.67-
YUV186.93166.41141.6-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.96%
GREEN value IS 164 (64.45% from 255) = 26.24%
BLUE value IS 255 (100% from 255) = 40.8%
R=32.96%
G=26.24%
B=40.8%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2061642550.190.3600267.6910082.16
HexCEA4FF13240010c6452
Octal316244377234400414144122
Binary110011101010010011111111100111001000010000110011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA4FF; }

 p { color: rgb(206,164,255); }

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

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

 a { background-color: rgb(206,164,255); }

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

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

 span { border-color: rgb(206,164,255); }

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