#CEAFF1

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

Shades of Mauve #CEAFF1

Tints of Mauve #CEAFF1

Color information

#CEAFF1 (or 0xCEAFF1) is unknown color: approx Mauve. HEX triplet: CE, AF and F1. RGB value is (206,175,241). Sum of RGB (Red+Green+Blue) = 206+175+241=622 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.12% from 622); Green value is 175 (68.75% from 255 or 28.14% from 622); Blue value is 241 (94.53% from 255 or 38.75% from 622); Max value from RGB is 241 - color contains mainly: blue. Hex color #CEAFF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAFF1 is #31500E. Grayscale: #BFBFBF. Windows color (decimal): -3231759 or 15839182. OLE color: 15839182.

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

Color convert

RGB206175241-
CMYK0.150.2700.05
HSL268.18º70.21%81.57%-
HSV(B)268.18º27.39%94.51%-
XYZ56.6650.1389.91-
YUV191.79155.77138.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.12%
GREEN value IS 175 (68.75% from 255) = 28.14%
BLUE value IS 241 (94.53% from 255) = 38.75%
R=33.12%
G=28.14%
B=38.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2061752410.150.2700.05268.1870.2181.57
HexCEAFF1F1B0510c4652
Octal316257361173305414106122
Binary110011101010111111110001111111011010110000110010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAFF1; }

 p { color: rgb(206,175,241); }

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

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

 a { background-color: rgb(206,175,241); }

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

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

 span { border-color: rgb(206,175,241); }

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