#CCAEF4

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

Shades of Mauve #CCAEF4

Tints of Mauve #CCAEF4

Color information

#CCAEF4 (or 0xCCAEF4) is unknown color: approx Mauve. HEX triplet: CC, AE and F4. RGB value is (204,174,244). Sum of RGB (Red+Green+Blue) = 204+174+244=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 174 (68.36% from 255 or 27.97% from 622); Blue value is 244 (95.70% from 255 or 39.23% from 622); Max value from RGB is 244 - color contains mainly: blue. Hex color #CCAEF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAEF4 is #33510B. Grayscale: #BEBEBE. Windows color (decimal): -3363084 or 16035532. OLE color: 16035532.

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

Color convert

RGB204174244-
CMYK0.160.2900.04
HSL265.71º76.09%81.96%-
HSV(B)265.71º28.69%95.69%-
XYZ56.3749.6492.2-
YUV190.95157.94137.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.80%
GREEN value IS 174 (68.36% from 255) = 27.97%
BLUE value IS 244 (95.70% from 255) = 39.23%
R=32.80%
G=27.97%
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
Decimal2041742440.160.2900.04265.7176.0981.96
HexCCAEF4101D0410a4c52
Octal314256364203504412114122
Binary1100110010101110111101001000011101010010000101010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAEF4; }

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

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

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

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

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

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

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

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