#CE90FC

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

Shades of Mauve #CE90FC

Tints of Mauve #CE90FC

Color information

#CE90FC (or 0xCE90FC) is unknown color: approx Mauve. HEX triplet: CE, 90 and FC. RGB value is (206,144,252). Sum of RGB (Red+Green+Blue) = 206+144+252=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 144 (56.64% from 255 or 23.92% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE90FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE90FC is #316F03. Grayscale: #AEAEAE. Windows color (decimal): -3239684 or 16552142. OLE color: 16552142.

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

Color convert

RGB206144252-
CMYK0.180.4300.01
HSL274.44º94.74%77.65%-
HSV(B)274.44º42.86%98.82%-
XYZ5340.197.04-
YUV174.85171.54150.22-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.22%
GREEN value IS 144 (56.64% from 255) = 23.92%
BLUE value IS 252 (98.83% from 255) = 41.86%
R=34.22%
G=23.92%
B=41.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2061442520.180.4300.01274.4494.7477.65
HexCE90FC122B011125f4e
Octal316220374225301422137116
Binary110011101001000011111100100101010110110001001010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE90FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE90FC; }

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

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

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

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

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

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

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

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