#CEA0FF

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

Shades of Mauve #CEA0FF

Tints of Mauve #CEA0FF

Color information

#CEA0FF (or 0xCEA0FF) is unknown color: approx Mauve. HEX triplet: CE, A0 and FF. RGB value is (206,160,255). Sum of RGB (Red+Green+Blue) = 206+160+255=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 160 (62.89% from 255 or 25.76% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEA0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA0FF is #315F00. Grayscale: #B8B8B8. Windows color (decimal): -3235585 or 16752846. OLE color: 16752846.

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

Color convert

RGB206160255-
CMYK0.190.3700
HSL269.05º100%81.37%-
HSV(B)269.05º37.25%100%-
XYZ56.0745.48100.43-
YUV184.58167.74143.28-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.17%
GREEN value IS 160 (62.89% from 255) = 25.76%
BLUE value IS 255 (100% from 255) = 41.06%
R=33.17%
G=25.76%
B=41.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2061602550.190.3700269.0510081.37
HexCEA0FF13250010d6451
Octal316240377234500415144121
Binary110011101010000011111111100111001010010000110111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA0FF; }

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

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

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

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

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

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

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

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