#CCAEF9

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

Shades of Mauve #CCAEF9

Tints of Mauve #CCAEF9

Color information

#CCAEF9 (or 0xCCAEF9) is unknown color: approx Mauve. HEX triplet: CC, AE and F9. RGB value is (204,174,249). Sum of RGB (Red+Green+Blue) = 204+174+249=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 174 (68.36% from 255 or 27.75% from 627); Blue value is 249 (97.66% from 255 or 39.71% from 627); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCAEF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAEF9 is #335106. Grayscale: #BFBFBF. Windows color (decimal): -3363079 or 16363212. OLE color: 16363212.

HSL color Cylindrical-coordinate representation of color #CCAEF9: hue angle of 264º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCAEF9 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204174249-
CMYK0.180.3000.02
HSL264º86.21%82.94%-
HSV(B)264º30.12%97.65%-
XYZ57.1449.9596.25-
YUV191.52160.44136.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.54%
GREEN value IS 174 (68.36% from 255) = 27.75%
BLUE value IS 249 (97.66% from 255) = 39.71%
R=32.54%
G=27.75%
B=39.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041742490.180.3000.0226486.2182.94
HexCCAEF9121E021085653
Octal314256371223602410126123
Binary110011001010111011111001100101111001010000100010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAEF9; }

 p { color: rgb(204,174,249); }

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

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

 a { background-color: rgb(204,174,249); }

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

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

 span { border-color: rgb(204,174,249); }

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