#CEABF9

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

Shades of Mauve #CEABF9

Tints of Mauve #CEABF9

Color information

#CEABF9 (or 0xCEABF9) is unknown color: approx Mauve. HEX triplet: CE, AB and F9. RGB value is (206,171,249). Sum of RGB (Red+Green+Blue) = 206+171+249=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 171 (67.19% from 255 or 27.32% from 626); Blue value is 249 (97.66% from 255 or 39.78% from 626); Max value from RGB is 249 - color contains mainly: blue. Hex color #CEABF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEABF9 is #315406. Grayscale: #BEBEBE. Windows color (decimal): -3232775 or 16362446. OLE color: 16362446.

HSL color Cylindrical-coordinate representation of color #CEABF9: hue angle of 266.92º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CEABF9 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206171249-
CMYK0.170.3100.02
HSL266.92º86.67%82.35%-
HSV(B)266.92º31.33%97.65%-
XYZ57.1249.0996.09-
YUV190.36161.1139.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.91%
GREEN value IS 171 (67.19% from 255) = 27.32%
BLUE value IS 249 (97.66% from 255) = 39.78%
R=32.91%
G=27.32%
B=39.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061712490.170.3100.02266.9286.6782.35
HexCEABF9111F0210b5752
Octal316253371213702413127122
Binary110011101010101111111001100011111101010000101110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEABF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEABF9; }

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

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

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

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

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

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

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

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