#CEABF5

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

Shades of Mauve #CEABF5

Tints of Mauve #CEABF5

Color information

#CEABF5 (or 0xCEABF5) is unknown color: approx Mauve. HEX triplet: CE, AB and F5. RGB value is (206,171,245). Sum of RGB (Red+Green+Blue) = 206+171+245=622 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.12% from 622); Green value is 171 (67.19% from 255 or 27.49% from 622); Blue value is 245 (96.09% from 255 or 39.39% from 622); Max value from RGB is 245 - color contains mainly: blue. Hex color #CEABF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEABF5 is #31540A. Grayscale: #BDBDBD. Windows color (decimal): -3232779 or 16100302. OLE color: 16100302.

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

Color convert

RGB206171245-
CMYK0.160.3000.04
HSL268.38º78.72%81.57%-
HSV(B)268.38º30.2%96.08%-
XYZ56.548.8492.84-
YUV189.9159.1139.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.12%
GREEN value IS 171 (67.19% from 255) = 27.49%
BLUE value IS 245 (96.09% from 255) = 39.39%
R=33.12%
G=27.49%
B=39.39%

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
Decimal2061712450.160.3000.04268.3878.7281.57
HexCEABF5101E0410c4f52
Octal316253365203604414117122
Binary1100111010101011111101011000011110010010000110010011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEABF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEABF5; }

 p { color: rgb(206,171,245); }

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

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

 a { background-color: rgb(206,171,245); }

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

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

 span { border-color: rgb(206,171,245); }

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