#CEB4FE

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

Shades of Mauve #CEB4FE

Tints of Mauve #CEB4FE

Color information

#CEB4FE (or 0xCEB4FE) is unknown color: approx Mauve. HEX triplet: CE, B4 and FE. RGB value is (206,180,254). Sum of RGB (Red+Green+Blue) = 206+180+254=640 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.19% from 640); Green value is 180 (70.70% from 255 or 28.12% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEB4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB4FE is #314B01. Grayscale: #C3C3C3. Windows color (decimal): -3230466 or 16692430. OLE color: 16692430.

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

Color convert

RGB206180254-
CMYK0.190.2900.00
HSL261.08º97.37%85.1%-
HSV(B)261.08º29.13%99.61%-
XYZ59.6652.92100.84-
YUV196.21160.61134.98-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.19%
GREEN value IS 180 (70.70% from 255) = 28.12%
BLUE value IS 254 (99.61% from 255) = 39.69%
R=32.19%
G=28.12%
B=39.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2061802540.190.2900.00261.0897.3785.1
HexCEB4FE131D001056155
Octal316264376233500405141125
Binary11001110101101001111111010011111010010000010111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB4FE; }

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

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

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

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

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

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

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

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