#CEAEFF

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

Shades of Mauve #CEAEFF

Tints of Mauve #CEAEFF

Color information

#CEAEFF (or 0xCEAEFF) is unknown color: approx Mauve. HEX triplet: CE, AE and FF. RGB value is (206,174,255). Sum of RGB (Red+Green+Blue) = 206+174+255=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 174 (68.36% from 255 or 27.40% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEAEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAEFF is #315100. Grayscale: #C0C0C0. Windows color (decimal): -3232001 or 16756430. OLE color: 16756430.

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

Color convert

RGB206174255-
CMYK0.190.3200
HSL263.7º100%84.12%-
HSV(B)263.7º31.76%100%-
XYZ58.6450.61101.29-
YUV192.8163.1137.41-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.44%
GREEN value IS 174 (68.36% from 255) = 27.40%
BLUE value IS 255 (100% from 255) = 40.16%
R=32.44%
G=27.40%
B=40.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2061742550.190.3200263.710084.12
HexCEAEFF1320001086454
Octal316256377234000410144124
Binary110011101010111011111111100111000000010000100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAEFF; }

 p { color: rgb(206,174,255); }

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

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

 a { background-color: rgb(206,174,255); }

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

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

 span { border-color: rgb(206,174,255); }

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