#CCABFE

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

Shades of Mauve #CCABFE

Tints of Mauve #CCABFE

Color information

#CCABFE (or 0xCCABFE) is unknown color: approx Mauve. HEX triplet: CC, AB and FE. RGB value is (204,171,254). Sum of RGB (Red+Green+Blue) = 204+171+254=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 171 (67.19% from 255 or 27.19% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCABFE is #335401. Grayscale: #BEBEBE. Windows color (decimal): -3363842 or 16690124. OLE color: 16690124.

HSL color Cylindrical-coordinate representation of color #CCABFE: hue angle of 263.86º 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 #CCABFE is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB204171254-
CMYK0.200.3300.00
HSL263.86º97.65%83.33%-
HSV(B)263.86º32.68%99.61%-
XYZ57.3549.12100.22-
YUV190.33163.93137.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.43%
GREEN value IS 171 (67.19% from 255) = 27.19%
BLUE value IS 254 (99.61% from 255) = 40.38%
R=32.43%
G=27.19%
B=40.38%

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
Decimal2041712540.200.3300.00263.8697.6583.33
HexCCABFE1421001086253
Octal314253376244100410142123
Binary110011001010101111111110101001000010010000100011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCABFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCABFE; }

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

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

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

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

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

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

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

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