#CEA4FD

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

Shades of Mauve #CEA4FD

Tints of Mauve #CEA4FD

Color information

#CEA4FD (or 0xCEA4FD) is unknown color: approx Mauve. HEX triplet: CE, A4 and FD. RGB value is (206,164,253). Sum of RGB (Red+Green+Blue) = 206+164+253=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 164 (64.45% from 255 or 26.32% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #CEA4FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA4FD is #315B02. Grayscale: #BABABA. Windows color (decimal): -3234563 or 16622798. OLE color: 16622798.

HSL color Cylindrical-coordinate representation of color #CEA4FD: hue angle of 268.31º degrees, saturation: 0.96, 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 #CEA4FD is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB206164253-
CMYK0.190.3500.01
HSL268.31º95.7%81.76%-
HSV(B)268.31º35.18%99.22%-
XYZ56.4646.7698.98-
YUV186.7165.41141.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.07%
GREEN value IS 164 (64.45% from 255) = 26.32%
BLUE value IS 253 (99.22% from 255) = 40.61%
R=33.07%
G=26.32%
B=40.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2061642530.190.3500.01268.3195.781.76
HexCEA4FD13230110c6052
Octal316244375234301414140122
Binary110011101010010011111101100111000110110000110011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA4FD; }

 p { color: rgb(206,164,253); }

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

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

 a { background-color: rgb(206,164,253); }

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

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

 span { border-color: rgb(206,164,253); }

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