#CEACFC

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

Shades of Mauve #CEACFC

Tints of Mauve #CEACFC

Color information

#CEACFC (or 0xCEACFC) is unknown color: approx Mauve. HEX triplet: CE, AC and FC. RGB value is (206,172,252). Sum of RGB (Red+Green+Blue) = 206+172+252=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 172 (67.58% from 255 or 27.30% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEACFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEACFC is #315303. Grayscale: #BEBEBE. Windows color (decimal): -3232516 or 16559310. OLE color: 16559310.

HSL color Cylindrical-coordinate representation of color #CEACFC: hue angle of 265.5º 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 #CEACFC is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB206172252-
CMYK0.180.3200.01
HSL265.5º93.02%83.14%-
HSV(B)265.5º31.75%98.82%-
XYZ57.7849.6698.63-
YUV191.29162.26138.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.70%
GREEN value IS 172 (67.58% from 255) = 27.30%
BLUE value IS 252 (98.83% from 255) = 40%
R=32.70%
G=27.30%
B=40%

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
Decimal2061722520.180.3200.01265.593.0283.14
HexCEACFC12200110a5d53
Octal316254374224001412135123
Binary110011101010110011111100100101000000110000101010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEACFC; }

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

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

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

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

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

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

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

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