#CEA2FD

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

Shades of Mauve #CEA2FD

Tints of Mauve #CEA2FD

Color information

#CEA2FD (or 0xCEA2FD) is unknown color: approx Mauve. HEX triplet: CE, A2 and FD. RGB value is (206,162,253). Sum of RGB (Red+Green+Blue) = 206+162+253=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 162 (63.67% from 255 or 26.09% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #CEA2FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA2FD is #315D02. Grayscale: #B9B9B9. Windows color (decimal): -3235075 or 16622286. OLE color: 16622286.

HSL color Cylindrical-coordinate representation of color #CEA2FD: hue angle of 269.01º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CEA2FD is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB206162253-
CMYK0.190.3600.01
HSL269.01º95.79%81.37%-
HSV(B)269.01º35.97%99.22%-
XYZ56.146.0598.86-
YUV185.53166.08142.6-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.17%
GREEN value IS 162 (63.67% from 255) = 26.09%
BLUE value IS 253 (99.22% from 255) = 40.74%
R=33.17%
G=26.09%
B=40.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2061622530.190.3600.01269.0195.7981.37
HexCEA2FD13240110d6051
Octal316242375234401415140121
Binary110011101010001011111101100111001000110000110111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA2FD; }

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

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

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

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

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

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

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

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