#CEB1F4

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

Shades of Mauve #CEB1F4

Tints of Mauve #CEB1F4

Color information

#CEB1F4 (or 0xCEB1F4) is unknown color: approx Mauve. HEX triplet: CE, B1 and F4. RGB value is (206,177,244). Sum of RGB (Red+Green+Blue) = 206+177+244=627 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.85% from 627); Green value is 177 (69.53% from 255 or 28.23% from 627); Blue value is 244 (95.70% from 255 or 38.92% from 627); Max value from RGB is 244 - color contains mainly: blue. Hex color #CEB1F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEB1F4 is #314E0B. Grayscale: #C1C1C1. Windows color (decimal): -3231244 or 16036302. OLE color: 16036302.

HSL color Cylindrical-coordinate representation of color #CEB1F4: hue angle of 265.97º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEB1F4 is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB206177244-
CMYK0.160.2700.04
HSL265.97º75.28%82.55%-
HSV(B)265.97º27.46%95.69%-
XYZ57.551.192.42-
YUV193.31156.61137.05-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.85%
GREEN value IS 177 (69.53% from 255) = 28.23%
BLUE value IS 244 (95.70% from 255) = 38.92%
R=32.85%
G=28.23%
B=38.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2061772440.160.2700.04265.9775.2882.55
HexCEB1F4101B0410a4b53
Octal316261364203304412113123
Binary1100111010110001111101001000011011010010000101010010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB1F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB1F4; }

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

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

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

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

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

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

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

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