#CE94FD

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

Shades of Mauve #CE94FD

Tints of Mauve #CE94FD

Color information

#CE94FD (or 0xCE94FD) is unknown color: approx Mauve. HEX triplet: CE, 94 and FD. RGB value is (206,148,253). Sum of RGB (Red+Green+Blue) = 206+148+253=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 148 (58.20% from 255 or 24.38% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE94FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE94FD is #316B02. Grayscale: #B0B0B0. Windows color (decimal): -3238659 or 16618702. OLE color: 16618702.

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

Color convert

RGB206148253-
CMYK0.190.4200.01
HSL273.14º96.33%78.63%-
HSV(B)273.14º41.5%99.22%-
XYZ53.7741.3998.08-
YUV177.31170.72148.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.94%
GREEN value IS 148 (58.20% from 255) = 24.38%
BLUE value IS 253 (99.22% from 255) = 41.68%
R=33.94%
G=24.38%
B=41.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2061482530.190.4200.01273.1496.3378.63
HexCE94FD132A01111604f
Octal316224375235201421140117
Binary110011101001010011111101100111010100110001000111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE94FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE94FD; }

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

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

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

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

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

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

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

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