#CEA8F8

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

Shades of Mauve #CEA8F8

Tints of Mauve #CEA8F8

Color information

#CEA8F8 (or 0xCEA8F8) is unknown color: approx Mauve. HEX triplet: CE, A8 and F8. RGB value is (206,168,248). Sum of RGB (Red+Green+Blue) = 206+168+248=622 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.12% from 622); Green value is 168 (66.02% from 255 or 27.01% from 622); Blue value is 248 (97.27% from 255 or 39.87% from 622); Max value from RGB is 248 - color contains mainly: blue. Hex color #CEA8F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA8F8 is #315707. Grayscale: #BCBCBC. Windows color (decimal): -3233544 or 16296142. OLE color: 16296142.

HSL color Cylindrical-coordinate representation of color #CEA8F8: hue angle of 268.5º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEA8F8 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB206168248-
CMYK0.170.3200.03
HSL268.5º85.11%81.57%-
HSV(B)268.5º32.26%97.25%-
XYZ56.447.995.08-
YUV188.48161.59140.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.12%
GREEN value IS 168 (66.02% from 255) = 27.01%
BLUE value IS 248 (97.27% from 255) = 39.87%
R=33.12%
G=27.01%
B=39.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2061682480.170.3200.03268.585.1181.57
HexCEA8F811200310c5552
Octal316250370214003414125122
Binary1100111010101000111110001000110000001110000110010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA8F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA8F8; }

 p { color: rgb(206,168,248); }

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

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

 a { background-color: rgb(206,168,248); }

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

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

 span { border-color: rgb(206,168,248); }

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