#CEB1FB

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

Shades of Mauve #CEB1FB

Tints of Mauve #CEB1FB

Color information

#CEB1FB (or 0xCEB1FB) is unknown color: approx Mauve. HEX triplet: CE, B1 and FB. RGB value is (206,177,251). Sum of RGB (Red+Green+Blue) = 206+177+251=634 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.49% from 634); Green value is 177 (69.53% from 255 or 27.92% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 251 - color contains mainly: blue. Hex color #CEB1FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEB1FB is #314E04. Grayscale: #C1C1C1. Windows color (decimal): -3231237 or 16495054. OLE color: 16495054.

HSL color Cylindrical-coordinate representation of color #CEB1FB: hue angle of 263.51º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEB1FB is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206177251-
CMYK0.180.2900.02
HSL263.51º90.24%83.92%-
HSV(B)263.51º29.48%98.43%-
XYZ58.5951.5398.13-
YUV194.11160.11136.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.49%
GREEN value IS 177 (69.53% from 255) = 27.92%
BLUE value IS 251 (98.44% from 255) = 39.59%
R=32.49%
G=27.92%
B=39.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061772510.180.2900.02263.5190.2483.92
HexCEB1FB121D021085a54
Octal316261373223502410132124
Binary110011101011000111111011100101110101010000100010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB1FB; }

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

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

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

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

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

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

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

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