#CCAAFE

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

Shades of Mauve #CCAAFE

Tints of Mauve #CCAAFE

Color information

#CCAAFE (or 0xCCAAFE) is unknown color: approx Mauve. HEX triplet: CC, AA and FE. RGB value is (204,170,254). Sum of RGB (Red+Green+Blue) = 204+170+254=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 170 (66.80% from 255 or 27.07% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCAAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAAFE is #335501. Grayscale: #BDBDBD. Windows color (decimal): -3364098 or 16689868. OLE color: 16689868.

HSL color Cylindrical-coordinate representation of color #CCAAFE: hue angle of 264.29º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCAAFE is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB204170254-
CMYK0.200.3300.00
HSL264.29º97.67%83.14%-
HSV(B)264.29º33.07%99.61%-
XYZ57.1748.74100.16-
YUV189.74164.26138.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.48%
GREEN value IS 170 (66.80% from 255) = 27.07%
BLUE value IS 254 (99.61% from 255) = 40.45%
R=32.48%
G=27.07%
B=40.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2041702540.200.3300.00264.2997.6783.14
HexCCAAFE1421001086253
Octal314252376244100410142123
Binary110011001010101011111110101001000010010000100011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAAFE; }

 p { color: rgb(204,170,254); }

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

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

 a { background-color: rgb(204,170,254); }

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

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

 span { border-color: rgb(204,170,254); }

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