#CEAFF6

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

Shades of Mauve #CEAFF6

Tints of Mauve #CEAFF6

Color information

#CEAFF6 (or 0xCEAFF6) is unknown color: approx Mauve. HEX triplet: CE, AF and F6. RGB value is (206,175,246). Sum of RGB (Red+Green+Blue) = 206+175+246=627 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.85% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 246 (96.48% from 255 or 39.23% from 627); Max value from RGB is 246 - color contains mainly: blue. Hex color #CEAFF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAFF6 is #315009. Grayscale: #C0C0C0. Windows color (decimal): -3231754 or 16166862. OLE color: 16166862.

HSL color Cylindrical-coordinate representation of color #CEAFF6: hue angle of 266.2º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEAFF6 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB206175246-
CMYK0.160.2900.04
HSL266.2º79.78%82.55%-
HSV(B)266.2º28.86%96.47%-
XYZ57.4250.4493.9-
YUV192.36158.27137.73-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.85%
GREEN value IS 175 (68.75% from 255) = 27.91%
BLUE value IS 246 (96.48% from 255) = 39.23%
R=32.85%
G=27.91%
B=39.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2061752460.160.2900.04266.279.7882.55
HexCEAFF6101D0410a5053
Octal316257366203504412120123
Binary1100111010101111111101101000011101010010000101010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAFF6; }

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

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

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

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

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

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

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

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