#CEAEFA

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

Shades of Mauve #CEAEFA

Tints of Mauve #CEAEFA

Color information

#CEAEFA (or 0xCEAEFA) is unknown color: approx Mauve. HEX triplet: CE, AE and FA. RGB value is (206,174,250). Sum of RGB (Red+Green+Blue) = 206+174+250=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 174 (68.36% from 255 or 27.62% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEAEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAEFA is #315105. Grayscale: #BFBFBF. Windows color (decimal): -3232006 or 16428750. OLE color: 16428750.

HSL color Cylindrical-coordinate representation of color #CEAEFA: hue angle of 265.26º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEAEFA is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206174250-
CMYK0.180.3000.02
HSL265.26º88.37%83.14%-
HSV(B)265.26º30.4%98.04%-
XYZ57.8450.397.1-
YUV192.23160.6137.82-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.70%
GREEN value IS 174 (68.36% from 255) = 27.62%
BLUE value IS 250 (98.05% from 255) = 39.68%
R=32.70%
G=27.62%
B=39.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061742500.180.3000.02265.2688.3783.14
HexCEAEFA121E021095853
Octal316256372223602411130123
Binary110011101010111011111010100101111001010000100110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAEFA; }

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

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

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

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

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

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

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

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