#CEADF9

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

Shades of Mauve #CEADF9

Tints of Mauve #CEADF9

Color information

#CEADF9 (or 0xCEADF9) is unknown color: approx Mauve. HEX triplet: CE, AD and F9. RGB value is (206,173,249). Sum of RGB (Red+Green+Blue) = 206+173+249=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 173 (67.97% from 255 or 27.55% from 628); Blue value is 249 (97.66% from 255 or 39.65% from 628); Max value from RGB is 249 - color contains mainly: blue. Hex color #CEADF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEADF9 is #315206. Grayscale: #BFBFBF. Windows color (decimal): -3232263 or 16362958. OLE color: 16362958.

HSL color Cylindrical-coordinate representation of color #CEADF9: hue angle of 266.05º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CEADF9 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206173249-
CMYK0.170.3100.02
HSL266.05º86.36%82.75%-
HSV(B)266.05º30.52%97.65%-
XYZ57.549.8596.21-
YUV191.53160.43138.32-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.80%
GREEN value IS 173 (67.97% from 255) = 27.55%
BLUE value IS 249 (97.66% from 255) = 39.65%
R=32.80%
G=27.55%
B=39.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061732490.170.3100.02266.0586.3682.75
HexCEADF9111F0210a5653
Octal316255371213702412126123
Binary110011101010110111111001100011111101010000101010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEADF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEADF9; }

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

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

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

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

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

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

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

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