#CEA7FE

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

Shades of Mauve #CEA7FE

Tints of Mauve #CEA7FE

Color information

#CEA7FE (or 0xCEA7FE) is unknown color: approx Mauve. HEX triplet: CE, A7 and FE. RGB value is (206,167,254). Sum of RGB (Red+Green+Blue) = 206+167+254=627 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.85% from 627); Green value is 167 (65.62% from 255 or 26.63% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEA7FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA7FE is #315801. Grayscale: #BCBCBC. Windows color (decimal): -3233794 or 16689102. OLE color: 16689102.

HSL color Cylindrical-coordinate representation of color #CEA7FE: hue angle of 266.9º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CEA7FE is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB206167254-
CMYK0.190.3400.00
HSL266.9º97.75%82.55%-
HSV(B)266.9º34.25%99.61%-
XYZ57.1647.92100-
YUV188.58164.92140.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.85%
GREEN value IS 167 (65.62% from 255) = 26.63%
BLUE value IS 254 (99.61% from 255) = 40.51%
R=32.85%
G=26.63%
B=40.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2061672540.190.3400.00266.997.7582.55
HexCEA7FE13220010b6253
Octal316247376234200413142123
Binary110011101010011111111110100111000100010000101111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA7FE; }

 p { color: rgb(206,167,254); }

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

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

 a { background-color: rgb(206,167,254); }

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

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

 span { border-color: rgb(206,167,254); }

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