#CEB3FD

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

Shades of Mauve #CEB3FD

Tints of Mauve #CEB3FD

Color information

#CEB3FD (or 0xCEB3FD) is unknown color: approx Mauve. HEX triplet: CE, B3 and FD. RGB value is (206,179,253). Sum of RGB (Red+Green+Blue) = 206+179+253=638 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.29% from 638); Green value is 179 (70.31% from 255 or 28.06% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #CEB3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB3FD is #314C02. Grayscale: #C3C3C3. Windows color (decimal): -3230723 or 16626638. OLE color: 16626638.

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

Color convert

RGB206179253-
CMYK0.190.2900.01
HSL261.89º94.87%84.71%-
HSV(B)261.89º29.25%99.22%-
XYZ59.352.4599.93-
YUV195.51160.45135.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.29%
GREEN value IS 179 (70.31% from 255) = 28.06%
BLUE value IS 253 (99.22% from 255) = 39.66%
R=32.29%
G=28.06%
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.01
SystemRedGreenBlueCMYKHSL
Decimal2061792530.190.2900.01261.8994.8784.71
HexCEB3FD131D011065f55
Octal316263375233501406137125
Binary11001110101100111111110110011111010110000011010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB3FD; }

 p { color: rgb(206,179,253); }

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

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

 a { background-color: rgb(206,179,253); }

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

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

 span { border-color: rgb(206,179,253); }

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