#CEADF2

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

Shades of Mauve #CEADF2

Tints of Mauve #CEADF2

Color information

#CEADF2 (or 0xCEADF2) is unknown color: approx Mauve. HEX triplet: CE, AD and F2. RGB value is (206,173,242). Sum of RGB (Red+Green+Blue) = 206+173+242=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 242 (94.92% from 255 or 38.97% from 621); Max value from RGB is 242 - color contains mainly: blue. Hex color #CEADF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEADF2 is #31520D. Grayscale: #BEBEBE. Windows color (decimal): -3232270 or 15904206. OLE color: 15904206.

HSL color Cylindrical-coordinate representation of color #CEADF2: hue angle of 268.7º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEADF2 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB206173242-
CMYK0.150.2900.05
HSL268.7º72.63%81.37%-
HSV(B)268.7º28.51%94.9%-
XYZ56.4249.4290.57-
YUV190.73156.93138.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.17%
GREEN value IS 173 (67.97% from 255) = 27.86%
BLUE value IS 242 (94.92% from 255) = 38.97%
R=33.17%
G=27.86%
B=38.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2061732420.150.2900.05268.772.6381.37
HexCEADF2F1D0510d4951
Octal316255362173505415111121
Binary110011101010110111110010111111101010110000110110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEADF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEADF2; }

 p { color: rgb(206,173,242); }

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

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

 a { background-color: rgb(206,173,242); }

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

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

 span { border-color: rgb(206,173,242); }

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