#CEA5FB

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

Shades of Mauve #CEA5FB

Tints of Mauve #CEA5FB

Color information

#CEA5FB (or 0xCEA5FB) is unknown color: approx Mauve. HEX triplet: CE, A5 and FB. RGB value is (206,165,251). Sum of RGB (Red+Green+Blue) = 206+165+251=622 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.12% from 622); Green value is 165 (64.84% from 255 or 26.53% from 622); Blue value is 251 (98.44% from 255 or 40.35% from 622); Max value from RGB is 251 - color contains mainly: blue. Hex color #CEA5FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA5FB is #315A04. Grayscale: #BABABA. Windows color (decimal): -3234309 or 16491982. OLE color: 16491982.

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

Color convert

RGB206165251-
CMYK0.180.3400.02
HSL268.6º91.49%81.57%-
HSV(B)268.6º34.26%98.43%-
XYZ56.324797.37-
YUV187.06164.08141.51-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.12%
GREEN value IS 165 (64.84% from 255) = 26.53%
BLUE value IS 251 (98.44% from 255) = 40.35%
R=33.12%
G=26.53%
B=40.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061652510.180.3400.02268.691.4981.57
HexCEA5FB12220210d5b52
Octal316245373224202415133122
Binary1100111010100101111110111001010001001010000110110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA5FB; }

 p { color: rgb(206,165,251); }

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

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

 a { background-color: rgb(206,165,251); }

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

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

 span { border-color: rgb(206,165,251); }

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