#CEB6FF

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

Shades of Mauve #CEB6FF

Tints of Mauve #CEB6FF

Color information

#CEB6FF (or 0xCEB6FF) is unknown color: approx Mauve. HEX triplet: CE, B6 and FF. RGB value is (206,182,255). Sum of RGB (Red+Green+Blue) = 206+182+255=643 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.04% from 643); Green value is 182 (71.48% from 255 or 28.30% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEB6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB6FF is #314900. Grayscale: #C5C5C5. Windows color (decimal): -3229953 or 16758478. OLE color: 16758478.

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

Color convert

RGB206182255-
CMYK0.190.2900
HSL259.73º100%85.69%-
HSV(B)259.73º28.63%100%-
XYZ60.2353.8101.82-
YUV197.5160.45134.06-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.04%
GREEN value IS 182 (71.48% from 255) = 28.30%
BLUE value IS 255 (100% from 255) = 39.66%
R=32.04%
G=28.30%
B=39.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2061822550.190.2900259.7310085.69
HexCEB6FF131D001046456
Octal316266377233500404144126
Binary11001110101101101111111110011111010010000010011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB6FF; }

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

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

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

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

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

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

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

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