#CEAEFC

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

Shades of Mauve #CEAEFC

Tints of Mauve #CEAEFC

Color information

#CEAEFC (or 0xCEAEFC) is unknown color: approx Mauve. HEX triplet: CE, AE and FC. RGB value is (206,174,252). Sum of RGB (Red+Green+Blue) = 206+174+252=632 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.59% from 632); Green value is 174 (68.36% from 255 or 27.53% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEAEFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAEFC is #315103. Grayscale: #C0C0C0. Windows color (decimal): -3232004 or 16559822. OLE color: 16559822.

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

Color convert

RGB206174252-
CMYK0.180.3100.01
HSL264.62º92.86%83.53%-
HSV(B)264.62º30.95%98.82%-
XYZ58.1650.4298.76-
YUV192.46161.6137.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.59%
GREEN value IS 174 (68.36% from 255) = 27.53%
BLUE value IS 252 (98.83% from 255) = 39.87%
R=32.59%
G=27.53%
B=39.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2061742520.180.3100.01264.6292.8683.53
HexCEAEFC121F011095d54
Octal316256374223701411135124
Binary11001110101011101111110010010111110110000100110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAEFC; }

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

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

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

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

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

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

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

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