#CCAAFB

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

Shades of Mauve #CCAAFB

Tints of Mauve #CCAAFB

Color information

#CCAAFB (or 0xCCAAFB) is unknown color: approx Mauve. HEX triplet: CC, AA and FB. RGB value is (204,170,251). Sum of RGB (Red+Green+Blue) = 204+170+251=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 170 (66.80% from 255 or 27.2% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCAAFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAAFB is #335504. Grayscale: #BDBDBD. Windows color (decimal): -3364101 or 16493260. OLE color: 16493260.

HSL color Cylindrical-coordinate representation of color #CCAAFB: hue angle of 265.19º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCAAFB is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204170251-
CMYK0.190.3200.02
HSL265.19º91.01%82.55%-
HSV(B)265.19º32.27%98.43%-
XYZ56.6948.5597.65-
YUV189.4162.76138.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.64%
GREEN value IS 170 (66.80% from 255) = 27.2%
BLUE value IS 251 (98.44% from 255) = 40.16%
R=32.64%
G=27.2%
B=40.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041702510.190.3200.02265.1991.0182.55
HexCCAAFB1320021095b53
Octal314252373234002411133123
Binary1100110010101010111110111001110000001010000100110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAAFB; }

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

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

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

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

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

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

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

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