#CEAAF6

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

Shades of Mauve #CEAAF6

Tints of Mauve #CEAAF6

Color information

#CEAAF6 (or 0xCEAAF6) is unknown color: approx Mauve. HEX triplet: CE, AA and F6. RGB value is (206,170,246). Sum of RGB (Red+Green+Blue) = 206+170+246=622 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.12% from 622); Green value is 170 (66.80% from 255 or 27.33% from 622); Blue value is 246 (96.48% from 255 or 39.55% from 622); Max value from RGB is 246 - color contains mainly: blue. Hex color #CEAAF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAAF6 is #315509. Grayscale: #BDBDBD. Windows color (decimal): -3233034 or 16165582. OLE color: 16165582.

HSL color Cylindrical-coordinate representation of color #CEAAF6: hue angle of 268.42º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CEAAF6 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB206170246-
CMYK0.160.3100.04
HSL268.42º80.85%81.57%-
HSV(B)268.42º30.89%96.47%-
XYZ56.4648.5393.58-
YUV189.43159.93139.82-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.12%
GREEN value IS 170 (66.80% from 255) = 27.33%
BLUE value IS 246 (96.48% from 255) = 39.55%
R=33.12%
G=27.33%
B=39.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2061702460.160.3100.04268.4280.8581.57
HexCEAAF6101F0410c5152
Octal316252366203704414121122
Binary1100111010101010111101101000011111010010000110010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAAF6; }

 p { color: rgb(206,170,246); }

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

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

 a { background-color: rgb(206,170,246); }

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

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

 span { border-color: rgb(206,170,246); }

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