#CCABFF

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

Shades of Mauve #CCABFF

Tints of Mauve #CCABFF

Color information

#CCABFF (or 0xCCABFF) is unknown color: approx Mauve. HEX triplet: CC, AB and FF. RGB value is (204,171,255). Sum of RGB (Red+Green+Blue) = 204+171+255=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 171 (67.19% from 255 or 27.14% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCABFF is #335400. Grayscale: #BEBEBE. Windows color (decimal): -3363841 or 16755660. OLE color: 16755660.

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

Color convert

RGB204171255-
CMYK0.20.3300
HSL263.57º100%83.53%-
HSV(B)263.57º32.94%100%-
XYZ57.5149.18101.07-
YUV190.44164.43137.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.38%
GREEN value IS 171 (67.19% from 255) = 27.14%
BLUE value IS 255 (100% from 255) = 40.48%
R=32.38%
G=27.14%
B=40.48%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2041712550.20.3300263.5710083.53
HexCCABFF1421001086454
Octal314253377244100410144124
Binary110011001010101111111111101001000010010000100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCABFF; }

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

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

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

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

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

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

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

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