#CEA9F2

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

Shades of Mauve #CEA9F2

Tints of Mauve #CEA9F2

Color information

#CEA9F2 (or 0xCEA9F2) is unknown color: approx Mauve. HEX triplet: CE, A9 and F2. RGB value is (206,169,242). Sum of RGB (Red+Green+Blue) = 206+169+242=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 169 (66.41% from 255 or 27.39% from 617); Blue value is 242 (94.92% from 255 or 39.22% from 617); Max value from RGB is 242 - color contains mainly: blue. Hex color #CEA9F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA9F2 is #31560D. Grayscale: #BCBCBC. Windows color (decimal): -3233294 or 15903182. OLE color: 15903182.

HSL color Cylindrical-coordinate representation of color #CEA9F2: hue angle of 270.41º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEA9F2 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB206169242-
CMYK0.150.3000.05
HSL270.41º73.74%80.59%-
HSV(B)270.41º30.17%94.9%-
XYZ55.6747.9190.32-
YUV188.38158.26140.56-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.39%
GREEN value IS 169 (66.41% from 255) = 27.39%
BLUE value IS 242 (94.92% from 255) = 39.22%
R=33.39%
G=27.39%
B=39.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2061692420.150.3000.05270.4173.7480.59
HexCEA9F2F1E0510e4a51
Octal316251362173605416112121
Binary110011101010100111110010111111110010110000111010010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA9F2; }

 p { color: rgb(206,169,242); }

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

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

 a { background-color: rgb(206,169,242); }

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

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

 span { border-color: rgb(206,169,242); }

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