#CEABFC

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

Shades of Mauve #CEABFC

Tints of Mauve #CEABFC

Color information

#CEABFC (or 0xCEABFC) is unknown color: approx Mauve. HEX triplet: CE, AB and FC. RGB value is (206,171,252). Sum of RGB (Red+Green+Blue) = 206+171+252=629 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.75% from 629); Green value is 171 (67.19% from 255 or 27.19% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEABFC is #315403. Grayscale: #BEBEBE. Windows color (decimal): -3232772 or 16559054. OLE color: 16559054.

HSL color Cylindrical-coordinate representation of color #CEABFC: hue angle of 265.93º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEABFC is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB206171252-
CMYK0.180.3200.01
HSL265.93º93.1%82.94%-
HSV(B)265.93º32.14%98.82%-
XYZ57.5949.2898.57-
YUV190.7162.6138.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.75%
GREEN value IS 171 (67.19% from 255) = 27.19%
BLUE value IS 252 (98.83% from 255) = 40.06%
R=32.75%
G=27.19%
B=40.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2061712520.180.3200.01265.9393.182.94
HexCEABFC12200110a5d53
Octal316253374224001412135123
Binary110011101010101111111100100101000000110000101010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEABFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEABFC; }

 p { color: rgb(206,171,252); }

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

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

 a { background-color: rgb(206,171,252); }

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

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

 span { border-color: rgb(206,171,252); }

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