#CAB1FF

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

Shades of Mauve #CAB1FF

Tints of Mauve #CAB1FF

Color information

#CAB1FF (or 0xCAB1FF) is unknown color: approx Mauve. HEX triplet: CA, B1 and FF. RGB value is (202,177,255). Sum of RGB (Red+Green+Blue) = 202+177+255=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 177 (69.53% from 255 or 27.92% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAB1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB1FF is #354E00. Grayscale: #C1C1C1. Windows color (decimal): -3493377 or 16757194. OLE color: 16757194.

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

Color convert

RGB202177255-
CMYK0.210.3100
HSL259.23º100%84.71%-
HSV(B)259.23º30.59%100%-
XYZ58.1351.22101.43-
YUV193.37162.78134.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.86%
GREEN value IS 177 (69.53% from 255) = 27.92%
BLUE value IS 255 (100% from 255) = 40.22%
R=31.86%
G=27.92%
B=40.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2021772550.210.3100259.2310084.71
HexCAB1FF151F001036455
Octal312261377253700403144125
Binary11001010101100011111111110101111110010000001111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB1FF; }

 p { color: rgb(202,177,255); }

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

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

 a { background-color: rgb(202,177,255); }

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

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

 span { border-color: rgb(202,177,255); }

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