#CEB2FC

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

Shades of Mauve #CEB2FC

Tints of Mauve #CEB2FC

Color information

#CEB2FC (or 0xCEB2FC) is unknown color: approx Mauve. HEX triplet: CE, B2 and FC. RGB value is (206,178,252). Sum of RGB (Red+Green+Blue) = 206+178+252=636 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.39% from 636); Green value is 178 (69.92% from 255 or 27.99% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEB2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEB2FC is #314D03. Grayscale: #C2C2C2. Windows color (decimal): -3230980 or 16560846. OLE color: 16560846.

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

Color convert

RGB206178252-
CMYK0.180.2900.01
HSL262.7º92.5%84.31%-
HSV(B)262.7º29.37%98.82%-
XYZ58.9451.9999.02-
YUV194.81160.28135.98-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.39%
GREEN value IS 178 (69.92% from 255) = 27.99%
BLUE value IS 252 (98.83% from 255) = 39.62%
R=32.39%
G=27.99%
B=39.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2061782520.180.2900.01262.792.584.31
HexCEB2FC121D011075c54
Octal316262374223501407134124
Binary11001110101100101111110010010111010110000011110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB2FC; }

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

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

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

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

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

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

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

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