#CEB0FF

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

Shades of Mauve #CEB0FF

Tints of Mauve #CEB0FF

Color information

#CEB0FF (or 0xCEB0FF) is unknown color: approx Mauve. HEX triplet: CE, B0 and FF. RGB value is (206,176,255). Sum of RGB (Red+Green+Blue) = 206+176+255=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 176 (69.14% from 255 or 27.63% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEB0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEB0FF is #314F00. Grayscale: #C1C1C1. Windows color (decimal): -3231489 or 16756942. OLE color: 16756942.

HSL color Cylindrical-coordinate representation of color #CEB0FF: hue angle of 262.78º 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 #CEB0FF is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB206176255-
CMYK0.190.3100
HSL262.78º100%84.51%-
HSV(B)262.78º30.98%100%-
XYZ59.0351.39101.42-
YUV193.98162.44136.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.34%
GREEN value IS 176 (69.14% from 255) = 27.63%
BLUE value IS 255 (100% from 255) = 40.03%
R=32.34%
G=27.63%
B=40.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2061762550.190.3100262.7810084.51
HexCEB0FF131F001076455
Octal316260377233700407144125
Binary11001110101100001111111110011111110010000011111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB0FF; }

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

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

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

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

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

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

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

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