#CEA5FC

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

Shades of Mauve #CEA5FC

Tints of Mauve #CEA5FC

Color information

#CEA5FC (or 0xCEA5FC) is unknown color: approx Mauve. HEX triplet: CE, A5 and FC. RGB value is (206,165,252). Sum of RGB (Red+Green+Blue) = 206+165+252=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 165 (64.84% from 255 or 26.48% from 623); Blue value is 252 (98.83% from 255 or 40.45% from 623); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEA5FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA5FC is #315A03. Grayscale: #BABABA. Windows color (decimal): -3234308 or 16557518. OLE color: 16557518.

HSL color Cylindrical-coordinate representation of color #CEA5FC: hue angle of 268.28º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEA5FC is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB206165252-
CMYK0.180.3500.01
HSL268.28º93.55%81.76%-
HSV(B)268.28º34.52%98.82%-
XYZ56.4847.0698.2-
YUV187.18164.58141.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.07%
GREEN value IS 165 (64.84% from 255) = 26.48%
BLUE value IS 252 (98.83% from 255) = 40.45%
R=33.07%
G=26.48%
B=40.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2061652520.180.3500.01268.2893.5581.76
HexCEA5FC12230110c5e52
Octal316245374224301414136122
Binary110011101010010111111100100101000110110000110010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA5FC; }

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

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

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

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

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

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

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

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