#CEABF6

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

Shades of Mauve #CEABF6

Tints of Mauve #CEABF6

Color information

#CEABF6 (or 0xCEABF6) is unknown color: approx Mauve. HEX triplet: CE, AB and F6. RGB value is (206,171,246). Sum of RGB (Red+Green+Blue) = 206+171+246=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 171 (67.19% from 255 or 27.45% from 623); Blue value is 246 (96.48% from 255 or 39.49% from 623); Max value from RGB is 246 - color contains mainly: blue. Hex color #CEABF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEABF6 is #315409. Grayscale: #BDBDBD. Windows color (decimal): -3232778 or 16165838. OLE color: 16165838.

HSL color Cylindrical-coordinate representation of color #CEABF6: hue angle of 268º degrees, saturation: 0.81, 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 #CEABF6 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB206171246-
CMYK0.160.3000.04
HSL268º80.65%81.76%-
HSV(B)268º30.49%96.47%-
XYZ56.6548.993.64-
YUV190.02159.6139.4-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.07%
GREEN value IS 171 (67.19% from 255) = 27.45%
BLUE value IS 246 (96.48% from 255) = 39.49%
R=33.07%
G=27.45%
B=39.49%

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
Decimal2061712460.160.3000.0426880.6581.76
HexCEABF6101E0410c5152
Octal316253366203604414121122
Binary1100111010101011111101101000011110010010000110010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEABF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEABF6; }

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

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

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

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

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

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

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

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