#CE90FE

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

Shades of Mauve #CE90FE

Tints of Mauve #CE90FE

Color information

#CE90FE (or 0xCE90FE) is unknown color: approx Mauve. HEX triplet: CE, 90 and FE. RGB value is (206,144,254). Sum of RGB (Red+Green+Blue) = 206+144+254=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 144 (56.64% from 255 or 23.84% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE90FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE90FE is #316F01. Grayscale: #AEAEAE. Windows color (decimal): -3239682 or 16683214. OLE color: 16683214.

HSL color Cylindrical-coordinate representation of color #CE90FE: hue angle of 273.82º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE90FE is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB206144254-
CMYK0.190.4300.00
HSL273.82º98.21%78.04%-
HSV(B)273.82º43.31%99.61%-
XYZ53.3240.2298.72-
YUV175.08172.54150.06-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.11%
GREEN value IS 144 (56.64% from 255) = 23.84%
BLUE value IS 254 (99.61% from 255) = 42.05%
R=34.11%
G=23.84%
B=42.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2061442540.190.4300.00273.8298.2178.04
HexCE90FE132B00112624e
Octal316220376235300422142116
Binary110011101001000011111110100111010110010001001011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE90FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE90FE; }

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

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

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

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

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

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

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

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