#CEAAFD

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

Shades of Mauve #CEAAFD

Tints of Mauve #CEAAFD

Color information

#CEAAFD (or 0xCEAAFD) is unknown color: approx Mauve. HEX triplet: CE, AA and FD. RGB value is (206,170,253). Sum of RGB (Red+Green+Blue) = 206+170+253=629 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.75% from 629); Green value is 170 (66.80% from 255 or 27.03% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #CEAAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAAFD is #315502. Grayscale: #BDBDBD. Windows color (decimal): -3233027 or 16624334. OLE color: 16624334.

HSL color Cylindrical-coordinate representation of color #CEAAFD: hue angle of 266.02º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEAAFD is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB206170253-
CMYK0.190.3300.01
HSL266.02º95.4%82.94%-
HSV(B)266.02º32.81%99.22%-
XYZ57.5648.9699.35-
YUV190.23163.43139.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.75%
GREEN value IS 170 (66.80% from 255) = 27.03%
BLUE value IS 253 (99.22% from 255) = 40.22%
R=32.75%
G=27.03%
B=40.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2061702530.190.3300.01266.0295.482.94
HexCEAAFD13210110a5f53
Octal316252375234101412137123
Binary110011101010101011111101100111000010110000101010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAAFD; }

 p { color: rgb(206,170,253); }

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

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

 a { background-color: rgb(206,170,253); }

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

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

 span { border-color: rgb(206,170,253); }

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