#CEB1FF

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

Shades of Mauve #CEB1FF

Tints of Mauve #CEB1FF

Color information

#CEB1FF (or 0xCEB1FF) is unknown color: approx Mauve. HEX triplet: CE, B1 and FF. RGB value is (206,177,255). Sum of RGB (Red+Green+Blue) = 206+177+255=638 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.29% from 638); Green value is 177 (69.53% from 255 or 27.74% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEB1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEB1FF is #314E00. Grayscale: #C2C2C2. Windows color (decimal): -3231233 or 16757198. OLE color: 16757198.

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

Color convert

RGB206177255-
CMYK0.190.3100
HSL262.31º100%84.71%-
HSV(B)262.31º30.59%100%-
XYZ59.2351.79101.48-
YUV194.56162.11136.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.29%
GREEN value IS 177 (69.53% from 255) = 27.74%
BLUE value IS 255 (100% from 255) = 39.97%
R=32.29%
G=27.74%
B=39.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2061772550.190.3100262.3110084.71
HexCEB1FF131F001066455
Octal316261377233700406144125
Binary11001110101100011111111110011111110010000011011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB1FF; }

 p { color: rgb(206,177,255); }

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

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

 a { background-color: rgb(206,177,255); }

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

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

 span { border-color: rgb(206,177,255); }

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