#CEAAF9

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

Shades of Mauve #CEAAF9

Tints of Mauve #CEAAF9

Color information

#CEAAF9 (or 0xCEAAF9) is unknown color: approx Mauve. HEX triplet: CE, AA and F9. RGB value is (206,170,249). Sum of RGB (Red+Green+Blue) = 206+170+249=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 170 (66.80% from 255 or 27.2% from 625); Blue value is 249 (97.66% from 255 or 39.84% from 625); Max value from RGB is 249 - color contains mainly: blue. Hex color #CEAAF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAAF9 is #315506. Grayscale: #BDBDBD. Windows color (decimal): -3233031 or 16362190. OLE color: 16362190.

HSL color Cylindrical-coordinate representation of color #CEAAF9: hue angle of 267.34º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEAAF9 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206170249-
CMYK0.170.3200.02
HSL267.34º86.81%82.16%-
HSV(B)267.34º31.73%97.65%-
XYZ56.9348.7196.02-
YUV189.77161.43139.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.96%
GREEN value IS 170 (66.80% from 255) = 27.2%
BLUE value IS 249 (97.66% from 255) = 39.84%
R=32.96%
G=27.2%
B=39.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061702490.170.3200.02267.3486.8182.16
HexCEAAF911200210b5752
Octal316252371214002413127122
Binary1100111010101010111110011000110000001010000101110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAAF9; }

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

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

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

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

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

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

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

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