#CEAAFE

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

Shades of Mauve #CEAAFE

Tints of Mauve #CEAAFE

Color information

#CEAAFE (or 0xCEAAFE) is unknown color: approx Mauve. HEX triplet: CE, AA and FE. RGB value is (206,170,254). Sum of RGB (Red+Green+Blue) = 206+170+254=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 170 (66.80% from 255 or 26.98% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEAAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAAFE is #315501. Grayscale: #BEBEBE. Windows color (decimal): -3233026 or 16689870. OLE color: 16689870.

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

Color convert

RGB206170254-
CMYK0.190.3300.00
HSL265.71º97.67%83.14%-
HSV(B)265.71º33.07%99.61%-
XYZ57.7249.03100.19-
YUV190.34163.93139.17-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.70%
GREEN value IS 170 (66.80% from 255) = 26.98%
BLUE value IS 254 (99.61% from 255) = 40.32%
R=32.70%
G=26.98%
B=40.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2061702540.190.3300.00265.7197.6783.14
HexCEAAFE13210010a6253
Octal316252376234100412142123
Binary110011101010101011111110100111000010010000101011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAAFE; }

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

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

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

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

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

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

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

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