#CEAAF1

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

Shades of Mauve #CEAAF1

Tints of Mauve #CEAAF1

Color information

#CEAAF1 (or 0xCEAAF1) is unknown color: approx Mauve. HEX triplet: CE, AA and F1. RGB value is (206,170,241). Sum of RGB (Red+Green+Blue) = 206+170+241=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 170 (66.80% from 255 or 27.55% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 241 - color contains mainly: blue. Hex color #CEAAF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAAF1 is #31550E. Grayscale: #BCBCBC. Windows color (decimal): -3233039 or 15837902. OLE color: 15837902.

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

Color convert

RGB206170241-
CMYK0.150.2900.05
HSL270.42º71.72%80.59%-
HSV(B)270.42º29.46%94.51%-
XYZ55.7148.2289.59-
YUV188.86157.43140.23-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.39%
GREEN value IS 170 (66.80% from 255) = 27.55%
BLUE value IS 241 (94.53% from 255) = 39.06%
R=33.39%
G=27.55%
B=39.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2061702410.150.2900.05270.4271.7280.59
HexCEAAF1F1D0510e4851
Octal316252361173505416110121
Binary110011101010101011110001111111101010110000111010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAAF1; }

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

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

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

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

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

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

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

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