#CCAEFC

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

Shades of Mauve #CCAEFC

Tints of Mauve #CCAEFC

Color information

#CCAEFC (or 0xCCAEFC) is unknown color: approx Mauve. HEX triplet: CC, AE and FC. RGB value is (204,174,252). Sum of RGB (Red+Green+Blue) = 204+174+252=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 174 (68.36% from 255 or 27.62% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCAEFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAEFC is #335103. Grayscale: #BFBFBF. Windows color (decimal): -3363076 or 16559820. OLE color: 16559820.

HSL color Cylindrical-coordinate representation of color #CCAEFC: hue angle of 263.08º degrees, saturation: 0.93, 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 #CCAEFC is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204174252-
CMYK0.190.3100.01
HSL263.08º92.86%83.53%-
HSV(B)263.08º30.95%98.82%-
XYZ57.6150.1498.74-
YUV191.86161.94136.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.38%
GREEN value IS 174 (68.36% from 255) = 27.62%
BLUE value IS 252 (98.83% from 255) = 40%
R=32.38%
G=27.62%
B=40%

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
Decimal2041742520.190.3100.01263.0892.8683.53
HexCCAEFC131F011075d54
Octal314256374233701407135124
Binary11001100101011101111110010011111110110000011110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAEFC; }

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

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

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

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

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

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

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

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