#CEAAF4

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

Shades of Mauve #CEAAF4

Tints of Mauve #CEAAF4

Color information

#CEAAF4 (or 0xCEAAF4) is unknown color: approx Mauve. HEX triplet: CE, AA and F4. RGB value is (206,170,244). Sum of RGB (Red+Green+Blue) = 206+170+244=620 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.23% from 620); Green value is 170 (66.80% from 255 or 27.42% from 620); Blue value is 244 (95.70% from 255 or 39.35% from 620); Max value from RGB is 244 - color contains mainly: blue. Hex color #CEAAF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAAF4 is #31550B. Grayscale: #BCBCBC. Windows color (decimal): -3233036 or 16034510. OLE color: 16034510.

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

Color convert

RGB206170244-
CMYK0.160.3000.04
HSL269.19º77.08%81.18%-
HSV(B)269.19º30.33%95.69%-
XYZ56.1648.491.97-
YUV189.2158.93139.98-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.23%
GREEN value IS 170 (66.80% from 255) = 27.42%
BLUE value IS 244 (95.70% from 255) = 39.35%
R=33.23%
G=27.42%
B=39.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2061702440.160.3000.04269.1977.0881.18
HexCEAAF4101E0410d4d51
Octal316252364203604415115121
Binary1100111010101010111101001000011110010010000110110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAAF4; }

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

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

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

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

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

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

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

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