#CCAEFD

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

Shades of Mauve #CCAEFD

Tints of Mauve #CCAEFD

Color information

#CCAEFD (or 0xCCAEFD) is unknown color: approx Mauve. HEX triplet: CC, AE and FD. RGB value is (204,174,253). Sum of RGB (Red+Green+Blue) = 204+174+253=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 174 (68.36% from 255 or 27.58% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCAEFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAEFD is #335102. Grayscale: #BFBFBF. Windows color (decimal): -3363075 or 16625356. OLE color: 16625356.

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

Color convert

RGB204174253-
CMYK0.190.3100.01
HSL262.78º95.18%83.73%-
HSV(B)262.78º31.23%99.22%-
XYZ57.7750.299.57-
YUV191.98162.44136.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.33%
GREEN value IS 174 (68.36% from 255) = 27.58%
BLUE value IS 253 (99.22% from 255) = 40.10%
R=32.33%
G=27.58%
B=40.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2041742530.190.3100.01262.7895.1883.73
HexCCAEFD131F011075f54
Octal314256375233701407137124
Binary11001100101011101111110110011111110110000011110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAEFD; }

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

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

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

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

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

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

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

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