#CEB4FF

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

Shades of Mauve #CEB4FF

Tints of Mauve #CEB4FF

Color information

#CEB4FF (or 0xCEB4FF) is unknown color: approx Mauve. HEX triplet: CE, B4 and FF. RGB value is (206,180,255). Sum of RGB (Red+Green+Blue) = 206+180+255=641 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.14% from 641); Green value is 180 (70.70% from 255 or 28.08% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEB4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB4FF is #314B00. Grayscale: #C4C4C4. Windows color (decimal): -3230465 or 16757966. OLE color: 16757966.

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

Color convert

RGB206180255-
CMYK0.190.2900
HSL260.8º100%85.29%-
HSV(B)260.8º29.41%100%-
XYZ59.8252.98101.68-
YUV196.32161.11134.9-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.14%
GREEN value IS 180 (70.70% from 255) = 28.08%
BLUE value IS 255 (100% from 255) = 39.78%
R=32.14%
G=28.08%
B=39.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2061802550.190.2900260.810085.29
HexCEB4FF131D001056455
Octal316264377233500405144125
Binary11001110101101001111111110011111010010000010111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB4FF; }

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

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

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

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

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

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

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

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