#ccaeff

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

Shades of Mauve #CCAEFF

Tints of Mauve #CCAEFF

Color information

#CCAEFF (or 0xCCAEFF) is unknown color: approx Mauve. HEX triplet: CC, AE and FF. RGB value is (204,174,255). Sum of RGB (Red+Green+Blue) = 204+174+255=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 174 (68.36% from 255 or 27.49% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCAEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAEFF is #335100. Grayscale: #BFBFBF. Windows color (decimal): -3363073 or 16756428. OLE color: 16756428.

HSL color Cylindrical-coordinate representation of color #CCAEFF: hue angle of 262.22º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCAEFF is Cyan = 0.2, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB204174255-
CMYK0.20.3200
HSL262.22º100%84.12%-
HSV(B)262.22º31.76%100%-
XYZ58.0950.33101.26-
YUV192.2163.44136.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.23%
GREEN value IS 174 (68.36% from 255) = 27.49%
BLUE value IS 255 (100% from 255) = 40.28%
R=32.23%
G=27.49%
B=40.28%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2041742550.20.3200262.2210084.12
HexCCAEFF1420001066454
Octal314256377244000406144124
Binary110011001010111011111111101001000000010000011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccaeff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccaeff; }

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

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

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

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

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

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

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

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