#CEADF3

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

Shades of Mauve #CEADF3

Tints of Mauve #CEADF3

Color information

#CEADF3 (or 0xCEADF3) is unknown color: approx Mauve. HEX triplet: CE, AD and F3. RGB value is (206,173,243). Sum of RGB (Red+Green+Blue) = 206+173+243=622 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.12% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 243 (95.31% from 255 or 39.07% from 622); Max value from RGB is 243 - color contains mainly: blue. Hex color #CEADF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEADF3 is #31520C. Grayscale: #BEBEBE. Windows color (decimal): -3232269 or 15969742. OLE color: 15969742.

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

Color convert

RGB206173243-
CMYK0.150.2900.05
HSL268.29º74.47%81.57%-
HSV(B)268.29º28.81%95.29%-
XYZ56.5749.4891.36-
YUV190.85157.43138.81-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.12%
GREEN value IS 173 (67.97% from 255) = 27.81%
BLUE value IS 243 (95.31% from 255) = 39.07%
R=33.12%
G=27.81%
B=39.07%

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
Decimal2061732430.150.2900.05268.2974.4781.57
HexCEADF3F1D0510c4a52
Octal316255363173505414112122
Binary110011101010110111110011111111101010110000110010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEADF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEADF3; }

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

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

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

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

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

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

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

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