#cea3fb

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

Shades of Mauve #CEA3FB

Tints of Mauve #CEA3FB

Color information

#CEA3FB (or 0xCEA3FB) is unknown color: approx Mauve. HEX triplet: CE, A3 and FB. RGB value is (206,163,251). Sum of RGB (Red+Green+Blue) = 206+163+251=620 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.23% from 620); Green value is 163 (64.06% from 255 or 26.29% from 620); Blue value is 251 (98.44% from 255 or 40.48% from 620); Max value from RGB is 251 - color contains mainly: blue. Hex color #CEA3FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA3FB is #315C04. Grayscale: #B9B9B9. Windows color (decimal): -3234821 or 16491470. OLE color: 16491470.

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

Color convert

RGB206163251-
CMYK0.180.3500.02
HSL269.32º91.67%81.18%-
HSV(B)269.32º35.06%98.43%-
XYZ55.9646.2897.25-
YUV185.89164.75142.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.23%
GREEN value IS 163 (64.06% from 255) = 26.29%
BLUE value IS 251 (98.44% from 255) = 40.48%
R=33.23%
G=26.29%
B=40.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061632510.180.3500.02269.3291.6781.18
HexCEA3FB12230210d5c51
Octal316243373224302415134121
Binary1100111010100011111110111001010001101010000110110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cea3fb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cea3fb; }

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

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

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

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

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

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

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

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