#CEA8FA

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

Shades of Mauve #CEA8FA

Tints of Mauve #CEA8FA

Color information

#CEA8FA (or 0xCEA8FA) is unknown color: approx Mauve. HEX triplet: CE, A8 and FA. RGB value is (206,168,250). Sum of RGB (Red+Green+Blue) = 206+168+250=624 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.01% from 624); Green value is 168 (66.02% from 255 or 26.92% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEA8FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA8FA is #315705. Grayscale: #BCBCBC. Windows color (decimal): -3233542 or 16427214. OLE color: 16427214.

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

Color convert

RGB206168250-
CMYK0.180.3300.02
HSL267.8º89.13%81.96%-
HSV(B)267.8º32.8%98.04%-
XYZ56.7148.0396.72-
YUV188.71162.59140.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.01%
GREEN value IS 168 (66.02% from 255) = 26.92%
BLUE value IS 250 (98.05% from 255) = 40.06%
R=33.01%
G=26.92%
B=40.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061682500.180.3300.02267.889.1381.96
HexCEA8FA12210210c5952
Octal316250372224102414131122
Binary1100111010101000111110101001010000101010000110010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA8FA; }

 p { color: rgb(206,168,250); }

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

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

 a { background-color: rgb(206,168,250); }

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

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

 span { border-color: rgb(206,168,250); }

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